@charset "utf-8";
/* ****************************************************
Title: layout.css
***************************************************** */

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

body {
	color: #333333;
	/* font-family:	"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

 /*font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

	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;
}
#top {
/*overflow: hidden;*/
}
#wrap {
	overflow: hidden;
	/*width: 640px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 1200px;
	background-color: #f2f2f2;
}
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(/solution_sites/cloud/img/spacer.gif);
}
a.imghover {
	display: block;
}
/*-----------------------*/

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	top: -96px;
}
#top {
	padding-top: 96px;
}
#top.headerNone {
	padding-top: 0px;
}
/*-----------------------*/

.pc {
	display: block;
}
.sp {
	display: none;
}
.pcBr {
	display: inline;
}
.spBr {
	display: none;
}
.pcTable {
	display: table !important;
}
.spTable {
	display: none !important;
}
.contIn1200 {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}
.radius200 {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
}
.radius8 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
.contGr01 {
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
}
/*.textShadow01 {
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
}*/

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

.pcDispHeader {
	display: block;
}
.spDispHeader {
	display: none;
}
.mm-menu.mm-offcanvas.mm-opened {
	display: none;
}

@media screen and (max-width:1040px) {
/*ヘッダー用*/

.pcDispHeader {
	display: none;
}
.spDispHeader {
	display: block;
}
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {
/*デバイスwidth、～799px用のスタイルを記入*/

body {
/* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

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

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	top: -60px;
}
#top {
	padding-top: 60px;
}
#top.headerNone {
	padding-top: 0px;
}
/*-----------------------*/

.pc {
	display: none;
}
.sp {
	display: block;
}
.pcBr {
	display: none;
}
.spBr {
	display: inline;
}
.pcTable {
	display: none !important;
}
.spTable {
	display: table !important;
}
.contIn1200 {
	width: auto;
}
.textShadow01 {
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
}
}
/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

.pcHeaderWrap {
	background-color: #f2f2f2;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
}
.pcHeader {
	display: table;
	width: 100%;
	height: 96px;
}
.logoWrap01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
}
.naviWrap01 {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
}
.logoWrap02 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0px 24px;
}
.logoWrap01 .h101 {
	font-size: 12px;
	line-height: 1.0em;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.logoWrap01 .logo01 {
	width: 295px;
}
.logoWrap02 .logo02 {
	width: 40px;
}
.headerNavi {
	display: table;
	height: 45px;
	margin: auto 0px auto auto;
	clear: both;
}
.headerNavi li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0px 10px;
	font-size: 15px;
	line-height: 1.4em;
	letter-spacing: 0.1em;/*position: relative;*/
	/*border-bottom: 3px solid #fb4861;*/
}
.headerNaviP01 {
	cursor: pointer;
	border-bottom: 3px solid #f2f2f2;
}
.headerNaviP01:hover {
	color: #fb4861;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #fb4861;
}
.headerNaviP01.gNaviActive {
	color: #fb4861;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #fb4861;
}
.headerNavi a {
	display: block;
	border-bottom: 3px solid #f2f2f2;
white-space:nowrap;
}
.headerNavi a:link {
	color: #000000;
	text-decoration: none;
}
.headerNavi a:visited {
	color: #000000;
	text-decoration: none;
}
.headerNavi a:hover {
	color: #fb4861;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #fb4861;
}
.headerNavi a:active {
	color: #000000;
	text-decoration: none;
}
/*---------------*/

.headerNaviP01.gNaviActive {
	color: #fb4861;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #fb4861;
}
.headerNavi a.gNaviActive {
	color: #fb4861;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #fb4861;
}
/*---------------*/

.headerNavi .pcMegaNaviWrap a {
	display: block;
	border-bottom: none;
}
/*------------------*/

.headerNavi .naviAr01:hover {
	background-image: url("/solution_sites/cloud/img/maganavi_ar01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 9px;
}
.headerNavi02 {
	display: table;
	margin: auto 0px auto 15px;
	float: right;
}
.headerNavi02 li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0px 3px;
}
.headerNavi03 {
	display: table;
	height: 34px;
	margin: auto 0px;
	float: right
}
.headerNavi03 li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0px 8px;
	font-size: 13px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}
.headerNavi03 li a:hover {
	color: #fb4861;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #fb4861;
}
.headerNavi03 li a.gNaviActive {
	color: #fb4861;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #fb4861;
}
/*-------------------------------*/

.pcMegaNaviWrap {
	text-align: center;
	background-image: url("/solution_sites/cloud/img/header_menu_bg01.png");
	background-repeat: repeat;
	background-position: left top;
	width: 100%;
	position: absolute;
	top: 96px;
	left: 0px;
}
.pcMegaNaviINWrap {
	box-sizing: border-box;
	padding: 42px 0px;
}
.pcMegaNaviIn {
	display: table;
	margin: auto;/*height: 84px;*/
}
.pcMegaNaviIn .tit01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-right: 20px;
}
.pcMegaNaviIn .tit01 a {
	color: #ffffff;
}
.pcMegaNaviIn .tit01 a:link {
	color: #ffffff;
	text-decoration: none;
}
.pcMegaNaviIn .tit01 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.pcMegaNaviIn .tit01 a:hover {
	color: #fb4861;
	text-decoration: none;
}
.pcMegaNaviIn .tit01 a:active {
	color: #ffffff;
	text-decoration: none;
}
.pcMegaNaviIn .navi01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 50px;
}
.pcMegaNaviIn .navi01 li {
	text-align: left;
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
.pcMegaNaviIn .navi01 li a {
	display: block;
	background-image: url("/solution_sites/cloud/img/header_menu_ar01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 7px auto;
	padding-left: 19px;
}
.pcMegaNaviIn .navi01 li a:link {
	color: #ffffff;
	text-decoration: none;
}
.pcMegaNaviIn .navi01 li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.pcMegaNaviIn .navi01 li a:hover {
	color: #fb4861;
	text-decoration: none;
}
.pcMegaNaviIn .navi01 li a:active {
	color: #ffffff;
	text-decoration: none;
}
.pcMegaNaviIn .naviTit01 {
	height: 30px;
}
.pcMegaNaviIn .naviTit01 p {
	width: 152px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.0em;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
}
/*プルダウンメニューCSS版*/

.naviAr01 .pcMegaNaviWrap {
	transition: .4s;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	left: 0;
	top: 96px;
	text-align: center;
	position: absolute;
}
.naviAr01:hover .pcMegaNaviWrap {
	max-height: 9999px;
	opacity: 1;
}
.naviAr01 .headerNaviP01 {
	display: block;
	transition: all 0.3s ease;
white-space:nowrap;
}
/*RPA用ヘッダー*/

.headerLogoWrap {
	display: table;
	float: left;
}
.headerLogoWrap li {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.headerLogoWrap li.li01 {
	padding: 5px 20px 0px 0px;
}
.headerLogoWrap li.li01 img {
	width: 108px;
}
.headerLogoWrap li.li02 {
	padding: 32px 0px 0px 18px;
	;
	border-left: 1px solid #808080;
}
.headerLogoWrap li.li02 img {
	width: 180px;
}
.rpa #top {
	padding-top: 0;
}
.rpa .contactAewaWrap .form_box {
	padding-top: 50px;
	background-color: WhiteSmoke;
}
.rpa .pcHeaderWrap {
	position: static;
	background-color: #FFF;
	padding-bottom: 5px;
}
.rpaHeader {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.rpa .footer,
.footer.form{
	width: 100%;
	background-color: #466ab7;
}
.rpa .footer p,
.footer.form p{
	width: 100%;
	margin: 0 auto;
	color: #FFF;
	font-size: 12px;
	line-height: 54px;
}

@media screen and (max-width:1040px) {
.rpa .pcDispHeader {
	display: block;
}
}

@media screen and (max-width:768px) {
.rpa .contactAewaWrap iframe {
	height: 1200px;
}
.rpa .pcDispHeader {
	display: block;
}
.headerLogoWrap {
	display: table;
	float: left;
}
.headerLogoWrap li {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.headerLogoWrap li.li01 {
	padding: 5px 10px 0px 0px;
}
.headerLogoWrap li.li01 img {
	width: 64px;
}
.headerLogoWrap li.li02 {
	padding: 16px 0px 0px 10px;
	;
	border-left: 1px solid #808080;
}
.headerLogoWrap li.li02 img {
	width: 100px;
}
.rpaHeader {
	width: auto;
	padding: 0 15px;
}
.rpa .footer p {
	font-size: 11px;
	line-height: 40px;
}
}

@media screen and (max-width:1240px) {
/*デバイスwidth、～799px用のスタイルを記入*/

.logoWrap01 {
	padding-left: 10px;
}
.logoWrap02 {
	padding-right: 10px;
}
.mm-menu.mm-offcanvas {
	z-index: 2 !important;
}
.headerNavi li {
	padding: 0px 6px;
}
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:1199px) {
/*デバイスwidth、～799px用のスタイルを記入*/

.spHeaderWrap {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #f2f2f2;
	z-index: 50;
}
.mm-opened .spHeaderWrap {
	position: absolute;
}
.spHeader {
	display: table;
	width: 100%;
	height: 96px;
}
.logoWrap01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
}
.logoWrap01 .h101 {
	font-size: 12px;
	line-height: 1.0em;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.logoWrap01 .logo01 {
	width: 295px;
}
.spHeaderMenu {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
}
.spHeaderMenu img {
	width: 50px;
	height: auto;
}
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {
/*デバイスwidth、～799px用のスタイルを記入*/

.mm-menu.mm-offcanvas {
	z-index: 0 !important;
}
.spHeaderWrap {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	z-index: 50;
}
.mm-opened .spHeaderWrap {
	position: absolute;
}
.spHeader {
	display: table;
	width: 100%;
	height: 68px;
}
.logoWrap01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
}
.logoWrap01 .h101 {
	font-size: 10px;
	line-height: 1.0em;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
}
.logoWrap01 .logo01 {
	width: 200px;
}
.spHeaderMenu {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
}
.spHeaderMenu img {
	width: 30px;
	height: auto;
}
}
/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

.topMainvisualWrap {
	background-image: url("/solution_sites/cloud/img/top_mainvisual02.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 382px;
}
.topMainvisualIn {
	text-align: left;
	padding: 50px 82px 0px 82px;
}
.topMainvisualIn .mainvisualH201 {
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.mainvisualH201 .span01 {
	color: #FFF;
	display: block;
	font-size: 22px;
	line-height: 1.7em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	font-feature-settings : "palt";
}
.mainvisualH201 .span02 {
	color: #FFF;
	display: block;
	font-size: 42px;
	line-height: 1.54em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.topAncNaviWrap {
	overflow: hidden;
	margin: 42px 0px 44px 0px;
}
.topAncNaviWrap ul {
	width: 1220px;
}
.topAncNaviWrap li {
	width: 388px;
	margin-right: 18px;
	float: left;
}
.topNewsWrap {
	background-color: #ffffff;
	padding: 35px 35px 35px 70px;
	width: 1095px;
	margin: 0 auto;
}
.topNewsIn {
	display: table;
	width: 100%;
}
.topNews01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 1.0em;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.topNews02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.topNews02 li {
	font-size: 15px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	padding: 6px 0px;
}
.topNewsWrap a:link {
	color: #000000;
	text-decoration: none;
}
.topNewsWrap a:visited {
	color: #000000;
	text-decoration: none;
}
.topNewsWrap a:hover {
	color: #fb4861;
	text-decoration: none;
}
.topNewsWrap a:active {
	color: #000000;
	text-decoration: none;
}
/*-----------------------------------*/

.topContH301 {
	padding-bottom: 45px;
}
.topContH301 .span01 {
	display: block;
	font-size: 50px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-bottom: 25px;
	margin-bottom: 25px;
	background-image: url("/solution_sites/cloud/img/cont_h3_line01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 43px auto;
}
.topContH301 .span02 {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.topServiceGrBgRed {
	padding-top: 6px;
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);

	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
}
.topServiceGrBgBlue {
	padding-top: 6px;
	background: rgb(0, 72, 126);
	background: -moz-linear-gradient(0deg, rgb(0, 72, 126) 0%, rgb(70, 130, 212) 100%);
	background: -webkit-linear-gradient(0deg, rgb(0, 72, 126) 0%, rgb(70, 130, 212) 100%);
	background: -o-linear-gradient(0deg, rgb(0, 72, 126) 0%, rgb(70, 130, 212) 100%);
	background: -ms-linear-gradient(0deg, rgb(0, 72, 126) 0%, rgb(70, 130, 212) 100%);
	background: linear-gradient(90deg, rgb(0, 72, 126) 0%, rgb(70, 130, 212) 100%);
}
.topContServiceWrap {
	padding: 80px 0px 0px 0px;
}
.topServiceBlock01 {
	background-color: #ffffff;
	text-align: left;
	position: relative;
	padding: 70px 95px 1px 95px;
}
.topServiceImg01 {
	width: 578px;
	position: absolute;
	top: -100px;
	right: 47px;
}
.topContH401 {
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 55px;
}
.topContH401 .span01 {
	display: block;
	font-size: 16px;
	line-height: 1.0em;
	margin-bottom: 17px;
}
.topContH401 .span02 {
	display: block;
	font-size: 32px;
	line-height: 1.0em;
}
.topContH501 {
	color: #fb4861;
	font-size: 21px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url("/solution_sites/cloud/img/cont_line01.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 10px;
	padding-bottom: 30px;
	margin-bottom: 12px;
}
.topContText01 {
	font-size: 20px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	margin-bottom: 14px;
}
.topContUl01 {
	margin-bottom: 75px;
}
.topContUl01 li {
	font-size: 15px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	background-image: url("/solution_sites/cloud/img/cont_icon_check01.png");
	background-repeat: no-repeat;
	background-position: left 4px;
	background-size: 17px auto;
	padding: 5px 0px 5px 23px;
}
.topServiceBox01 {
	overflow: hidden;
	width: 1008px;
	margin: auto;
}
.topServiceBox01 a:link {
	color: #000000;
	text-decoration: none;
}
.topServiceBox01 a:visited {
	color: #000000;
	text-decoration: none;
}
.topServiceBox01 a:hover {
	color: #fb4861;
	text-decoration: none;
	font-weight: bold;
}
.topServiceBox01 a:active {
	color: #000000;
	text-decoration: none;
}
.topServiceBox01 ul {
	width: 1030px;
}
.topServiceBox01 li {
	display: table;
	width: 500px;
	height: 80px;
	margin: 0px 10px 10px 0px;
	float: left;
	font-size: 17px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.topServiceBox01 li.liTop01 {
	width: 1010px;
}
.topServiceBox01 li .topCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 78px auto;
	background-color: #f2f2f2;
}
.topServiceBox01 li .topCell01.li01 {
	font-size: 22px;
	background-image: url("/solution_sites/cloud/2019/03/19/top_h3_icon01.png");
	background-position: 282px center;
	background-size: auto 63px;
}
.topServiceBox01 li .topCell01.li02 {
	background-image: url("/solution_sites/cloud/2019/03/19/top_icon01_01.png");
}
.topServiceBox01 li .topCell01.li03 {
	background-image: url("/solution_sites/cloud/2019/03/19/top_icon01_02.png");
}
.topServiceBox01 li .topCell01.li04 {
	background-image: url("/solution_sites/cloud/2019/03/19/top_icon01_03.png");
}
.topServiceBox01 li .topCell01.li05 {
	background-image: url("/solution_sites/cloud/2019/03/19/top_icon01_04.png");
}
.topServiceBox01 li .topCell01.li06 {
	background-image: url("/solution_sites/cloud/2019/03/19/top_icon01_05.png");
}
.topContServiceWrap02 {
	padding: 70px 0px 0px 0px;
}
.topServiceBlock01.topServiceBlock02 {
	padding: 70px 95px 1px 485px;
}
.topServiceImg02 {
	width: 445px;
	position: absolute;
	top: -42px;
	left: -15px;
}
.topServiceBlock01.topServiceBlock03 {
	padding: 70px 95px 1px 485px;
}
.topServiceImg03 {
	width: 403px;
	position: absolute;
	top: -60px;
	right: 100px;
}
.spanImg01 img {
	width: 80px;
	height: auto;
	vertical-align: middle;
	margin-left: 45px;
}
.spanImg02 img {
	width: 158px;
	height: auto;
	vertical-align: middle;
	margin-left: 28px;
}
.topServiceBox02 {
	margin-top: 92px;
}
.topServiceLinkWrap01 {
	padding: 3px;
	margin-bottom: 11px;
}
.topServiceLinkWrap01 a:link {
	color: #000000;
	text-decoration: none;
}
.topServiceLinkWrap01 a:visited {
	color: #000000;
	text-decoration: none;
}
.topServiceLinkWrap01 a:hover {
	color: #fb4861;
	text-decoration: none;
}
.topServiceLinkWrap01 a:active {
	color: #000000;
	text-decoration: none;
}
.topServiceLinkWrapIn {
	background-color: #ffffff;
}
.topServiceUl01 {
	display: table;
	height: 56px;
}
.topServiceUl01 li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	line-height: 1.3em;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-right: 38px;
}
.topServiceUl01 li.pt02 {
	padding-right: 20px;
}
.topServiceUl01 li:last-child {
	padding-right: 0px;
}
.topServiceUl01 li a {
	display: block;
	background-image: url("/solution_sites/cloud/img/cont_icon_ar01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px auto;
	padding-left: 13px;
}
.topServiceUl01 li.li01 {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-right: 0px;
	width: 310px;
	text-align: left;
}
.topServiceUl01 li.li01.ic01 {
	background-image: url("/solution_sites/cloud/2019/03/08/icon_head03.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 40px;
	width: 250px;
	padding-left: 65px;
}
.topServiceUl01 li.li01.ic02 {
	background-image: url("/solution_sites/cloud/2019/03/08/icon_head02.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 40px;
	width: 250px;
	padding-left: 65px;
}
.topServiceUl01 li.li01.ic03 {
	background-image: url("/solution_sites/cloud/2019/03/08/icon_head01.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 40px;
	width: 250px;
	padding-left: 65px;
}
.topServiceUl01 li.li01.ic04 {
	background-image: url("/solution_sites/cloud/2019/03/08/icon_head04.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 40px;
	width: 250px;
	padding-left: 65px;
}
.topServiceUl01 li.li01 .span01 {
	font-size: 14px;
	display: inline-block;
	line-height: 1.1em;
}
.topServiceUl01 li.li02 {
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 500;
	letter-spacing: 0em;
	padding-right: 0px;
	width: auto;
}
.topServiceUl01 li.li02 .span01 {
	font-size: 14px;
	vertical-align: middle;
	margin-left: 3px;
}
.topServiceUl01 li.li02 .span02 {
	vertical-align: middle;
}
.topServiceBox03Wrap {
	overflow: hidden;
	margin-bottom: 55px;
}
.topServiceBox03In {
	width: 1030px;
}
.topServiceBox03In .box01 {
	width: 328px;
	margin-right: 12px;
	float: left;
}
.topServiceBox03In .topServiceUl01 {
	width: 100%;
}
.topServiceBox03In .topServiceUl01 li a {
	background-image: none;
	padding-left: 0px;
}
.topServiceBlock03 {
	background: rgb(255,74,101);
	background: -moz-linear-gradient(0deg, rgb(255,74,101) 0%, rgb(255,175,114) 100%);
	background: -webkit-linear-gradient(0deg, rgb(255,74,101) 0%, rgb(255,175,114) 100%);
	background: -o-linear-gradient(0deg, rgb(255,74,101) 0%, rgb(255,175,114) 100%);
	background: -ms-linear-gradient(0deg, rgb(255,74,101) 0%, rgb(255,175,114) 100%);
	background: linear-gradient(90deg, rgb(255,74,101) 0%, rgb(255,175,114) 100%);
	/*background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);*/
	padding: 60px 0px 62px 0px;
}
.topReasonBox01 {
	overflow: hidden;
}
.topReasonBox01 ul {
	width: 1300px;
}
.topReasonBox01 li {
	width: 340px;
	margin-right: 90px;
	float: left;
}
.topReasonBox01 .boxIn01 {
	display: table;
	width: 100%;
	margin-top: 28px;
}
.topReasonBox01 .boxIn01 .topCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-right: 20px;
}
.topReasonBox01 .boxIn01 .topCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 22px;
	line-height: 1.45em;
	font-weight: 500;
}
.topReasonBox01 .boxIn01 .topCell02 p {
	color: #FFF;
}
.topReasonIcon01 {
	display: table;
	width: 74px;
	height: 74px;
}
.topReasonIcon01 p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-image: url("/solution_sites/cloud/img/cont_reason_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 74px auto;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	padding: 4px 0px 0px 2px;
}
.topReasonIcon01 p .span01 {
	display: block;
	font-size: 9px;
	line-height: 1.0em;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.topReasonIcon01 p .span02 {
	display: block;
	font-size: 33px;
	line-height: 1.0em;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-left: 3px;
}
.topContBtnWrap01 {
	/*width: 218px;
	margin: auto;*/
	padding: 60px 0px 0px 0px;
}
.topContBtnWrap999 {
	/*width: 300px;
		margin: auto;*/
	padding: 10px 0px 0px 0px;
}
.topContCaseWrap {
	padding: 80px 0px 70px 0px;
}
.topCaseBlock01 {
	overflow: hidden;
}
.topCaseBlock01 ul {
	width: 1212px;
}
.topCaseBlock01 li {
	width: 394px;
	margin-right: 7px;
	display: inline-block;
	background-color: #ffffff;
}
.topCaseBlock01 li .boxIn {
	box-sizing: border-box;
	height: 305px;
	padding: 55px 30px 0px 30px;
}
.topCaseBlock01 .topImg01 {
	margin: 0px auto 40px auto;
	;
}
.topCaseBlock01 .topImg01 img {
	width: auto;
	height: 93px;
}
.topCaseBlock01 .topDl01 {
	text-align: left;
}
.topCaseBlock01 .topDl01 dt {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}
.topCaseBlock01 .topDl01 dd {
	font-size: 15px;
	line-height: 1.8em;
}
.topContPriceWrap {
	padding: 75px 0px 70px 0px;
	background-color: #ffffff;
}
.topPriceBlock01 {
	overflow: hidden;
}
.topPriceBlock01 ul {
	width: 1240px;
}
.topPriceBlock01 li {
	width: 275px;
	margin-right: 33px;
	float: left;
}
.topPriceBox01 {
	padding: 10px;
}
.topPriceBox01 .boxIn {
	display: table;
	width: 100%;
	height: 136px;
}
.topPriceBox01 .boxIn .boxCell {
	background-color: #ffffff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 19px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.topPriceBox01 .boxIn .boxCell span {
	color: #ff604d;
	font-size: 38px;
	line-height: 1.2em;
}
.topPriceBlock02 {
text-align:left;
padding-top:40px;
}
		.tbl_title {
		 font-size: 18px;
		 font-weight: bold;
width:800px;
margin:0 auto 10px;
		}
		.tableset01 {
width:100%;
		 overflow-x: auto;
		 font-size: 14px;
		 line-height: 1.6em;
		 margin-bottom: 40px;
text-align:center;
		}
		.tableset01 table {
width:800px;
margin:0 auto;
		}
		.tableset01 th {
		 text-align: center;
		 font-weight: bold;
		 border: 1px solid #cdcdcd;
		 padding: 5px 10px;
		 background-color: #f2f2f2;
		}
		.tableset01 th.plan {
width:90px;
		}
		.tableset01 tr th.price {
width:160px;
		}
		.tableset01 td {
		 border: 1px solid #cdcdcd;
		 padding: 5px 10px;
		}

		.tableset01 .notes {
width:800px;
margin:10px auto 0;
text-align:left;
		}
.ddDetailP01 {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0px 0px 25px 0px;
}
.detailH401 .detailH401Span01 {
	color: #ff604d;
	font-size: 56px;
	font-weight: bold;
}
.topPriceBlock01 li .boxText01 {
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: bold;
	margin-top: 19px;
	letter-spacing: -0.05em;
}
.topContContactWrap01 {
	padding: 136px 0px 30px 0px;
}
.topContactBlock01 {
	width: 888px;
	margin: auto;
}
.topContactBlock01 .boxWrap01 {
	padding-left: 40px;
	margin-bottom: 106px;
	position: relative;
}
.topContactBlock01 .boxCont01 {
	text-align: left;
	background-color: #ffffff;
	padding: 50px 30px 22px 430px;
}
.topContactBlock01 .boxCont01 dt {
	font-size: 20px;
	line-height: 1.0em;
	font-weight: bold;
	padding-bottom: 24px;
	border-bottom: 1px solid #cccccc;
}
.topContactBlock01 .boxCont01 dd {
	position: relative;
	font-size: 15px;
	line-height: 2.0em;
	box-sizing: border-box;
	padding-top: 18px;
	height: 135px;
}
.topContactBlock01 .boxBtn01 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.topContactBlock01 .boxImg01 {
	width: 438px;
	position: absolute;
	top: -48px;
	left: 0px;
}
.topContactBlock01 .boxWrap02 {
	padding-right: 40px;
	margin-bottom: 106px;
	position: relative;
}
.topContactBlock01 .boxCont01.boxCont02 {
	background-color: #ffffff;
	padding: 50px 430px 22px 30px;
}
.topContactBlock01 .boxImg02 {
	width: 438px;
	position: absolute;
	top: -48px;
	right: 0px;
	border-radius: 10px;
	overflow: hidden;
}
.topContContactWrap02 {
	background-image: url("/solution_sites/cloud/2019/03/18/cont_bg01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 255px;
}
.topContactBlock02 {
	display: table;
	height: 255px;
}
.topContactBlock02 .topCell03 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-right: 6px;
	width: 50%;
}
.topContactBlock02 .topCell04 {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding-left: 6px;
	width: 50%;
}
.topContactBtnIn01 {
	display: table;
	height: 148px;
}
.topContactBtnIn01 .topCell {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 145px;
	background-image: url("/solution_sites/cloud/img/cont_btn_img01.png");
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 135px auto;
}
.topContactBtnIn01 .topCell.topCell05 {
	background-image: url("/solution_sites/cloud/2019/03/13/cont_btn_img03.png");
	background-position: 10px center;
	background-size: 135px auto;
}
.topContactBtnIn01 .topCell .text01 {
	display: table;
	height: 28px;
	margin-bottom: 14px;
}
.topContactBtnIn01 .topCell .text01 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
	padding: 0px 24px;
}
.topContactBtnIn01 .topCell .text02 {
	color: #fb3639;
	font-size: 19px;
	line-height: 1.7em;
	font-weight: bold;
}
a:hover .topContactBtnIn01 .topCell .text01 span {
	color: #fb3639;
	background-color: #ffffff;
}
a:hover .topContactBtnIn01 .topCell .text02 {
	color: #ffffff;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {
/*デバイスwidth、～799px用のスタイルを記入*/

.topMainvisualWrap {
	background-image: url("/solution_sites/cloud/img/top_mainvisual.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 440px;
}
.topMainvisualIn {
	text-align: left;
	padding: 30px 15px 0px 15px;
}
.mainvisualH201 {
}
.mainvisualH201 .span01 {
	display: block;
	font-size: 13px;
	line-height: 1.7em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.mainvisualH201 .span02 {
	display: block;
	font-size: 24px;
	line-height: 1.54em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.topAncNaviWrap {
	overflow: hidden;
	margin: 20px 0px 20px 0px;
	padding: 0px 15px;
}
.topAncNaviWrap ul {
	width: auto;
}
.topAncNaviWrap li {
	width: 100%;
	margin-right: 0px;
	float: none;
	margin-bottom: 10px;
}
.topNewsWrap {
	background-color: #ffffff;
	padding: 20px 15px 20px 15px;
	width: auto;
}
.topNewsIn {
	display: block;
	width: 100%;
}
.topNews01 {
	display: block;
	text-align: left;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.0em;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}
.topNews02 {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.topNews02 li {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	padding: 6px 0px;
}
.topNewsWrap a:link {
	color: #000000;
	text-decoration: none;
}
.topNewsWrap a:visited {
	color: #000000;
	text-decoration: none;
}
.topNewsWrap a:hover {
	color: #fb4861;
	text-decoration: none;
}
.topNewsWrap a:active {
	color: #000000;
	text-decoration: none;
}
/*-----------------------------------*/

.topContH301 {
	padding-bottom: 20px;
}
.topContH301 .span01 {
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background-image: url("/solution_sites/cloud/img/cont_h3_line01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 30px auto;
}
.topContH301 .span02 {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.0em;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.topServiceGrBgRed {
	padding-top: 6px;
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
}
.topServiceGrBgBlue {
	padding-top: 6px;
	background: rgb(0, 72, 126);
	background: -moz-linear-gradient(0deg, rgb(0, 72, 126) 0%, rgb(70, 130, 212) 100%);
	background: -webkit-linear-gradient(0deg, rgb(0, 72, 126) 0%, rgb(70, 130, 212) 100%);
	background: -o-linear-gradient(0deg, rgb(0, 72, 126) 0%, rgb(70, 130, 212) 100%);
	background: -ms-linear-gradient(0deg, rgb(0, 72, 126) 0%, rgb(70, 130, 212) 100%);
	background: linear-gradient(90deg, rgb(0, 72, 126) 0%, rgb(70, 130, 212) 100%);
}
.topContServiceWrap {
	padding: 40px 15px 0px 15px;
}
.topServiceBlock01 {
	background-color: #ffffff;
	text-align: left;
	position: relative;
	padding: 30px 15px 1px 15px;
}
.topServiceImg01 {
	width: auto;
	position: relative;
	top: 0px;
	right: 0px;
	margin-bottom: 20px;
}
.topContH401 {
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.topContH401 .span01 {
	display: block;
	font-size: 14px;
	line-height: 1.0em;
	margin-bottom: 15px;
}
.topContH401 .span02 {
	display: block;
	font-size: 22px;
	line-height: 1.4em;
}
.topContH501 {
	color: #fb4861;
	font-size: 15px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url("/solution_sites/cloud/img/cont_line01.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 10px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.topContText01 {
	font-size: 15px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.topContUl01 {
	margin-bottom: 20px;
}
.topContUl01 li {
	font-size: 13px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	background-image: url("/solution_sites/cloud/img/cont_icon_check01.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 15px auto;
	padding: 5px 0px 5px 23px;
}
.topServiceBox01 {
	overflow: hidden;
	width: auto;
	margin: auto;
}
.topServiceBox01 a:link {
	color: #000000;
	text-decoration: none;
}
.topServiceBox01 a:visited {
	color: #000000;
	text-decoration: none;
}
.topServiceBox01 a:hover {
	color: #fb4861;
	text-decoration: none;
	font-weight: bold;
}
.topServiceBox01 a:active {
	color: #000000;
	text-decoration: none;
}
.topServiceBox01 ul {
	width: auto;
}
.topServiceBox01 li {
	display: table;
	width: 100%;
	height: 56px;
	margin: 0px 0px 10px 0px;
	float: none;
	font-size: 15px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.topServiceBox01 li.liTop01 {
	width: 100%;
}
.topServiceBox01 li .topCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 44px auto;
	background-color: #f2f2f2;
	padding-left: 30px;
}
.topServiceBox01 li .topCell01.li01 {
	font-size: 15px;
	background-image: url("/solution_sites/cloud/img/top_h3_icon01.png");
	background-position: 15px center;
	background-size: auto 40px;
}
.topServiceBox01 li .topCell01.li02 {
	background-image: url("/solution_sites/cloud/img/top_icon01_01.png");
}
.topServiceBox01 li .topCell01.li03 {
	background-image: url("/solution_sites/cloud/img/top_icon01_02.png");
}
.topServiceBox01 li .topCell01.li04 {
	background-image: url("/solution_sites/cloud/img/top_icon01_03.png");
}
.topServiceBox01 li .topCell01.li05 {
	background-image: url("/solution_sites/cloud/img/top_icon01_04.png");
}
.topServiceBox01 li .topCell01.li06 {
	background-image: url("/solution_sites/cloud/img/top_icon01_05.png");
}
.topContServiceWrap02 {
	padding: 40px 15px 0px 15px;
}
.topServiceBlock01.topServiceBlock02 {
	padding: 30px 15px 30px 15px;
}
.topServiceImg02 {
	width: auto;
	position: relative;
	top: 0px;
	left: 0px;
}
.topServiceBlock01.topServiceBlock03 {
	padding: 70px 95px 1px 485px;
}
.topServiceImg03 {
	width: auto;
	position: relative;
	top: 0px;
	right: 0px;
}
.spanImg01 img {
	width: 44px;
	height: auto;
	vertical-align: middle;
	margin-left: 0px;
}
.spanImg02 img {
	width: 92px;
	height: auto;
	vertical-align: middle;
	margin-left: 20px;
}
.topServiceBox02 {
	margin-top: 30px;
}
.contGr01 {
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
}
.topServiceLinkWrap01 {
	padding: 3px;
	margin-bottom: 11px;
}
.topServiceLinkWrap01 a:link {
	color: #000000;
	text-decoration: none;
}
.topServiceLinkWrap01 a:visited {
	color: #000000;
	text-decoration: none;
}
.topServiceLinkWrap01 a:hover {
	color: #fb4861;
	text-decoration: none;
}
.topServiceLinkWrap01 a:active {
	color: #000000;
	text-decoration: none;
}
.topServiceLinkWrapIn {
	background-color: #ffffff;
	padding: 15px 15px 5px 15px;
}
.topServiceUl01 {
	display: block;
	height: auto;
}
.topServiceUl01 li {
	display: block;
	text-align: left;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-right: 0px;
	padding-bottom: 10px;
}
.topServiceUl01 li:last-child {
	padding-right: 0px;
}
.topServiceUl01 li a {
	display: block;
	background-image: url("/solution_sites/cloud/img/cont_icon_ar01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px auto;
	padding-left: 13px;
}
.topServiceUl01 li.li01 {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-right: 0px;
	width: auto;
	padding-bottom: 15px;
}
.topServiceUl01 li.li02 {
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 500;
	letter-spacing: 0em;
	padding-right: 0px;
	width: auto;
}
.topServiceUl01 li.li02 .span01 {
	font-size: 14px;
	vertical-align: middle;
	margin-left: 3px;
}
.topServiceUl01 li.li02 .span02 {
	vertical-align: middle;
}
.topServiceBox03Wrap {
	overflow: hidden;
	margin-bottom: 25px;
}
.topServiceBox03In {
	width: auto;
}
.topServiceBox03In .box01 {
	width: auto;
	margin-right: 0px;
	float: none;
}
.topServiceBox03In .topServiceUl01 {
	width: 100%;
}
.topServiceBox03In .topServiceUl01 li a {
	background-image: none;
	padding-left: 0px;
}
.topServiceBlock03 {
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	padding: 30px 15px 30px 15px;
}
.topReasonBox01 {
	overflow: hidden;
}
.topReasonBox01 ul {
	width: auto;
}
.topReasonBox01 li {
	width: auto;
	margin-right: 0px;
	float: none;
	margin-bottom: 25px;
}
.topReasonBox01 .boxIn01 {
	display: block;
	width: 100%;
	margin-top: 15px;
}
.topReasonBox01 .boxIn01 .topCell01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding-right: 0px;
	margin-bottom: 10px;
}
.topReasonBox01 .boxIn01 .topCell02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.45em;
	font-weight: 500;
}
.topReasonIcon01 {
	display: table;
	width: 74px;
	height: 74px;
	margin: auto;
}
.topReasonIcon01 p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-image: url("/solution_sites/cloud/img/cont_reason_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 74px auto;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	padding: 4px 0px 0px 2px;
}
.topReasonIcon01 p .span01 {
	display: block;
	font-size: 9px;
	line-height: 1.0em;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.topReasonIcon01 p .span02 {
	display: block;
	font-size: 33px;
	line-height: 1.0em;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-left: 3px;
}
.topContBtnWrap01 {
	/*width: 218px;
		margin: auto;*/
	padding: 10px 0px 0px 0px;
}
.topContCaseWrap {
	padding: 40px 15px 30px 15px;
}
.topCaseBlock01 {
	overflow: hidden;
}
.topCaseBlock01 ul {
	width: auto;
}
.topCaseBlock01 li {
	width: auto;
	margin-right: 0px;
	float: none;
	background-color: #ffffff;
	margin-bottom: 15px;
	display: block;
}
.topCaseBlock01 li .boxIn {
	box-sizing: border-box;
	height: auto;
	padding: 40px 15px 40px 15px;
}
.topCaseBlock01 .topImg01 {
	margin: 0px auto 30px auto;
	;
}
.topCaseBlock01 .topImg01 img {
	width: auto;
	height: 70px;
}
.topCaseBlock01 .topDl01 {
	text-align: center;
}
.topCaseBlock01 .topDl01 dt {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
}
.topCaseBlock01 .topDl01 dd {
	font-size: 14px;
	line-height: 2.0em;
}
.topContPriceWrap {
	padding: 40px 15px 30px 15px;
	background-color: #ffffff;
}
.topPriceBlock01 {
	overflow: hidden;
}
.topPriceBlock01 ul {
	width: auto;
}
.topPriceBlock01 li {
	width: auto;
	margin-right: 0px;
	float: none;
	margin-bottom: 0px;
}
.topPriceBox01 {
	padding: 6px;
}
.topPriceBox01 .boxIn {
	display: table;
	width: 100%;
	height: auto;
}
.topPriceBox01 .boxIn .boxCell {
	background-color: #ffffff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 20px 15px;
}
.topPriceBox01 .boxIn .boxCell span {
	color: #ff604d;
	font-size: 28px;
}
.topPriceBox01 .boxIn .boxCell span .pcBr {
	display: none;
}
.ddDetailP01 {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0px 0px 25px 0px;
}
.detailH401 .detailH401Span01 {
	color: #ff604d;
	font-size: 32px;
}
.topPriceBlock01 li .boxText01 {
	text-align: center;
	font-size: 15px;
	line-height: 1.8em;
	font-weight: bold;
	margin-top: 10px;
}
.topContContactWrap01 {
	padding: 40px 15px 30px 15px;
}
.topContactBlock01 {
	width: auto;
	margin: auto;
}
.topContactBlock01 .boxWrap01 {
	padding-left: 0px;
	margin-bottom: 0px;
	position: relative;
}
.topContactBlock01 .boxCont01 {
	text-align: left;
	background-color: #ffffff;
	padding: 30px 15px 22px 15px;
}
.topContactBlock01 .boxCont01 dt {
	font-size: 18px;
	line-height: 1.0em;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}
.topContactBlock01 .boxCont01 dd {
	position: relative;
	font-size: 14px;
	line-height: 2.0em;
	box-sizing: border-box;
	padding-top: 10px;
	height: auto;
}
.topContactBlock01 .boxBtn01 {
	position: relative;
	right: 0px;
	bottom: 0px;
	width: 122px;
	margin: 15px 0px 10px auto;
}
.topContactBlock01 .boxImg01 {
	width: auto;
	position: relative;
	top: 0px;
	left: 0px;
}
.topContactBlock01 .boxWrap02 {
	padding-right: 0px;
	margin-bottom: 30px;
	position: relative;
}
.topContactBlock01 .boxCont01.boxCont02 {
	background-color: #ffffff;
	padding: 30px 15px 22px 15px;
}
.topContactBlock01 .boxImg02 {
	width: auto;
	position: relative;
	top: 0px;
	right: 0px;
}
.topContContactWrap02 {
	background-image: url("/solution_sites/cloud/2019/03/18/cont_bg01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: auto;
}
.topContactBlock02 {
	display: block;
	height: auto;
	padding: 30px 15px;
}
.topContactBlock02 .topCell03 {
	display: block;
	text-align: left;
	vertical-align: middle;
	padding-right: 0px;
	width: auto;
	margin-bottom: 15px;
}
.topContactBlock02 .topCell04 {
	display: block;
	text-align: right;
	vertical-align: middle;
	padding-left: 0px;
	width: auto;
}
.topContactBtnIn01 {
	display: table;
	height: 110px;
}
.topContactBtnIn01 .topCell {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 65px;
	background-image: url("/solution_sites/cloud/img/cont_btn_img01.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 60px auto;
}
.topContactBtnIn01 .topCell.topCell05 {
	background-image: url("/solution_sites/cloud/2019/03/13/cont_btn_img03.png");
	background-position: 6px center;
	background-size: 56px auto;
}
.topContactBtnIn01 .topCell .text01 {
	display: table;
	height: 26px;
	margin-bottom: 6px;
}
.topContactBtnIn01 .topCell .text01 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
	padding: 0px 15px;
}
.topContactBtnIn01 .topCell .text02 {
	color: #fb3639;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
}
a:hover .topContactBtnIn01 .topCell .text01 span {
	color: #fb3639;
	background-color: #ffffff;
}
a:hover .topContactBtnIn01 .topCell .text02 {
	color: #ffffff;
}
}
/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

/*.pagetopButton {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
}*/

#gfooter {
	background-color: #cccccc;
}
.footerWrap01 {
	padding: 46px 0px 80px 0px;
}
.footerNaviWrap {
	display: table;
	width: 100%;
}
.footerLogo {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 280px;
}
.footerLogo img {
	width: 232px;
	height: auto;
}
.footerNaviCont01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	/*padding-left: 86px;*/
	width: 240px;
}
.footerNaviCont01.fn01 {
	width: auto;
}
.footerNaviCont01.fn02 {
	width: auto;
}
.footerNaviCont01.fn03 {
	width: 170px;
}
.footerNaviCont01 ul {
	padding-right: 0;
	padding-left: 20px;
margin:0 auto;
}
.footerNaviCont01 li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6em;
}
.footerNaviCont01 li.lv1 {
	font-weight: bold;
	padding-left: 1em;
	margin-top: 10px;
	font-size: 13px;
}
.footerNaviCont01 li.lv1:first-child {
	margin-top: 10px;
}
.footerNaviCont01 li.lv1:before {
	content: "■";
	position: absolute;
	left: -0.4em;
	top: 2px;
}
.footerNaviCont01 li.lv1 a {
	font-size: 13px;
}
.footerNaviCont01 li.lv2 {
	font-weight: bold;
	padding-left: 1em;
}
.footerNaviCont01 li.lv2:before {
	content: "-";
	position: absolute;
	left: 0.2em;
	top: 0;
}
.footerNaviCont01 a {
	font-size: 12px;
	line-height: 1.9em;
}
.footerNaviWrap a:link {
	color: #4d4d4d;
	text-decoration: none;
}
.footerNaviWrap a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
.footerNaviWrap a:hover {
	color: #fb4861;
	text-decoration: none;
	font-weight: bold;
}
.footerNaviWrap a:active {
	color: #4d4d4d;
	text-decoration: none;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {
/*デバイスwidth、～799px用のスタイルを記入*/

	/*.pagetopButton {
		display: none;
		position: fixed;
		bottom: 60px;
		right: 40px;
	}*/

#gfooter {
	background-color: #cccccc;
}
.footerWrap01 {
	padding: 30px 0px 30px 0px;
}
.footerNaviWrap {
	display: block;
	width: auto;
margin:0 auto;
padding:0 20px;
}
.footerLogo {
	display: block;
	text-align: center;
	vertical-align: top;
	width: auto;
}
.footerLogo img {
	width: 240px;
	height: auto;
}
.footerNaviCont01 {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	/*padding-left: 86px;*/
}
.footerNaviCont01 a {
	font-size: 12px;
	line-height: 1.9em;
}
.footerNaviWrap a:link {
	color: #4d4d4d;
	text-decoration: none;
}
.footerNaviWrap a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
.footerNaviWrap a:hover {
	color: #fb4861;
	text-decoration: none;
	font-weight: bold;
}
.footerNaviWrap a:active {
	color: #4d4d4d;
	text-decoration: none;
}

.footerNaviCont01 {
	display: block;
	text-align: left;
	vertical-align: top;
	width: auto;
}
.footerNaviCont01.fn01 {
	width: auto;
}
.footerNaviCont01.fn02 {
	width: auto;
}
.footerNaviCont01.fn03 {
	width: auto;
}
.footerNaviCont01 ul {
	padding-right: 0;
	padding-left: 20px;
margin:0 auto;
}
.footerNaviCont01.fn01 ul {
margin:20px auto 0;
}
.footerNaviCont01 li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6em;
display:none;
}
.footerNaviCont01 li.lv1 {
	font-weight: bold;
	padding-left: 1em;
	margin-top: 3px;
	font-size: 13px;
display:block;
}
.footerNaviCont01 li.lv1:first-child {
	margin-top: 3px;
}
.footerNaviCont01 li.lv1:before {
	content: "■";
	position: absolute;
	left: -0.4em;
	top: 2px;
}
.footerNaviCont01 li.lv1 a {
	font-size: 13px;
}
.footerNaviCont01 li.lv2 {
	font-weight: bold;
	padding-left: 1em;
}
.footerNaviCont01 li.lv2:before {
	content: "-";
	position: absolute;
	left: 0.2em;
	top: 0;
}
.footerNaviCont01 li.spSub {
display:block;
}

}
/* -------------------------------------------------------------------- 
 ボタン用
-------------------------------------------------------------------- */

.contactBtn01 {
	background-color: #082158;
	width: 144px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn01 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 1px solid #082158;
	padding: 10px 0px 10px 0px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
}
.contactBtn01 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn01 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn01 a:hover {
	color: #082158;
	text-decoration: none;
}
.contactBtn01 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn01 a::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
.contactBtn01 a:hover::before {
}
.contactBtn01.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn01 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn01 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn02 {
	/*background-color: #082158;*/
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	width: 144px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn02 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 0px solid #082158;
	padding: 11px 0px 11px 0px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
}
.contactBtn02 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn02 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn02 a:hover {
	color: #d42b4d;
	text-decoration: none;
	border: 1px solid #d42b4d;
	padding: 10px 0px 10px 0px;
}
.contactBtn02 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn02 a::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
.contactBtn02 a:hover::before {
}
.contactBtn02.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn02 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn02 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn03 {
	background-color: #ffffff;
	display: block;
	width: 100%;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn03 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #fb4861;
	font-size: 19px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0em;
	border: 2px solid #fb4861;
	padding: 20px 0px 20px 0px;
	position: relative;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
.contactBtn03 a:link {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn03 a:visited {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn03 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn03 a:active {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn03 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/top_ancnavi_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 26px;
	margin-top: -2px;
}
.contactBtn03 a:hover::before {
	background-image: url("/solution_sites/cloud/img/top_ancnavi_ar01_on.png");
}
.contactBtn03.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #fb4861;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn03 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn03 .span01::before {
	content: '';
	background-size: 14px auto;*/
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn04 {
	background-color: #ffffff;
	display: block;
	width: 218px;
	margin: auto;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;/* -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;*/
}
.contactBtn04 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #fb4861;
	font-size: 19px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0em;
	border: 2px solid #fb4861;
	padding: 20px 0px 20px 0px;
	position: relative;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
.contactBtn04 a:link {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn04 a:visited {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn04 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn04 a:active {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn04 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/service_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	width: 20px;
	height: 8px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 26px;
	margin-top: -4px;
}
.contactBtn04 a:hover::before {
	background-image: url("/solution_sites/cloud/img/service_btn_ar01_on.png");
}
.contactBtn04.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #fb4861;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn04 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn04 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn05 {
	/*background-color: #082158;*/
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	width: 350px;
	margin: auto;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn05 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: 0px solid #082158;
	padding: 30px 0px 30px 60px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
.contactBtn05 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn05 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn05 a:hover {
	color: #d42b4d;
	text-decoration: none;
	border: 1px solid #d42b4d;
	padding: 29px 0px 29px 60px;
}
.contactBtn05 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn05 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/cont_btn_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 16px;
	border: 0px;
	position: absolute;
	top: 50%;
	left: 100px;
	/*right: 15px;*/
	margin-top: -8px;
}
.contactBtn05 a:hover::before {
	background-image: url("/solution_sites/cloud/img/cont_btn_icon01_on.png");
}
.contactBtn05.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn05 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn05 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn06 {
	background-color: #e6e6e6;
	width: 115px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn06 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-size: 11px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 1px solid #e6e6e6;
	padding: 8px 0px 8px 20px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}
.contactBtn06 a:link {
	color: #000000;
	text-decoration: none;
}
.contactBtn06 a:visited {
	color: #000000;
	text-decoration: none;
}
.contactBtn06 a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #fb4861;
}
.contactBtn06 a:active {
	color: #000000;
	text-decoration: none;
}
.contactBtn06 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	width: 10px;
	height: 10px;
	border: 0px;
	position: absolute;
	top: 50%;
	left: 20px;
	/*right: 15px;*/
	margin-top: -5px;
}
.contactBtn06 a:hover::before {
	background-image: url("/solution_sites/cloud/img/cont_btn_ar01_on.png");
}
.contactBtn06.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #fb4861;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn06 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn06 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn07 {
	background-image: url("/solution_sites/cloud/img/cont_btn_bg01.png");
	background-repeat: repeat;
	background-position: left top;
	/*background-color: #ffffff;*/
	display: block;
	width: 100%;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	-o-border-radius: 80px;
	-ms-border-radius: 80px;
	border-radius: 80px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn07 a {
	display: block;
	text-align: left;
	vertical-align: middle;
	color: #fb4861;
	font-size: 19px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0em;
	border: 2px solid #ffffff;
	padding: 0px 0px 0px 0px;
	position: relative;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	-o-border-radius: 80px;
	-ms-border-radius: 80px;
	border-radius: 80px;
}
.contactBtn07 a:link {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn07 a:visited {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn07 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn07 a:active {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn07 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/cont_btn_ar02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px auto;
	width: 24px;
	height: 23px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 40px;
	margin-top: -12px;
}
.contactBtn07 a:hover::before {
	background-image: url("/solution_sites/cloud/img/cont_btn_ar02_on.png");
}
.contactBtn07.btn_effect .effect {
	height: 200px;
	width: 100%;
	left: -100%;
	background-color: #fb4861;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn07 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn07 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn08 {
	display: inline-block;
	background-color: #d9d9d9;
	width: auto;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn08 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-size: 13px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 1px solid #d9d9d9;
	padding: 10px 25px 10px 25px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
}
.contactBtn08 a:link {
	color: #000000;
	text-decoration: none;
}
.contactBtn08 a:visited {
	color: #000000;
	text-decoration: none;
}
.contactBtn08 a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #000000;
}
.contactBtn08 a:active {
	color: #000000;
	text-decoration: none;
}
.contactBtn08 a::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
.contactBtn08 a:hover::before {
}
.contactBtn08.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #000000;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn08 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn08 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn09 {
	background-color: #ffffff;
	width: 115px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn09 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-size: 11px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 1px solid #ffffff;
	padding: 8px 0px 8px 20px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}
.contactBtn09 a:link {
	color: #000000;
	text-decoration: none;
}
.contactBtn09 a:visited {
	color: #000000;
	text-decoration: none;
}
.contactBtn09 a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #fb4861;
}
.contactBtn09 a:active {
	color: #000000;
	text-decoration: none;
}
.contactBtn09 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	width: 10px;
	height: 10px;
	border: 0px;
	position: absolute;
	top: 50%;
	left: 20px;
	/*right: 15px;*/
	margin-top: -5px;
}
.contactBtn09 a:hover::before {
	background-image: url("/solution_sites/cloud/img/cont_btn_ar01_on.png");
}
.contactBtn09.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #fb4861;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
/*-----------------------------------*/

.contactBtn10 {
	background-color: #f37eb2;
	width: 200px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn10 a {
	display: table !important;
	width: 198px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 1px solid #f37eb2;
	/*padding: 18px 0px 18px 0px;*/
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
.contactBtn10 a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.contactBtn10 a:link {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn10 a:visited {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn10 a:hover {
	color: #f37eb2 !important;
	text-decoration: none !important;
}
.contactBtn10 a:active {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn10 a::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
.contactBtn10 a:hover::before {
}
.contactBtn10.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
/*-------*/

.contactBtn10.priceBtn02 {
	background-color: #f9b610;
}
.contactBtn10.priceBtn02 a {
	border: 1px solid #f9b610;
}
.contactBtn10.priceBtn02 a:hover {
	color: #f9b610 !important;
}
.contactBtn10.priceBtn03 {
	background-color: #9895ca;
}
.contactBtn10.priceBtn03 a {
	border: 1px solid #9895ca;
}
.contactBtn10.priceBtn03 a:hover {
	color: #9895ca !important;
}
.contactBtn10.priceBtn04 {
	background-color: #95bfe5;
}
.contactBtn10.priceBtn04 a {
	border: 1px solid #95bfe5;
}
.contactBtn10.priceBtn04 a:hover {
	color: #95bfe5 !important;
}
.contactBtn10.priceBtn05 {
	background-color: #3c4f7a;
}
.contactBtn10.priceBtn05 a {
	border: 1px solid #3c4f7a;
}
.contactBtn10.priceBtn05 a:hover {
	color: #3c4f7a !important;
}
.contactBtn10.priceBtn06 {
	background-color: #009944;
}
.contactBtn10.priceBtn06 a {
	border: 1px solid #009944;
}
.contactBtn10.priceBtn06 a:hover {
	color: #009944 !important;
}
.contactBtn10.priceBtn07 {
	background-color: #f37e89;
}
.contactBtn10.priceBtn07 a {
	border: 1px solid #f37e89;
}
.contactBtn10.priceBtn07 a:hover {
	color: #f37e89 !important;
}
.contactBtn10.priceBtn08 {
	background-color: #f98b10;
}
.contactBtn10.priceBtn08 a {
	border: 1px solid #f98b10;
}
.contactBtn10.priceBtn08 a:hover {
	color: #f98b10 !important;
}
.contactBtn10.priceBtn09 {
	background-color: #3a69e8;
}
.contactBtn10.priceBtn09 a {
	border: 1px solid #3a69e8;
}
.contactBtn10.priceBtn09 a:hover {
	color: #3a69e8 !important;
}
.contactBtn10.priceBtn10 {
	background-color: #42bce0;
}
.contactBtn10.priceBtn10 a {
	border: 1px solid #42bce0;
}
.contactBtn10.priceBtn10 a:hover {
	color: #42bce0 !important;
}
.contactBtn10.priceBtn11 {
	background-color: #5d3538;
}
.contactBtn10.priceBtn11 a {
	border: 1px solid #5d3538;
}
.contactBtn10.priceBtn11 a:hover {
	color: #5d3538 !important;
}
.contactBtn10.priceBtn12 {
	background-color: #60c148;
}
.contactBtn10.priceBtn12 a {
	border: 1px solid #60c148;
}
.contactBtn10.priceBtn12 a:hover {
	color: #60c148 !important;
}
/*---------------------------*/

.contactBtn11.downloadBtn01 {
	margin: auto 0px auto auto;
}
.contactBtn11 {
	/*background-color: #082158;*/
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	width: 144px;
	margin: auto auto auto 148px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn11 a {
	display: block;
	text-align: left;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 0px solid #082158;
	padding: 11px 0px 11px 40px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
}
.contactBtn11 a:link {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn11 a:visited {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn11 a:hover {
	color: #d42b4d !important;
	text-decoration: none !important;
	border: 1px solid #d42b4d;
	padding: 10px 0px 10px 39px;
}
.contactBtn11 a:active {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn11 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/cont_btn_ar02_on.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px auto;
	width: 12px;
	height: 12px;
	border: 0px;
	position: absolute;
	top: 50%;
	left: 15%;
	/*right: 15px;*/
	margin-top: -6px;
}
.contactBtn11 a:hover::before {
	background-image: url("/solution_sites/cloud/img/cont_btn_ar02.png");
}
.contactBtn11.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
/*---------------------------*/

.contactBtn12 {
	/*background-color: #082158;*/
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	width: 144px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn12 a {
	display: block;
	text-align: left;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 0px solid #082158;
	padding: 11px 0px 11px 40px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
}
.contactBtn12 a:link {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn12 a:visited {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn12 a:hover {
	color: #d42b4d !important;
	text-decoration: none !important;
	border: 1px solid #d42b4d;
	padding: 10px 0px 10px 39px;
}
.contactBtn12 a:active {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn12 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/flow/flow_icon_mail01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	width: 13px;
	height: 12px;
	border: 0px;
	position: absolute;
	top: 50%;
	left: 15%;
	/*right: 15px;*/
	margin-top: -6px;
}
.contactBtn12 a:hover::before {
	background-image: url("/solution_sites/cloud/img/flow/flow_icon_mail01_on.png");
}
.contactBtn12.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
/*---------------------------*/

.contactBtn13 {
	background-color: #999999;
	width: 115px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn13 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 11px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 1px solid #999999;
	padding: 8px 0px 8px 20px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}
.contactBtn13 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn13 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn13 a:hover {
	color: #999999;
	text-decoration: none;
	border: 1px solid #ffffff;
}
.contactBtn13 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn13 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/solution/cont_btn_ar01_down.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	width: 10px;
	height: 10px;
	border: 0px;
	position: absolute;
	top: 50%;
	left: 16px;
	/*right: 15px;*/
	margin-top: -5px;
}
.contactBtn13 a:hover::before {
	background-image: url("/solution_sites/cloud/img/solution/cont_btn_ar01_down_on.png");
}
.contactBtn13.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
/*---------------------------*/

.contactBtn14 {
	/*background-color: #082158;*/
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	width: 220px;
	margin: auto;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn14 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 0px solid #082158;
	padding: 24px 1px 24px 1px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
}
.contactBtn14 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn14 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn14 a:hover {
	color: #d42b4d;
	text-decoration: none;
	border: 1px solid #d42b4d;
	padding: 23px 0px 23px 0px;
}
.contactBtn14 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn14 a::before {
	content: '';
	background-size: 14px auto;*/
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
.contactBtn14 a:hover::before {
}
.contactBtn14.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}

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

.contactBtn15 {
	/*background-color: #082158;*/
	background: #002D76;
	width: 350px;
	margin: 100px auto 35px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn15 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: 1px solid #002D76;
	padding: 30px 20px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
.contactBtn15 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn15 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn15 a:hover {
	color: #002D76;
	text-decoration: none;
	border: 1px solid #002D76;
	padding: 30px 20px;
}
.contactBtn15 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn15.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn15 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn15 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}

.contactBtn15.btn_effect a span {
    margin-right: 0;
}
/*---------------------------*/



/* ボタン 共通 */

.opa01 {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn_effect {
	display: block;
	text-decoration: none;
	transition: .3s;
	font-weight: normal;
	position: relative;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
}
.btn_effect a {
	display: block;
	/*padding: 15px 0px;
	font-size:16px;
	color: #FFF;*/
	text-decoration: none;
	transition: color .5s ease;
	z-index: 2;
	position: relative;
}
.btn_effect a span {
	margin-right: 20px;
}
.btn_effect:hover .effect {
	left: 0 !important;
}

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



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {
/*デバイスwidth、～799px用のスタイルを記入*/


.contactBtn01 {
	background-color: #082158;
	width: 144px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn01 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 1px solid #082158;
	padding: 10px 0px 10px 0px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
}
.contactBtn01 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn01 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn01 a:hover {
	color: #082158;
	text-decoration: none;
}
.contactBtn01 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn01 a::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
.contactBtn01 a:hover::before {
}
.contactBtn01.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn01 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn01 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn02 {
	/*background-color: #082158;*/
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	width: 144px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn02 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 0px solid #082158;
	padding: 11px 0px 11px 0px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
}
.contactBtn02 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn02 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn02 a:hover {
	color: #d42b4d;
	text-decoration: none;
	border: 1px solid #d42b4d;
	padding: 10px 0px 10px 0px;
}
.contactBtn02 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn02 a::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
.contactBtn02 a:hover::before {
}
.contactBtn02.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn02 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn02 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn03 {
	background-color: #ffffff;
	display: block;
	width: 100%;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn03 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #fb4861;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0em;
	border: 2px solid #fb4861;
	padding: 8px 0px 8px 0px;
	position: relative;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
.contactBtn03 a:link {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn03 a:visited {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn03 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn03 a:active {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn03 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/top_ancnavi_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 26px;
	margin-top: -2px;
}
.contactBtn03 a:hover::before {
	background-image: url("/solution_sites/cloud/img/top_ancnavi_ar01_on.png");
}
.contactBtn03.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #fb4861;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn03 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn03 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn04 {
	background-color: #ffffff;
	display: block;
	width: 218px;
	margin: auto;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;/* -moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;*/
}
.contactBtn04 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #fb4861;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0em;
	border: 2px solid #fb4861;
	padding: 15px 0px 15px 0px;
	position: relative;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
.contactBtn04 a:link {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn04 a:visited {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn04 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn04 a:active {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn04 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/service_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	width: 20px;
	height: 8px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 26px;
	margin-top: -4px;
}
.contactBtn04 a:hover::before {
	background-image: url("/solution_sites/cloud/img/service_btn_ar01_on.png");
}
.contactBtn04.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #fb4861;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn04 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn04 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn05 {
	/*background-color: #082158;*/
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	width: 350px;
	margin: auto;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn05 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: 0px solid #082158;
	padding: 20px 0px 20px 60px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
.contactBtn05 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn05 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn05 a:hover {
	color: #d42b4d;
	text-decoration: none;
	border: 1px solid #d42b4d;
	padding: 19px 0px 19px 60px;
}
.contactBtn05 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn05 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/cont_btn_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 16px;
	border: 0px;
	position: absolute;
	top: 50%;
	left: 22%;
	/*right: 15px;*/
	margin-top: -8px;
}
.contactBtn05 a:hover::before {
	background-image: url("/solution_sites/cloud/img/cont_btn_icon01_on.png");
}
.contactBtn05.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn05 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn05 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn06 {
	background-color: #e6e6e6;
	width: 115px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn06 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-size: 11px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 1px solid #e6e6e6;
	padding: 8px 0px 8px 20px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}
.contactBtn06 a:link {
	color: #000000;
	text-decoration: none;
}
.contactBtn06 a:visited {
	color: #000000;
	text-decoration: none;
}
.contactBtn06 a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #fb4861;
}
.contactBtn06 a:active {
	color: #000000;
	text-decoration: none;
}
.contactBtn06 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	width: 10px;
	height: 10px;
	border: 0px;
	position: absolute;
	top: 50%;
	left: 20px;
	/*right: 15px;*/
	margin-top: -5px;
}
.contactBtn06 a:hover::before {
	background-image: url("/solution_sites/cloud/img/cont_btn_ar01_on.png");
}
.contactBtn06.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #fb4861;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn06 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn06 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn07 {
	background-image: url("/solution_sites/cloud/img/cont_btn_bg01.png");
	background-repeat: repeat;
	background-position: left top;
	/*background-color: #ffffff;*/
	display: block;
	width: 100%;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	-o-border-radius: 80px;
	-ms-border-radius: 80px;
	border-radius: 80px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn07 a {
	display: block;
	text-align: left;
	vertical-align: middle;
	color: #fb4861;
	font-size: 19px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0em;
	border: 2px solid #ffffff;
	padding: 0px 0px 0px 0px;
	position: relative;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	-o-border-radius: 80px;
	-ms-border-radius: 80px;
	border-radius: 80px;
}
.contactBtn07 a:link {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn07 a:visited {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn07 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn07 a:active {
	color: #fb4861;
	text-decoration: none;
}
.contactBtn07 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/cont_btn_ar02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px auto;
	width: 24px;
	height: 23px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 20px;
	margin-top: -12px;
}
.contactBtn07 a:hover::before {
	background-image: url("/solution_sites/cloud/img/cont_btn_ar02_on.png");
}
.contactBtn07.btn_effect .effect {
	height: 200px;
	width: 100%;
	left: -100%;
	background-color: #fb4861;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn07 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn07 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn08 {
	display: inline-block;
	background-color: #d9d9d9;
	width: auto;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn08 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-size: 14px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 1px solid #d9d9d9;
	padding: 12px 20px 12px 20px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
}
.contactBtn08 a:link {
	color: #000000;
	text-decoration: none;
}
.contactBtn08 a:visited {
	color: #000000;
	text-decoration: none;
}
.contactBtn08 a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #000000;
}
.contactBtn08 a:active {
	color: #000000;
	text-decoration: none;
}
.contactBtn08 a::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
.contactBtn08 a:hover::before {
}
.contactBtn08.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #000000;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.contactBtn08 .span01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 11px 10px 11px 0px;
	position: relative;
}
.contactBtn08 .span01::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
/*---------------------------*/

.contactBtn09 {
	background-color: #ffffff;
	width: 115px !important;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn09 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-size: 11px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 1px solid #ffffff;
	padding: 8px 0px 8px 20px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}
.contactBtn09 a:link {
	color: #000000;
	text-decoration: none;
}
.contactBtn09 a:visited {
	color: #000000;
	text-decoration: none;
}
.contactBtn09 a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #fb4861;
}
.contactBtn09 a:active {
	color: #000000;
	text-decoration: none;
}
.contactBtn09 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	width: 10px;
	height: 10px;
	border: 0px;
	position: absolute;
	top: 50%;
	left: 20px;
	/*right: 15px;*/
	margin-top: -5px;
}
.contactBtn09 a:hover::before {
	background-image: url("/solution_sites/cloud/img/cont_btn_ar01_on.png");
}
.contactBtn09.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #fb4861;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
/*-----------------------------------*/

.contactBtn10 {
	background-color: #f37eb2;
	width: 200px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn10 a {
	display: table !important;
	width: 100%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 1px solid #f37eb2;
	/*padding: 18px 0px 18px 0px;*/
		/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
.contactBtn10 a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.contactBtn10 a:link {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn10 a:visited {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn10 a:hover {
	color: #f37eb2 !important;
	text-decoration: none !important;
}
.contactBtn10 a:active {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn10 a::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
.contactBtn10 a:hover::before {
}
.contactBtn10.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
/*---------------------------*/

.contactBtn11 {
	/*background-color: #082158;*/
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	width: 144px;
	margin: auto 0px auto auto;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn11 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 0px solid #082158;
	padding: 11px 1px 11px 1px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
}
.contactBtn11 a:link {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn11 a:visited {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn11 a:hover {
	color: #d42b4d !important;
	text-decoration: none !important;
	border: 1px solid #d42b4d;
	padding: 10px 0px 10px 0px;
}
.contactBtn11 a:active {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn11 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/cont_btn_ar02_on.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px auto;
	width: 12px;
	height: 12px;
	border: 0px;
	position: absolute;
	top: 50%;
	left: 15%;
	/*right: 15px;*/
	margin-top: -6px;
}
.contactBtn11 a:hover::before {
	background-image: url("/solution_sites/cloud/img/cont_btn_ar02.png");
}
.contactBtn11.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
/*---------------------------*/

.contactBtn12 {
	/*background-color: #082158;*/
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	width: 144px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn12 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	/*border: 0px solid #082158;*/
	padding: 11px 1px 11px 1px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
}
.contactBtn12 a:link {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn12 a:visited {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn12 a:hover {
	color: #d42b4d !important;
	text-decoration: none !important;
	border: 1px solid #d42b4d;
	padding: 10px 0px 10px 0px;
}
.contactBtn12 a:active {
	color: #ffffff !important;
	text-decoration: none !important;
}
.contactBtn12 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/flow/flow_icon_mail01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	width: 13px;
	height: 12px;
	border: 0px;
	position: absolute;
	top: 50%;
	left: 15%;
	/*right: 15px;*/
	margin-top: -6px;
}
.contactBtn12 a:hover::before {
	background-image: url("/solution_sites/cloud/img/flow/flow_icon_mail01_on.png");
}
.contactBtn12.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
/*---------------------------*/

.contactBtn13 {
	background-color: #999999;
	width: 115px !important;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn13 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 11px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 1px solid #999999;
	padding: 8px 0px 8px 20px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}
.contactBtn13 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn13 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn13 a:hover {
	color: #999999;
	text-decoration: none;
	border: 1px solid #ffffff;
}
.contactBtn13 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn13 a::before {
	content: '';
	background-image: url("/solution_sites/cloud/img/solution/cont_btn_ar01_down.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	width: 10px;
	height: 10px;
	border: 0px;
	position: absolute;
	top: 50%;
	left: 16px;
	/*right: 15px;*/
	margin-top: -5px;
}
.contactBtn13 a:hover::before {
	background-image: url("/solution_sites/cloud/img/solution/cont_btn_ar01_down_on.png");
}
.contactBtn13.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
/*---------------------------*/

.contactBtn14 {
	/*background-color: #082158;*/
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	width: 220px;
	margin: auto;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.contactBtn14 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 0px solid #082158;
	padding: 24px 1px 24px 1px;
	/*padding: 10px 0px 10px 0px;*/
	position: relative;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
}
.contactBtn14 a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn14 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn14 a:hover {
	color: #d42b4d;
	text-decoration: none;
	border: 1px solid #d42b4d;
	padding: 23px 0px 23px 0px;
}
.contactBtn14 a:active {
	color: #ffffff;
	text-decoration: none;
}
.contactBtn14 a::before {
	content: '';
	width: 14px;
	height: 6px;
	border: 0px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	right: 15px;
	margin-top: -2px;
}
.contactBtn14 a:hover::before {
}
.contactBtn14.btn_effect .effect {
	height: 110px;
	width: 100%;
	left: -100%;
	background-color: #ffffff;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
/*-----------------*/

	/* ボタン 共通 */

.btn_effect {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	transition: .3s;
	font-weight: normal;
	position: relative;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
}
.btn_effect a {
	display: block;
	/*padding: 15px 0px;
		font-size:16px;
		color: #FFF;*/
	text-decoration: none;
	transition: all .5s ease;
	z-index: 2;
	position: relative;
}
.btn_effect a span {
	margin-right: 20px;
}
.btn_effect:hover .effect {
	left: 0;
}
}
/* -------------------------------------------------------------------- 
 サービスページ
-------------------------------------------------------------------- */

.serviceMainvisualWrap {
	background-image: url("/solution_sites/cloud/img/service/service_mainvisual.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 557px;
}
.serviceMainvisualIn {
	text-align: left;
	padding: 66px 82px 0px 82px;
}
.mainvisualH202 {
	color: #ffffff;
}
.mainvisualH202 .span01 {
	display: block;
	font-size: 21px;
	line-height: 1.7em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.mainvisualH202 .span02 {
	display: block;
	font-size: 35px;
	line-height: 1.54em;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
.mainvisualH202 .span02.span03 {
	margin-bottom: 8px;
}
.mainvisualH202.cs .span02 {
	display: block;
	font-size: 24px;
	line-height: 1.54em;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
.mainvisualH202.cs .span02.span03 {
	margin-bottom: 8px;
	font-size: 35px;
}
/*--------------------------------*/

.detailMainT01 {
	font-size: 17px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
	border: 1px solid #ffffff;
	color: #ffffff;
	width: auto;
	padding: 9px 15px;
	text-align: center;
}
.detailH301Wrap {
	padding-bottom: 2px;
	margin-bottom: 31px;
}
.detailH301 {
	padding-bottom: 32px;
}
.detailH301 .span01 {
	display: inline-block;
	font-size: 48px;
	line-height: 1.0em;
	font-weight: bold;
	background-image: url("/solution_sites/cloud/img/top_h3_icon01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 62px auto;
	padding: 25px 0px 25px 98px;
}
#svc30 .detailH301 .span01 {
	background-size: auto 70px;
}
#svc32 .detailH301 .span01 {
	background-size: auto 60px;
}
#svc41 .detailH301 .span01 {
	background-size: auto 56px;
}
#svc42 .detailH301 .span01 {
	background-size: auto 48px;
}
#svc43 .detailH301 .span01 {
	background-size: auto 54px;
}
#svc44 .detailH301 .span01 {
	background-size: auto 56px;
}
#svc45 .detailH301 .span01 {
	background-size: auto 52px;
}
.detailH301 .span01.h302 {
	background-image: none;
	padding: 25px 0px 25px 0px;
}
.detailAncNavi01 {
	display: table;
	margin: 0px auto;
}
.detailAncNavi01 li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 7px 3px;
}
.topicsNavi .detailAncNavi01 {
	display: block;
	margin: 0px auto;
	width: 530px;
}
.topicsNavi .detailAncNavi01 li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 7px 1px;
}
.detailAncNavi01.faq {
	width: 800px;
}
.detailAncNavi01.faq li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 7px 3px;
}
.serviceCont01 {
	padding: 96px 0px 0px 0px;
}
.detailH401 {
	font-size: 40px;
	line-height: 1.3em;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 34px;
}
.detailBox01 {
	background-image: url("/solution_sites/cloud/img/service_line_top_red.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 6px;
	background-color: #ffffff;
	padding: 50px 96px;
}
.detailBox01.detailLineBlue {
	background-image: url("/solution_sites/cloud/img/service_line_top_blue.png");
}
.detailBox01.box02 {
	text-align: left;
}
.serviceCont01 .ddDetailP01.multi {
padding-top:50px;
}
.serviceUl01 {
	display: inline-block;
	text-align: left;
}
.serviceUl01 li {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 500;
	letter-spacing: 0.05em;
	background-image: url("/solution_sites/cloud/img/cont_icon_check01.png");
	background-repeat: no-repeat;
	background-position: left 0px;
	background-size: 24px auto;
	padding-left: 34px;
	margin-bottom: 15px;
}
.detailH501 {
	font-size: 23px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.serviceBox01 {
	border-bottom: 1px solid #e6e6e6;
	padding: 35px 0px 60px 0px;
	margin-bottom: 15px;
}
.serviceBox01.last01 {
	border-bottom: none;
	margin-bottom: 0px;
}
.detailTextBase01 {
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.05em;
}
.detailTextBase01.lead {
margin-bottom:60px;
}
.detailTextBase01 p {
margin-bottom:25px;
}
.detailTb01 {
	display: table;
	width: 100%;
}
.detailTb01 .detailCell01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 50%;
}
.detailTb01 .detailCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 50%;
}
.serviceBox02 {
	padding: 5px;
}
.serviceBox02In {
	background-color: #ffffff;
	padding: 20px 0px 18px 24px;
}
.serviceBox02In dt {
	text-align: center;
	font-size: 19px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.serviceBox02In dd {
}
.serviceBox02In dd ul {
	width: 228px;
	float: left;
}
.serviceBox02In dd li {
	font-size: 15px;
	line-height: 1.0em;
	margin-bottom: 15px;
}
.serviceBox02In dd li a {
	display: inline-block;
	background-image: url("/solution_sites/cloud/img/cont_icon_ar01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 9px;
	padding-left: 12px;
}
.serviceBox02In a:link {
	color: #000000;
	text-decoration: none;
}
.serviceBox02In a:visited {
	color: #000000;
	text-decoration: none;
}
.serviceBox02In a:hover {
	color: #fb4861;
	text-decoration: none;
}
.serviceBox02In a:active {
	color: #000000;
	text-decoration: none;
}
.serviceBlock01 {
	background: rgb(255,74,101);
	background: -moz-linear-gradient(0deg, rgb(255,74,101) 0%, rgb(255,175,114) 100%);
	background: -webkit-linear-gradient(0deg, rgb(255,74,101) 0%, rgb(255,175,114) 100%);
	background: -o-linear-gradient(0deg, rgb(255,74,101) 0%, rgb(255,175,114) 100%);
	background: -ms-linear-gradient(0deg, rgb(255,74,101) 0%, rgb(255,175,114) 100%);
	background: linear-gradient(90deg, rgb(255,74,101) 0%, rgb(255,175,114) 100%);
	padding: 46px 0px 30px 0px;
}
.serviceTb01 {
	display: table;
	width: 100%;
	color: #ffffff;
}
.serviceTb01.serviceTb02 {
	margin-bottom: 20px;
}
.serviceTb01 .cell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 570px;
}
.serviceTb01 .cell02 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.serviceTb01 .cell02 img {
	width: 36px;
	height: auto;
}
.serviceTb01 .text01 {
	font-size: 27px;
	line-height: 1.0em;
	font-weight: bold;
}
.serviceTb01 .line01 {
	padding: 10px 0px;
}
.serviceTb01 .line01 img {
	width: 5px;
	height: auto;
}
.serviceBb01 {
	display: table;
	width: 100%;
	height: 80px;
}
.serviceBb01 p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 19px;
	line-height: 1.4em;
	font-weight: bold;
	background: rgb(120, 120, 120);
	background: -moz-linear-gradient(0deg, rgb(120, 120, 120) 0%, rgb(172, 172, 172) 100%);
	background: -webkit-linear-gradient(0deg, rgb(120, 120, 120) 0%, rgb(172, 172, 172) 100%);
	background: -o-linear-gradient(0deg, rgb(120, 120, 120) 0%, rgb(172, 172, 172) 100%);
	background: -ms-linear-gradient(0deg, rgb(120, 120, 120) 0%, rgb(172, 172, 172) 100%);
	background: linear-gradient(90deg, rgb(120, 120, 120) 0%, rgb(172, 172, 172) 100%);
	border: 1px solid #ffffff;
	-moz-border-radius: 44px;
	-webkit-border-radius: 44px;
	-o-border-radius: 44px;
	-ms-border-radius: 44px;
	border-radius: 44px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.serviceBb01.serviceBb02 p {
	background: rgb(205, 9, 48);
	background: -moz-linear-gradient(0deg, rgb(205, 9, 48) 0%, rgb(255, 133, 65) 100%);
	background: -webkit-linear-gradient(0deg, rgb(205, 9, 48) 0%, rgb(255, 133, 65) 100%);
	background: -o-linear-gradient(0deg, rgb(205, 9, 48) 0%, rgb(255, 133, 65) 100%);
	background: -ms-linear-gradient(0deg, rgb(205, 9, 48) 0%, rgb(255, 133, 65) 100%);
	background: linear-gradient(90deg, rgb(205, 9, 48) 0%, rgb(255, 133, 65) 100%);
}
.serviceFaqWrap {
	padding: 72px 0px 205px 0px;
}
.serviceFaqCont {
	width: 830px;
	margin: auto;
}
.serviceFaqCont li {
	padding-bottom: 10px;
	text-align: left;
}
.serviceFaqCont .acWrap {
	background-color: #ffffff;
	padding: 0px 30px 0px 70px;
}
.serviceFaqCont .acWrap .ac p {
	background-image: url("/solution_sites/cloud/img/service/service_faq_q.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 29px auto;
	font-size: 21px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 4px 0px 4px 44px;
}
.serviceFaqCont .acWrap .acCont p {
	background-image: url("/solution_sites/cloud/img/service/service_faq_a.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 29px auto;
	font-size: 21px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	padding: 4px 0px 4px 44px;
}
.serviceFaqCont .acWrap .ac {
	padding: 14px 0px;
	cursor: pointer;
}
.serviceFaqCont .acWrap .acCont {
	padding: 14px 0px;
}
.serviceFaqCont .acWrap .acContWrap {
	display: none;
}
.serviceContactWrap {
	padding: 90px 0px 60px 0px;
}
.serviceNaviWrap01 {
	background-color: #666666;
}
.serviceNaviTb01 {
	position: relative;
}
.serviceNaviTit {
	display: table;
	width: 100vw;
	height: 56px;
	position: absolute;
	top: -15px;
	right: 1024px;
}
.serviceNaviTit p {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-right: 36px;
}
.serviceNaviTb01 ul {
	display: block;
	margin-left: 250px;
	padding: 10px 0 8px;
	overflow: hidden;
}
.serviceNaviTb01 li {
	float: left;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	padding-right: 35px;
	margin: 0 0 5px;
}
.serviceNaviTb01 li a {
	background-image: url("/solution_sites/cloud/img/header_menu_ar01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 7px auto;
	padding-left: 12px;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.0em;
	letter-spacing: 0.05em;
}
.serviceNaviTb01 li a:link {
	color: #ffffff;
	text-decoration: none;
}
.serviceNaviTb01 li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.serviceNaviTb01 li a:hover {
	color: #fb4861;
	text-decoration: none;
}
.serviceNaviTb01 li a:active {
	color: #ffffff;
	text-decoration: none;
}
/*----------------------------------------*/

.detailTb02 {
	display: table;
	margin-bottom: 18px;
}
.detailCell03 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-right: 25px;
}
.detailMainT02 {
	color: #ffffff;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: bold;
}
.serviceImgWrap01 {
	text-align: center;
	margin-top: 35px;
}
.serviceImgWrap01.lead {
	margin-top: 0;
	margin-bottom: 60px;
}
.serviceImg01 img {
	height: auto;
	width: 934px;
}
.serviceImg02 img {
	height: auto;
	width: 934px;
}
.serviceImg03 img {
	height: auto;
	width: 934px;
}
.serviceImg04 img {
	height: auto;
	width: 934px;
}
.serviceContactWrap02 {
	display: inline-block;
	padding: 4px;
	margin: 74px auto 64px auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.serviceContactWrap02.serviceContactWrap02Top {
	margin: 0px auto 0px auto;
}
.serviceContactWrap02In {
	display: table;
	width: 594px;
	height: 340px;
}
.serviceContactWrap02InCell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.serviceContactWrap02 .contactText01 {
	font-size: 27px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 30px;
}
.serviceContactWrap02 .contactText02 {
}
.serviceContactWrap02 .contactText02 span {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 52px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-image: url("/solution_sites/cloud/img/contact_icon_tel01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 47px auto;
	padding-left: 60px;
}
.serviceContactWrap02 .contactText03 {
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 30px;
}
.serviceBox01 a:link {
	color: #29abe2;
	text-decoration: underline;
}
.serviceBox01 a:visited {
	color: #29abe2;
	text-decoration: underline;
}
.serviceBox01 a:hover {
	color: #29abe2;
	text-decoration: none;
}
.serviceBox01 a:active {
	color: #29abe2;
	text-decoration: none;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {
/*デバイスwidth、～799px用のスタイルを記入*/

.serviceMainvisualWrap {
	background-image: url("/solution_sites/cloud/img/service/service_mainvisual.png");
	background-repeat: no-repeat;
	background-position: 60% bottom;
	background-size: cover;
	height: 500px;
}
.serviceMainvisualIn {
	text-align: left;
	padding: 30px 15px 0px 15px;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
}
.mainvisualH202 {
}
.mainvisualH202 .span01 {
	display: block;
	font-size: 13px;
	line-height: 1.7em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.mainvisualH202 .span02 {
	display: block;
	font-size: 30px;
	line-height: 1.54em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.mainvisualH202 .span02.ajust {
	font-size: 26px;
}
.mainvisualH202 .span02.span03 {
	margin-bottom: 10px;
}


.mainvisualH202.cs .span02 {
	display: block;
	font-size: 18px;
	line-height: 1.54em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.mainvisualH202.cs .span02.span03 {
	margin-bottom: 8px;
	font-size: 24px;
}
/*------------------------------*/

.detailMainT01 {
	font-size: 14px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
	border: 1px solid #ffffff;
	width: auto;
	padding: 6px 8px;
	text-align: center;
}
.detailH301Wrap {
	padding-bottom: 1px;
	margin-bottom: 20px;
}
.detailH301 {
	padding-bottom: 20px;
}
.detailH301 .span01 {
	display: inline-block;
	font-size: 22px;
	line-height: 1.0em;
	font-weight: bold;
	background-image: url("/solution_sites/cloud/img/top_h3_icon01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 38px auto;
	padding: 25px 0px 25px 48px;
}
#svc30 .detailH301 .span01 {
	background-size: auto 44px;
padding-left:60px;
}
#svc32 .detailH301 .span01 {
	background-size: auto 40px;
padding-left:60px;
}
#svc41 .detailH301 .span01 {
	background-size: auto 44px;
padding-left:60px;
}
#svc42 .detailH301 .span01 {
	background-size: auto 40px;
padding-left:74px;
}
#svc43 .detailH301 .span01 {
	background-size: auto 40px;
padding-left:60px;
}
#svc44 .detailH301 .span01 {
	background-size: auto 40px;
padding-left:60px;
}
#svc45 .detailH301 .span01 {
	background-size: auto 38px;
padding-left:60px;
}
.detailAncNavi01 {
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px 15px;
	width: auto;
}
.detailAncNavi01 li {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 4px 3px;
}
.topicsNavi .detailAncNavi01 {
	display: block;
	margin: 0px auto;
	padding: 0px 15px;
	width: auto;
}
.topicsNavi .detailAncNavi01 li {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 4px 3px;
}
.detailAncNavi01.faq {
	width: auto;
}
.detailAncNavi01.faq li {
	display: block;
	padding: 4px 3px;
}
.serviceCont01 {
	padding: 40px 15px 0px 15px;
}
.detailH401 {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.detailBox01 {
	background-color: #ffffff;
	padding: 20px 15px;
}
.detailBox01.box02 {
	text-align: left;
}
.serviceUl01 {
	display: inline-block;
	text-align: left;
}
.serviceUl01 li {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 500;
	letter-spacing: 0.05em;
	background-image: url("/solution_sites/cloud/img/cont_icon_check01.png");
	background-repeat: no-repeat;
	background-position: left 0px;
	background-size: 19px auto;
	padding-left: 28px;
	margin-bottom: 10px;
}
.detailH501 {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.serviceBox01 {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0px 26px 0px;
	margin-bottom: 15px;
}
.serviceBox01.last01 {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.detailTextBase01 {
	font-size: 14px;
	line-height: 2.0em;
	letter-spacing: 0.05em;
}
.detailTb01 {
	display: block;
	width: 100%;
}
.detailTb01 .detailCell01 {
	display: block;
	text-align: left;
	vertical-align: middle;
	width: auto;
	margin-bottom: 20px;
}
.detailTb01 .detailCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 50%;
}
.serviceBox02 {
	padding: 5px;
}
.serviceBox02In {
	background-color: #ffffff;
	padding: 20px 15px 18px 15px;
}
.serviceBox02In dt {
	text-align: center;
	font-size: 18px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.serviceBox02In dd {
}
.serviceBox02In dd ul {
	width: auto;
	float: none;
}
.serviceBox02In dd li {
	font-size: 14px;
	line-height: 1.0em;
	margin-bottom: 12px;
}
.serviceBox02In dd li a {
	display: inline-block;
	background-image: url("/solution_sites/cloud/img/cont_icon_ar01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 9px;
	padding-left: 12px;
}
.serviceBox02In a:link {
	color: #000000;
	text-decoration: none;
}
.serviceBox02In a:visited {
	color: #000000;
	text-decoration: none;
}
.serviceBox02In a:hover {
	color: #fb4861;
	text-decoration: none;
}
.serviceBox02In a:active {
	color: #000000;
	text-decoration: none;
}
.serviceBlock01 {
	background: rgb(237, 168, 182);
	background: -moz-linear-gradient(0deg, rgb(237, 168, 182) 0%, rgb(255, 181, 134) 100%);
	background: -webkit-linear-gradient(0deg, rgb(237, 168, 182) 0%, rgb(255, 181, 134) 100%);
	background: -o-linear-gradient(0deg, rgb(237, 168, 182) 0%, rgb(255, 181, 134) 100%);
	background: -ms-linear-gradient(0deg, rgb(237, 168, 182) 0%, rgb(255, 181, 134) 100%);
	background: linear-gradient(90deg, rgb(237, 168, 182) 0%, rgb(255, 181, 134) 100%);
	padding: 20px 10px 2px 10px;
}
.serviceTb01 {
	display: table;
	width: 100%;
}
.serviceTb01.serviceTb02 {
	margin-bottom: 20px;
}
.serviceTb01 .cell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 44%;
}
.serviceTb01 .cell02 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.serviceTb01 .cell02 img {
	width: 24px;
	height: auto;
}
.serviceTb01 .text01 {
	font-size: 17px;
	line-height: 1.0em;
	font-weight: bold;
}
.serviceTb01 .line01 {
	padding: 10px 0px;
}
.serviceTb01 .line01 img {
	width: 4px;
	height: auto;
}
.serviceBb01 {
	display: table;
	width: 100%;
	height: 70px;
}
.serviceBb01 p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
	background: rgb(120, 120, 120);
	background: -moz-linear-gradient(0deg, rgb(120, 120, 120) 0%, rgb(172, 172, 172) 100%);
	background: -webkit-linear-gradient(0deg, rgb(120, 120, 120) 0%, rgb(172, 172, 172) 100%);
	background: -o-linear-gradient(0deg, rgb(120, 120, 120) 0%, rgb(172, 172, 172) 100%);
	background: -ms-linear-gradient(0deg, rgb(120, 120, 120) 0%, rgb(172, 172, 172) 100%);
	background: linear-gradient(90deg, rgb(120, 120, 120) 0%, rgb(172, 172, 172) 100%);
	border: 1px solid #ffffff;
	-moz-border-radius: 44px;
	-webkit-border-radius: 44px;
	-o-border-radius: 44px;
	-ms-border-radius: 44px;
	border-radius: 6px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.serviceBb01.serviceBb02 p {
	background: rgb(212, 43, 77);
	background: -moz-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -webkit-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -o-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: -ms-linear-gradient(0deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
	background: linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%);
}
.serviceFaqWrap {
	padding: 40px 15px 30px 15px;
}
.serviceFaqCont {
	width: auto;
	margin: auto;
}
.serviceFaqCont li {
	padding-bottom: 10px;
	text-align: left;
}
.serviceFaqCont .acWrap {
	background-color: #ffffff;
	padding: 0px 15px 0px 15px;
}
.serviceFaqCont .acWrap .ac p {
	background-image: url("/solution_sites/cloud/img/service/service_faq_q.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 22px auto;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 4px 0px 4px 28px;
}
.serviceFaqCont .acWrap .acCont p {
	background-image: url("/solution_sites/cloud/img/service/service_faq_a.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 22px auto;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	padding: 4px 0px 4px 28px;
}
.serviceFaqCont .acWrap .ac {
	padding: 10px 0px;
}
.serviceFaqCont .acWrap .acCont {
	padding: 10px 0px;
}
.serviceFaqCont .acWrap .acContWrap {
	display: none;
}
.serviceContactWrap {
	padding: 40px 15px 40px 15px;
}
.serviceNaviWrap01 {
	background-color: #666666;
}
.serviceNaviTb01 {
	position: relative;
}
.serviceNaviTit {
	display: table;
	width: 100%;
	height: 56px;
	position: relative;
	top: 0px;
	right: auto;
}
.serviceNaviTit p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-right: 0px;
}
.serviceNaviTb01 ul {
	display: block;
	height: auto;
	margin-left: 0px;
	padding: 15px 20px;
}
.serviceNaviTb01 li {
	display: block;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0px;
}
.serviceNaviTb01 li a {
	background-image: url("/solution_sites/cloud/img/header_menu_ar01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 7px auto;
	padding-left: 12px;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.0em;
	letter-spacing: 0.05em;
}
.serviceNaviTb01 li a:link {
	color: #ffffff;
	text-decoration: none;
}
.serviceNaviTb01 li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.serviceNaviTb01 li a:hover {
	color: #fb4861;
	text-decoration: none;
}
.serviceNaviTb01 li a:active {
	color: #ffffff;
	text-decoration: none;
}
/*----------------------------------------*/

.detailTb02 {
	display: table;
	margin-bottom: 18px;
}
.detailCell03 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
}
.detailMainT02 {
	color: #ffffff;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: bold;
}
.serviceImgWrap01 {
	text-align: center;
	margin-top: 20px;
}
.serviceImg01 img {
	height: auto;
	width: 937px;
}
.serviceImg02 img {
	height: auto;
	width: 937px;
}
.serviceImg03 img {
	height: auto;
	width: 798px;
}
.serviceImg04 img {
	height: auto;
	width: 820px;
}
.serviceContactWrap02 {
	display: block;
	padding: 4px;
	margin: 40px 15px 40px 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.serviceContactWrap02.serviceContactWrap02Top {
	margin: 0px auto 0px auto;
}
.serviceContactWrap02In {
	display: table;
	width: 100%;
	height: 226px;
}
.serviceContactWrap02InCell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 15px;
}
.serviceContactWrap02 .contactText01 {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 15px;
}
.serviceContactWrap02 .contactText02 {
}
.serviceContactWrap02 .contactText02 span {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-image: url("/solution_sites/cloud/img/contact_icon_tel01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px auto;
	padding-left: 50px;
}
.serviceContactWrap02 .contactText03 {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 20px;
}
.serviceBox01 a:link {
	color: #29abe2;
	text-decoration: underline;
}
.serviceBox01 a:visited {
	color: #29abe2;
	text-decoration: underline;
}
.serviceBox01 a:hover {
	color: #29abe2;
	text-decoration: none;
}
.serviceBox01 a:active {
	color: #29abe2;
	text-decoration: none;
}
}
/*-------------------------------------*/



/*フッター*/

footer #footer_menu{
	background:#000;
	color:#FFF;
	text-align:center;/*191206*/
}
footer #footer_menu ul{
	margin:0;
	padding:0;
}
footer #footer_menu ul li{
	margin:0;
	padding:0 40px;/*191206*/
	list-style:none;
	text-align:center;
	/*width:calc(100%/6);*//*191206*/
	/*float:left;*//*191206*/
	display:inline-block;/*191206*/
}
footer #footer_menu ul li a{
	text-decoration:none;
	color:#FFF;
	display:block;
	font-size:14px;
	padding:20px 0;
}
footer #footer_menu ul li a:hover{
	color:#007CC3;
}

#AllFooterArea {
	width: 100%;
	z-index: 1000; /*position: absolute;*/
	bottom: 0;
	font-size: 12px;
	border-bottom: 4px solid #fd604d;
}
#AllFooterArea p {
	letter-spacing: 1px;
}
#AllFooterArea #FooterBottom {
	width: 100%;
	background: #dcdcdc;
	text-align: left;
}
#FooterBottom .content {
	width: 960px;
	margin: 0 auto;
	padding: 18px 0 36px 0;
	color: #cccccc;
}
#LogoArea {
	margin: 0;
}
#LogoArea ul{
	margin:0;
	padding:0;
}


#LogoArea li {
	float: left;
	list-style:none;
	vertical-align: bottom;
}
#FooterBottom #LogoArea .Logo {
	width: 138px;
	height: 56px;
}
#FooterBottom #LogoArea .Logo a {
    width: 95px;
    height: 64px;
    background: url(/solution_sites/cloud/img/plus/footer_logo02.png) no-repeat left top;
        background-size: auto;
    background-size: contain;
    display: block;
}
#FooterBottom #LogoArea .Corp {
	width: 600px;
	color: #b9133c;
	font-size: 14px;
	padding-top: 3px;
}
#FooterBottom #LogoArea .Corp strong {
	font-weight: bold;
}
#FooterBottom #LogoArea .Corp p {
font-size: 11px;
    margin-top: 3px;
    margin-bottom: 0;
    line-height: 23px;
}
#FooterBottom #CopyArea {
	margin-top: 0px;
}
#FooterBottom #CopyArea ul {
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	float: left;
	padding:0;
	margin-bottom:0;
}
#FooterBottom #CopyArea ul li ul {
	margin-bottom: 15px;
}
#FooterBottom #CopyArea ul li ul li {
	width: /*250px*/25%;
	float: left;
	color: #333;
	padding-left: 12px;
	text-indent: -12px;
	list-style:none;
	word-break:break-all;
}
#FooterBottom #CopyArea ul li ul li:before {
	content: "・";
	display: inline;
	color: #333;
}
#FooterBottom #CopyArea ul li ul li.first {
	width: 130px;
}
#FooterBottom #CopyArea a {
	color: #333;
	text-decoration:none;
}
#FooterBottom #CopyArea a:hover {
	color: #fd604d;
}
#FooterBottom #CopyArea ul li p {
	margin: 10px 0 0 0;
	font-size: 10px;
	line-height: 1.6;
	color: #333;
}
#AllFooterArea #CopyArea .ISMS {
	background-color: #fff;
	width: 480px;
	/*margin-top: 25px;*/
	float: right;
	text-align: right;
    position: relative;
    top: -50px;
	padding: 10px;
	display: table;
}
#AllFooterArea #CopyArea .ISMS .img {
	width: 200px;
	display: table-cell;
	vertical-align: middle;
}
#AllFooterArea #CopyArea .ISMS .img img {
	width: 100%;
	height: auto;
}
#AllFooterArea #CopyArea .ISMS ul {
	width:auto;
	margin-top: 0;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
    padding-left: 20px;
}
#AllFooterArea #CopyArea .ISMS ul li {
	font-size: 10px;
	line-height: 14px;
	color: #000;
}
#AllFooterArea #CopyArea .ISMS ul li dl ,
#AllFooterArea #CopyArea .ISMS ul li dt ,
#AllFooterArea #CopyArea .ISMS ul li dd {
	margin: 0;
	padding: 0;
}
#AllFooterArea #CopyArea .ISMS ul li dt {
	float: left;
	width: 75px;
}
#AllFooterArea #CopyArea .ISMS ul li dd {
	margin-left: 75px;
}
.nodisp {
	display: none;
}


#FooterBottom{
	font-weight: normal;
    font-style: normal;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {
/*デバイスwidth、～799px用のスタイルを記入*/



	/*フッター*/
#AllFooterArea {
	width: 100%;
	z-index: 1000; /*position: absolute;*/
	bottom: 0;
	font-size: 12px;
	border-bottom: 4px solid #fd604d;
}
#AllFooterArea #FooterBottom {
	width: 100%;
	background: #dcdcdc;
	text-align: left;
}
#FooterBottom .content {
	width: auto;
	margin: 0 auto;
	padding: 20px 15px 10px 15px;
	color: #cccccc;
}
#LogoArea {
	margin: 0;
}

#LogoArea li {
	margin:0;
	list-style:none;
	float: left;
	vertical-align: bottom;
}
#FooterBottom #LogoArea .Logo {
	width: auto;
	height: auto;
}
#FooterBottom #LogoArea .Logo a {
	width: 95px;
	height: 64px;
	background:url(../images/common/footer_logo02.png)  no-repeat left top;
	background-size:contain;
	display: block;
}
#FooterBottom #LogoArea .Corp {
	width: auto;
	color: #b9133c;
	font-size: 14px;
	padding-top: 3px;
}
#FooterBottom #LogoArea .Corp p {
	font-size: 11px;
	margin-top: 4px;
}
#FooterBottom #CopyArea {
	margin-top: 0px;
}
#FooterBottom #CopyArea ul {
	width: auto;
	margin-top: 10px;
	font-size: 12px;
	float: none;
}
#FooterBottom #CopyArea ul li ul {
	margin-bottom: 15px;
}
#FooterBottom #CopyArea ul li ul li {
	width: 100%;
	float: none;
	color: #333;
	padding-left: 12px;
	text-indent: -12px;
	line-height:23px;
}
#FooterBottom #CopyArea ul li ul li:before {
	content: "・";
	display: inline;
	color: #333;
}
#FooterBottom #CopyArea ul li ul li.first {
	width: 130px;
}
#FooterBottom #CopyArea a {
	color: #333;
}
#FooterBottom #CopyArea a:hover {
	color: #fd604d;
}
#FooterBottom #CopyArea ul li p {
	margin: 10px 0 0 0;
	font-size: 10px;
	line-height: 1.6;
	color: #333;
}
	#AllFooterArea #CopyArea .ISMS {
		width: auto;
	float:none;
	position:static;
	margin-top:15px;
	}
	#AllFooterArea #CopyArea .ISMS .img {
		width: 100%;
		max-width: 270px;
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	#AllFooterArea #CopyArea .ISMS ul {
    	display: block;
	}
.nodisp {
	display: none;
}
}
/* -------------------------------------------------------------------- 
 サービス一覧ページ
-------------------------------------------------------------------- */

.serviceMainvisualWrap.serviceMainvisualWrap02 {
	background-image: url("/solution_sites/cloud/2019/03/18/service_mainvisual02.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 557px;
}
.detailH401 .h401Span01 {
	display: block;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.serviceDl01 {
}
.serviceDl01 dt {
	display: table;
	width: 100%;
	height: 78px;
	background-image: url("/solution_sites/cloud/img/service_bg01.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: 4px auto;
}
.serviceDl01 dt .span01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-image: url("/solution_sites/cloud/img/top_h3_icon01.png");
	background-repeat: no-repeat;
	background-position: 270px center;
	background-size: 50px auto;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.serviceDl01 dt .span01.span02 {
	background-image: url("/solution_sites/cloud/img/top_icon01_01.png");
	background-position: 26px center;
	background-size: 78px auto;
}
.serviceDl01 dt .span01.span03 {
	background-image: url("/solution_sites/cloud/img/top_icon01_02.png");
	background-position: 26px center;
	background-size: 78px auto;
}
.serviceDl01 dt .span01.span04 {
	background-image: url("/solution_sites/cloud/img/top_icon01_03.png");
	background-position: 26px center;
	background-size: 78px auto;
}
.serviceDl01 dt .span01.span05 {
	background-image: url("/solution_sites/cloud/img/top_icon01_04.png");
	background-position: 26px center;
	background-size: 78px auto;
}
.serviceDl01 dt .span01.span06 {
	background-image: url("/solution_sites/cloud/img/top_icon01_05.png");
	background-position: 26px center;
	background-size: 78px auto;
}
.serviceDl01 dd {
	box-sizing: border-box;
	height: 122px;
	padding-top: 28px;
}
.serviceDl01 dd.serDd01 {
	height: 156px;
}
.serviceDl01 dd .text01 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.serviceDl01 dd .text02 {
	font-size: 15px;
	line-height: 1.6em;
}
.serviceBox03Left {
	width: 500px;
	float: left;
}
.serviceBox03Right {
	width: 500px;
	float: right;
}
.serviceTb02 {
	display: table;
	height: 100px;
}
.serviceTb02 .serviceCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 500px;
	background: rgb(246, 213, 219);
	background: -moz-linear-gradient(0deg, rgb(246, 213, 219) 0%, rgb(255, 223, 219) 100%);
	background: -webkit-linear-gradient(0deg, rgb(246, 213, 219) 0%, rgb(255, 223, 219) 100%);
	background: -o-linear-gradient(0deg, rgb(246, 213, 219) 0%, rgb(255, 223, 219) 100%);
	background: -ms-linear-gradient(0deg, rgb(246, 213, 219) 0%, rgb(255, 223, 219) 100%);
	background: linear-gradient(90deg, rgb(246, 213, 219) 0%, rgb(255, 223, 219) 100%);
	font-size: 22px;
	line-height: 1.3em;
	font-weight: bold;
}
.serviceTb02 .serviceCell01 p {
	background-image: url("/solution_sites/cloud/img/top_icon01_01.png");
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 78px auto;
	line-height: 100px;
	font-size: 20px;
	padding-left: 35px;
}
.serviceTb02 .serviceCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 45px;
}
.serviceTb02 .serviceCell02 .text01 {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 16px;
}
.serviceTb02 .serviceCell02 .text02 {
	font-size: 15px;
	line-height: 1.3em;
}
/*----*/

.serviceDl02 dt {
	padding: 3px;
}
.serviceDl02 dt .spanTb01 {
	display: table;
	width: 100%;
	height: 78px;
}
.serviceDl02 dt .spanCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	font-size: 22px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.serviceDl02 dt .spanCell01 .img01 {
	width: auto;
	height: 45px;
	vertical-align: middle;
	margin-right: 18px;
}
.serviceDl02 dt .spanCell01 .img02 {
	width: auto;
	height: 45px;
	vertical-align: middle;
	margin-right: 18px;
}
.serviceDl02 dt .spanCell01 .img03 {
	width: auto;
	height: 50px;
	vertical-align: middle;
	margin-right: 18px;
}
.serviceDl02 dd {
	box-sizing: border-box;
	padding-top: 28px;
	padding-bottom: 34px;
}
.serviceDl02 dd.serDd01 {
	height: 156px;
	text-align: center;
}
.serviceDl02 dd .text01 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.serviceDl02 dd .text02 {
	font-size: 15px;
	line-height: 1.6em;
}
.serviceFll {
	width: 490px;
	float: left;
}
.serviceFll02 {
	float: left;
}
.serviceUlLink01 {
	display: table;
}
.serviceUlLink01 li {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0px 0px 38px;
}
.serviceUlLink01 li.w01 {
width:200px;
}
.serviceUlLink01 li a {
	display: block;
	background-image: url("/solution_sites/cloud/img/cont_icon_ar01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px auto;
	padding-left: 13px;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 500;
}
.serviceUlLink01 a:hover {
	color: #fb4861;
	text-decoration: none;
}
.detailBox01.serviceDetsilBox02 {
	padding: 90px 96px;
}

@media screen and (max-width:799px) {
.serviceMainvisualWrap.serviceMainvisualWrap02 {
	background-image: url("/solution_sites/cloud/2019/03/18/service_mainvisual02.png");
	background-repeat: no-repeat;
	background-position: 58% bottom;
	background-size: cover;
	height: 440px;
}
.detailH401 .h401Span01 {
	display: block;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.serviceDl01 {
}
.serviceDl01 dt {
	display: table;
	width: 100%;
	height: 50px;
	background-image: url("/solution_sites/cloud/img/service_bg01.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: 4px auto;
}
.serviceDl01 dt .span01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-image: url("/solution_sites/cloud/img/top_h3_icon01.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 26px auto;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.serviceDl01 dt .span01.span02 {
	background-image: url("/solution_sites/cloud/img/top_icon01_01.png");
	background-position: 10px center;
	background-size: 44px auto;
}
.serviceDl01 dt .span01.span03 {
	background-image: url("/solution_sites/cloud/img/top_icon01_02.png");
	background-position: 10px center;
	background-size: 44px auto;
}
.serviceDl01 dt .span01.span04 {
	background-image: url("/solution_sites/cloud/img/top_icon01_03.png");
	background-position: 10px center;
	background-size: 44px auto;
}
.serviceDl01 dt .span01.span05 {
	background-image: url("/solution_sites/cloud/img/top_icon01_04.png");
	background-position: 10px center;
	background-size: 44px auto;
}
.serviceDl01 dt .span01.span06 {
	background-image: url("/solution_sites/cloud/img/top_icon01_05.png");
	background-position: 10px center;
	background-size: 44px auto;
}
.serviceDl01 dd {
	box-sizing: border-box;
	height: auto;
	padding: 15px 0px 20px 0px;
}
.serviceDl01 dd.serDd01 {
	height: auto;
}
.serviceDl01 dd .text01 {
	font-size: 15px;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.serviceDl01 dd .text02 {
	font-size: 13px;
	line-height: 1.6em;
}
.serviceBox03Left {
	width: auto;
	float: none;
}
.serviceBox03Right {
	width: auto;
	float: none;
}
.serviceTb02 {
	display: table;
	width: 100%;
	/*display: block;*/
	height: auto;
}
.serviceTb02 .serviceCell01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: auto;
	background: rgb(246, 213, 219);
	background: -moz-linear-gradient(0deg, rgb(246, 213, 219) 0%, rgb(255, 223, 219) 100%);
	background: -webkit-linear-gradient(0deg, rgb(246, 213, 219) 0%, rgb(255, 223, 219) 100%);
	background: -o-linear-gradient(0deg, rgb(246, 213, 219) 0%, rgb(255, 223, 219) 100%);
	background: -ms-linear-gradient(0deg, rgb(246, 213, 219) 0%, rgb(255, 223, 219) 100%);
	background: linear-gradient(90deg, rgb(246, 213, 219) 0%, rgb(255, 223, 219) 100%);
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
}
.serviceTb02 .serviceCell01 p {
	background-image: url("/solution_sites/cloud/img/top_icon01_01.png");
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 60px auto;
	line-height: 1.6em;
	font-size: 16px;
	padding-left: 25px;
}
.serviceTb02 .serviceCell02 {
	display: block;
	text-align: left;
	vertical-align: middle;
	padding-left: 0px;
}
.serviceTb02 .serviceCell02 .text01 {
	font-size: 15px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}
.serviceTb02 .serviceCell02 .text02 {
	font-size: 14px;
	line-height: 1.3em;
}
/*----*/

.serviceDl02 dt {
	padding: 3px;
}
.serviceDl02 dt .spanTb01 {
	display: table;
	width: 100%;
	height: 44px;
}
.serviceDl02 dt .spanCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.serviceDl02 dt .spanCell01 .subT {
	font-size: 12px;
}
.serviceDl02 dt .spanCell01 .img01 {
	width: 46px;
	height: auto;
	vertical-align: middle;
	margin-right: 18px;
}
.serviceDl02 dt .spanCell01 .img02 {
	width: 94px;
	height: auto;
	vertical-align: middle;
	margin-right: 18px;
}
.serviceDl02 dt .spanCell01 .img03 {
	width: auto;
	height: 32px;
	vertical-align: middle;
	margin-right: 10px;
}
.serviceDl02 dd {
	box-sizing: border-box;
	height: auto;
	padding: 10px 0px 20px 0px;
}
.serviceDl02 dd.serDd01 {
	height: auto;
	text-align: center;
}
.serviceDl02 dd .text01 {
	font-size: 15px;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.serviceDl02 dd .text02 {
	font-size: 14px;
	line-height: 1.6em;
}
.serviceFll {
	width: auto;
	float: none;
}
.serviceFll02 {
	float: none;
}
.serviceUlLink01 {
	display: block;
}
.serviceUlLink01 li {
	display: block;
	text-align: left;
	vertical-align: middle;
	padding: 10px 15px 0px 15px;
}
.serviceUlLink01 li a {
	display: block;
	background-image: url("/solution_sites/cloud/img/cont_icon_ar01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px auto;
	padding-left: 13px;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 500;
}
.serviceUlLink01 a:hover {
	color: #fb4861;
	text-decoration: none;
}
.serviceUlLink01 li.w01 {
width:auto;
}
.detailBox01.serviceDetsilBox02 {
	padding: 20px 15px 20px 15px;
}
}
/* -------------------------------------------------------------------- 
 導入事例
-------------------------------------------------------------------- */

.serviceMainvisualWrap.patRed03 {
	background-image: url("/solution_sites/cloud/2019/03/main_bg_col03.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 338px;
}
.serviceMainvisualWrap .casestudyMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/main_case_pic01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 320px;
	height: 338px;
}
.casestudyBlock01 {
	overflow: hidden;
	padding: 76px 0px 0px 0px;
}
.casestudyBoxWrap01 {
	width: 1220px;
}
.casestudyBox01 {
	width: 392px;
	margin-right: 12px;
	float: left;
}
.casestudyLogo {
	display: table;
	width: 100%;
	height: 205px;
}
.casestudyLogoIn {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}
.casestudyLogo .logo01 img {
	width: auto;
	height: 100px;
}
.casestudyCont01 {
	height: 370px;
	box-sizing: border-box;
	padding: 36px 30px 0px 30px;
	text-align: left;
}
.casestudyCont01 .text01 {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 8px;
}
.casestudyCont01 .text02 {
	font-size: 15px;
	line-height: 2.0em;
	margin-bottom: 20px;
}
.casestudyCont01 .ul01 {
	margin-bottom: 25px;
}
.casestudyCont01 .ul01 li {
	font-size: 13px;
	line-height: 2.0em;
}
.casestudyBox01 > a, .casestudyCont01 > a {
	display: block;
	transition: 0.3s;
}
.casestudyBox01 > a:hover, .casestudyCont01 > a:hover {
	opacity: 0.7;
}

@media screen and (max-width:799px) {
.serviceMainvisualWrap.patRed03 {
	background-image: url("/solution_sites/cloud/2019/03/main_bg_col03.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 338px;
}
.serviceMainvisualWrap .casestudyMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/main_case_pic01.png");
	background-repeat: no-repeat;
	background-position: 85% bottom;
	background-size: auto 300px;
	height: 338px;
}
.casestudyBlock01 {
	overflow: hidden;
	padding: 40px 15px 0px 15px;
}
.casestudyBoxWrap01 {
	width: auto;
}
.casestudyBox01 {
	width: auto;
	margin-right: 0px;
	float: none;
}
.casestudyLogo {
	display: table;
	width: 100%;
	height: 205px;
}
.casestudyLogoIn {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}
.casestudyLogo .logo01 img {
	width: auto;
	height: 100px;
}
.casestudyCont01 {
	height: auto;
	box-sizing: border-box;
	padding: 20px 15px 35px 15px;
	text-align: left;
}
.casestudyCont01 .text01 {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
}
.casestudyCont01 .text02 {
	font-size: 14px;
	line-height: 2.0em;
	margin-bottom: 15px;
}
.casestudyCont01 .ul01 {
	margin-bottom: 20px;
}
.casestudyCont01 .ul01 li {
	font-size: 12px;
	line-height: 2.0em;
}
}
/* -------------------------------------------------------------------- 
 導入事例詳細
-------------------------------------------------------------------- */

.serviceMainvisualWrap.patRed03 {
	background-image: url("/solution_sites/cloud/2019/03/main_bg_col03.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 450px;
}
.serviceMainvisualWrap .casestudyMainvisualWrap02 {
	background-image: url("/solution_sites/cloud/2019/03/main_case_pic01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 320px;
	height: 450px;
}
.casestudyNaviWrap01 {
	background-color: #ffffff;
	margin-top: 88px;
}
.casestudyNavi01 {
}
.casestudyNavi01 ul {
	display: table;
	height: 55px;
}
.casestudyNavi01 li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.0em;
	font-weight: 500;
	padding-left: 40px;
}
.casestudyNavi01 li.li02 {
	padding-left: 50px;
}
.casestudyNavi01 li.li01 {
	width: 178px;
	background-color: #808080;
	padding: 0px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
}
.casestudyNavi01 a:hover {
	color: #fb4861;
	text-decoration: none;
}
.casestudyBox02 {
	background-color: #ffffff;
	padding: 38px 95px 38px 95px;
	margin-bottom: 85px;
}
.casestudyTb01 {
	display: table;
	width: 100%;
}
.casestudyCell01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 28px 64px 0px 0px;
	width: 163px;
}
.casestudyCell01.half {
	width: 84px;
}
.casestudyCell01 img {
	width: 163px;
	height: auto;
}
.casestudyCell01.half img {
	width: 84px;
	height: auto;
}
.casestudyCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.casestudyCell02 .text01 {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.casestudyCell02 .text02 {
	font-size: 14px;
	line-height: 2.0em;
}
.casestudyBlock02 {
	background-color: #ffffff;
	padding: 56px 0px 56px 0px;
}
.casestudyBlock02In {
}
.casestudyTable01 {
	margin: auto;
}
.casestudyTable01 th {
	text-align: center;
	vertical-align: middle;
}
.casestudyTable01 td {
	text-align: left;
	vertical-align: middle;
	padding-left: 48px;
	font-size: 14px;
	line-height: 2.0em;
}
.casestudyTable01 th .p01 {
	display: table;
	width: 182px;
	height: 52px;
	margin: 8px 0px 10px 0px;
}
.casestudyTable01 th .p01 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-image: url("/solution_sites/cloud/img/casestudy/casestudy_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.casestudyTable01 th .imgAr01 img {
	width: 50px;
	height: auto;
}
.detailBox01.caseDetsilBox02 {
	padding: 85px 165px 75px 170px;
}
.casestudyBlock03 {
	padding: 80px 0px 0px 0px;
}
.casestudyDl01 {
	text-align: left;
}
.casestudyDl01 dt {
	font-size: 23px;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.casestudyDl01 dd {
}
.casestudyDl01 dd p {
	font-size: 14px;
	line-height: 2.0em;
	margin-bottom: 30px;
}
.casestudyImgWrap01 {
	text-align: center;
}
.casestudyImgWrap01 img {
	width: 660px;
	height: auto;
}
.casestudyNaviWrap02 {
	margin-top: 104px;
}
.casestudyNaviWrap02 .serviceNaviTb01 {
	display: inline-block;
}
.casestudyNaviWrap02 .serviceNaviTit {
	display: table;
	width: 100vw;
	height: 56px;
	position: absolute;
	top: -15px;
	right: 100%;
	margin-right: -200px;
}

@media screen and (max-width:799px) {
.serviceMainvisualWrap.patRed03 {
	background-image: url("/solution_sites/cloud/2019/03/main_bg_col03.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 420px;
}
.serviceMainvisualWrap .casestudyMainvisualWrap02 {
	background-image: url("/solution_sites/cloud/2019/03/main_case_pic01.png");
	background-repeat: no-repeat;
	background-position: 75% center;
	background-size: auto 320px;
	height: 420px;
}
.casestudyNaviWrap01 {
	background-color: #ffffff;
	margin-top: 40px;
}
.casestudyNavi01 {
}
.casestudyNavi01 ul {
	display: block;
	height: auto;
	padding-bottom: 5px;
}
.casestudyNavi01 li {
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.0em;
	font-weight: 500;
	padding-left: 0px;
}
.casestudyNavi01 li.li02 {
	padding: 0px 15px;
}
.casestudyNavi01 li.li01 {
	width: auto;
	background-color: #808080;
	padding: 18px 0px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
	margin-bottom: 15px;
}
.casestudyNavi01 li a {
	display: inline-block;
	margin-bottom: 15px;
}
.casestudyNavi01 a:hover {
	color: #fb4861;
	text-decoration: none;
}
.casestudyBox02 {
	background-color: #ffffff;
	padding: 30px 15px 30px 15px;
	margin-bottom: 40px;
}
.casestudyTb01 {
	display: block;
	width: auto;
}
.casestudyCell01,
.casestudyCell01.half{
	display: block;
	/*text-align: left;*/
	vertical-align: middle;
	padding: 0px 0px 10px 0px;
	width: auto;
	text-align: center;
}
.casestudyCell01 img,
.casestudyCell01.half img{
	width: 140px;
	height: auto;
}
.casestudyCell02 {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.casestudyCell02 .text01 {
	font-size: 15px;
	line-height: 1.8em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.casestudyCell02 .text02 {
	font-size: 14px;
	line-height: 2.0em;
}
.casestudyBlock02 {
	background-color: #ffffff;
	padding: 30px 15px 30px 15px;
}
.casestudyBlock02In {
}
.casestudyTable01 {
	margin: auto;
}
.casestudyTable01 th {
	text-align: center;
	vertical-align: middle;
}
.casestudyTable01 td {
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 13px;
	line-height: 2.0em;
}
.casestudyTable01 th .p01 {
	display: table;
	width: 100px;
	height: 28px;
	margin: 8px 0px 10px 0px;
}
.casestudyTable01 th .p01 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-image: url("/solution_sites/cloud/img/casestudy/casestudy_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.casestudyTable01 th .imgAr01 img {
	width: 40px;
	height: auto;
}
.detailBox01.caseDetsilBox02 {
	padding: 30px 15px 20px 15px;
}
.casestudyBlock03 {
	padding: 40px 15px 0px 15px;
}
.casestudyDl01 {
	text-align: left;
}
.casestudyDl01 dt {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.casestudyDl01 dd {
}
.casestudyDl01 dd p {
	font-size: 14px;
	line-height: 2.0em;
	margin-bottom: 20px;
}
.casestudyImgWrap01 {
	text-align: center;
	margin-bottom: 10px;
}
.casestudyImgWrap01 img {
	width: 665px;
	height: auto;
}
.casestudyNaviWrap02 {
	margin-top: 40px;
}
.casestudyNaviWrap02 .serviceNaviTb01 {
	display: block;
}
.casestudyNaviWrap02 .serviceNaviTit {
	display: table;
	width: 100%;
	height: 56px;
	position: relative;
	top: 0px;
	right: auto;
}
}
/* -------------------------------------------------------------------- 
 価格
-------------------------------------------------------------------- */

.serviceMainvisualWrap.priceMainvisualWrap02 {
	background-image: url("/solution_sites/cloud/img/price/price_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 390px;
}
.priceMainvisualWrap02 .detailMainT01 {
	width: 200px;
}
.detailH301 .span01.h303 {
	display: inline-block;
	font-size: 48px;
	line-height: 1.0em;
	font-weight: bold;
	background-image: url("/solution_sites/cloud/img/price/price_tit_icon01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 52px auto;
	padding: 25px 0px 25px 76px;
}
.priceUl01 {
	width: auto !important;
	text-align: left;
	margin-top: 20px;
}
.priceUl01 li {
	font-size: 15px;
	line-height: 1.6em;
	font-weight: bold;
	text-indent: -1em;
	padding: 0px 0px 3px 1em;
	width: auto;
	margin-right: 0px;
	float: none;
}
.priceAncNaviWrap01 {
	margin-top: 42px;
}
.priceBox01 {
	overflow: hidden;
	margin: 30px 0px 0px 0px;
}
.priceBox01 ul {
	width: 1040px;
}
.priceBox01 li {
	width: 318px;
	margin-right: 27px;
	float: left;
}
.priceBox01 li dt {
	display: table;
	width: 100%;
	height: 40px;
}
.priceBox01 li dt span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #f2f2f2;
}
.priceBox01 li dd {
	text-align: center;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	height: 80px;
	padding-top: 18px;
}
.priceBtnWrap01 {
}
.priceBtnWrap01 li {
	float: left;
	margin: 0px 20px 0px 0px;
}
/*-------------------------------------*/

.priceBox02 {
	padding: 5px;
}
.priceBox02In {
	display: table;
	width: 100%;
	height: 88px;
	background-color: #fff6f7;
}
.priceBox02In li {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 0px 70px;
}
.priceBox02In li.li02 {
	padding: 0px 70px 0px 0px;
	width: 134px;
}
.priceText01 {
	font-size: 16px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

@media screen and (max-width:799px) {
.serviceMainvisualWrap.priceMainvisualWrap02 {
	background-image: url("/solution_sites/cloud/img/price/price_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: 82% bottom;
	background-size: cover;
	height: 340px;
}
.priceMainvisualWrap02 .detailMainT01 {
	width: 200px;
}
.detailH301 .span01.h303 {
	display: inline-block;
	font-size: 22px;
	line-height: 1.0em;
	font-weight: bold;
	background-image: url("/solution_sites/cloud/img/price/price_tit_icon01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px auto;
	padding: 25px 0px 25px 45px;
}
.priceUl01 {
	width: auto !important;
	text-align: left;
	margin: 15px 0px;
}
.priceUl01 li {
	font-size: 15px;
	line-height: 1.6em;
	font-weight: bold;
	text-indent: -1em;
	padding: 0px 0px 3px 1em;
	width: auto;
	margin-right: 0px;
	float: none;
}
.priceAncNaviWrap01 {
	margin-top: 30px;
	padding: 0px 15px;
}
.priceBox01 {
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}
.priceBox01 ul {
	width: auto;
}
.priceBox01 li {
	width: auto;
	margin-right: 0px;
	float: none;
}
.priceBox01 li dt {
	display: table;
	width: 100%;
	height: 36px;
}
.priceBox01 li dt span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #f2f2f2;
}
.priceBox01 li dd {
	text-align: center;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	height: 64px;
	padding-top: 10px;
}
.priceBtnWrap01 {
}
.priceBtnWrap01 li {
	float: none;
	margin: 0px 20px 10px 20px;
}
/*-------------------------------------*/

.priceBox02 {
	padding: 5px;
}
.priceBox02In {
	display: block;
	width: auto;
	height: auto;
	background-color: #fff6f7;
}
.priceBox02In li {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.priceBox02In li.li02 {
	padding: 0px 30px 10px 30px;
	width: auto;
}
.priceText01 {
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}
}
/* -------------------------------------------------------------------- 
 システム運用ナビ
-------------------------------------------------------------------- */

.serviceMainvisualWrap.patRed {
	background-image: url("/solution_sites/cloud/2019/03/main_bg_col01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 495px;
}
.serviceMainvisualWrap .faqMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/main_faq_pic01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 450px;
	height: 495px;
}
.mainvisualH202 .span02.span02Mb {
	margin-bottom: 30px;
}
.faqAncNaviWrap01 {
	margin-top: 70px;
}
.faqBlock01 {
	background-color: #999999;
	padding: 30px 0px 68px 0px;
}
.faqUl01 {
}
.faqUl01 li {
	margin-top: 36px;
	padding-left: 24px;
	position: relative;
}
.anc.faq {
	padding-top: 30px;
	margin-top: -30px;
}
.faqBox01 {
	display: table;
	width: 100%;
	height: 56px;
}
.faqBox01In {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #ffffff;
	padding-left: 62px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
}
.faqIconQ01 {
	width: 51px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.faqText01 {
	display: inline-block;
}
.faqBtnWrap01 {
	float: right;
}
.faqBlock02 {
	overflow: hidden;
}
.faqBlock02 .faqUl02 {
	width: 1215px;
}
.faqBlock02 .faqUl02 li {
	width: 393px;
	margin: 0px 10px 24px 0px;
	float: left;
}
.faqBlock02 .faqUl02 li a {
	display: block;
	background-color: #ffffff;
	box-sizing: border-box;
	height: 170px;
	padding: 27px 20px 0px 33px;
}
.faqTb01 {
	display: table;
	width: 100%;
}
.faqCell01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	position: relative;
	width: 100px;
	padding-top: 7px;
}
.faqCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 22px;
}
.faqImg01 img {
	width: 100px;
	height: auto;
}
.faqQWrap01 {
	width: 33px;
	position: absolute;
	left: -5px;
	top: 2px;
}
.faqCell02 p {
	font-size: 15px;
	line-height: 1.75em;
	font-weight: 500;
	letter-spacing: 0.05em;
}


@media screen and (max-width:799px) {
.serviceMainvisualWrap.patRed {
	background-image: url("/solution_sites/cloud/2019/03/main_bg_col01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 400px;
}
.serviceMainvisualWrap .faqMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/main_faq_pic01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 380px;
	height: 400px;
}
.mainvisualH202 .span02.span02Mb {
	margin-bottom: 10px;
}
.faqAncNaviWrap01 {
	margin-top: 30px;
}
.faqBlock01 {
	background-color: #999999;
	padding: 10px 10px 20px 10px;
}
.faqUl01 {
}
.faqUl01 li {
	margin-top: 6px;
	padding-left: 19px;
	position: relative;
}
.faqBox01 {
	display: table;
	width: 100%;
	height: 56px;
}
.faqBox01In {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #ffffff;
	padding: 5px 0px 5px 28px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
}
.faqIconQ01 {
	width: 35px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.faqText01 {
	display: inline-block;
}
.faqBtnWrap01 {
	float: none;
	text-align: right;
	margin-top: 5px;
}
.faqBlock02 {
	overflow: hidden;
}
.faqBlock02 .faqUl02 {
	width: auto;
}
.faqBlock02 .faqUl02 li {
	width: auto;
	margin: 0px 0px 20px 0px;
	float: none;
}
.faqBlock02 .faqUl02 li a {
	display: block;
	background-color: #ffffff;
	box-sizing: border-box;
	height: auto;
	padding: 15px 15px 15px 15px;
}
.faqTb01 {
	display: table;
	width: 100%;
}
.faqCell01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	position: relative;
	width: 80px;
	padding-top: 6px;
}
.faqCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
}
.faqImg01 img {
	width: 80px;
	height: auto;
}
.faqQWrap01 {
	width: 28px;
	position: absolute;
	left: -5px;
	top: 2px;
}
.faqCell02 p {
	font-size: 14px;
	line-height: 1.75em;
	font-weight: 500;
	letter-spacing: 0em;
}
}
/* -------------------------------------------------------------------- 
 システム運用ナビ詳細
-------------------------------------------------------------------- */

.serviceMainvisualWrap.patRed02 {
	background-image: url("/solution_sites/cloud/2019/03/main_bg_col02.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 370px;
}
.serviceMainvisualWrap .faqMainvisualWrap02 {
	background-image: url("/solution_sites/cloud/2019/03/main_faq_pic02.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 320px;
	height: 370px;
}
.faqDetailBlock01 {
	padding: 35px 0px 30px 0px;
}
.faqDetailIconWrap01 {
	display: table;
	width: 162px;
	height: 38px;
	margin-bottom: 35px;
}
.faqDetailIconWrap01 p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.0em;
	font-weight: 500;
	background-color: #d9d9d9;
}
.faqDetailQWrap01 {
	text-align: left;
	background-image: url("/solution_sites/cloud/img/faq/faq_icon_detail_q01.png");
	background-repeat: no-repeat;
	background-position: left 8px;
	background-size: 50px auto;
	padding-left: 86px;
}
.faqDetailQWrap01 p {
	font-size: 40px;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.faq_leadtext {
	font-size: 16px;
	line-height: 1.6em;
	padding: 30px 15px 0;
}
.casestudyNaviWrap01.faqNaviWrap01 {
	margin-top: 0px;
}
.faqCont01 {
	padding: 40px 0px 0px 0px;
}
.detailBox01.box03 {
	background-image: none;
	text-align: left;
}
.faqDetailImg01 {
	text-align: center;
	padding: 5px 0px 60px 0px;
}
.faqDetailImg01 img {
	width: 820px;
	height: auto;
}
.faqDetailAWrap01 {
	text-align: left;
	background-image: url("/solution_sites/cloud/img/faq/faq_icon_detail_a01.png");
	background-repeat: no-repeat;
	background-position: left 4px;
	background-size: 50px auto;
	padding-left: 80px;
}
.faqDetailAWrap01 p {
	font-size: 14px;
	line-height: 2.0em;
}
.faqBoxWrap01 {
	padding: 0px 35px;
}
.faqBoxWrap02 {
	padding: 0px 35px 0px 110px;
}
.mbBase28 {
	margin-bottom: 28px;
}
.faqLinkWrap01 {
	color: #fb4861;
}
.faqLinkWrap01 a:link {
	color: #fb4861;
	text-decoration: underline;
}
.faqLinkWrap01 a:visited {
	color: #fb4861;
	text-decoration: underline;
}
.faqLinkWrap01 a:hover {
	color: #fb4861;
	text-decoration: none;
}
.faqLinkWrap01 a:active {
	color: #fb4861;
	text-decoration: none;
}
.faqDl01 {
}
.faqBoxWrap02 dl.faqDl01 {
	margin-top: 50px;
}
.faqDl01 dt {
	background-image: url("/solution_sites/cloud/img/faq/faq_line01.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	color: #fb4861;
	font-size: 21px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 8px 0px 26px 0px;
}
.faqDl01 dd {
	display: table;
	width: 100%;
	margin-top: 16px;
}
.faqDl01 .faqCell03 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	width: 146px;
}
.faqDl01 .faqCell03.pt2 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	width: 110px;
}
.faqDl01 .faqCell04 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 24px;
}
.faqDl01 .faqCell03 span {
	border: 1px solid #ccc;
	display: inline-block;
}
.faqDl01 .faqCell03 img {
	width: 146px;
	height: auto;
}
.detailTextBase01 .faqSpan01 {
	font-size: 19px;
	line-height: 1.8em;
}
.faqBtnWrap02 {
	text-align: center;
	margin-top: 28px;
}
.faqUl03 {
}
.faqUl03 li {
	font-size: 21px;
	line-height: 1.4em;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 18px;
}
.faqUl03 li:last-child {
	margin-bottom: 0px;
}
.faqBlock03 {
	border-top: 2px solid #9a9a9a;
	border-bottom: 2px solid #9a9a9a;
	margin-top: 100px;
}
.faqNaviTb01 {
	display: table;
}
.faqNaviCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.faqNaviCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 20px 0px 6px 32px;
}
.faqBox02 {
	display: table;
	width: 342px;
	height: 38px;
}
.faqBox02 p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #808080;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.faqLinkWrap02 {
}
.faqLinkWrap02 li {
	float: left;
	margin: 0px 6px 14px 0px;
}
.position {
padding-top:80px;
margin-top:-80px;
}

.contentFreeArea{
padding-top:60px;
}

.bnr_wrap{
	position:relative;
	padding-top:15px;
text-align:left;
margin:0 auto;
max-width:1116px;
}
.bnr_wrap a{
	display:block;
	text-decoration:none;
	color:#000;
	-webkit-transition-property:opacity;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
.bnr_wrap .img{
	position:absolute;
	left: 15px;
    top: 0px;
    width: 265px;
}
.bnr_wrap .img img:hover{
	opacity:1;
}
.bnr_wrap a:hover{
	opacity:0.8;
}

.bnr_wrap .sp_img{
	display:none;
}

.bnr_wrap .bnr_block01{
	    background: #5DBFF7;
    color: #FFF;
    font-weight: bold;
    font-size: 28px;
    padding: 10px 15px 10px 300px;
    line-height: 150%;
	border-radius:5px 5px 0 0;
}
.bnr_wrap .bnr_block02{
	background:#fff;
    padding: 15px 15px 15px 300px;
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	border-radius:0 0 5px 5px;
}
.bnr_wrap .bnr_block02 .text{
	font-size:18px;
	float:left;
	width:60%;
}
.bnr_wrap .bnr_block02 .dl{
	float:right;
	width:35%;
    line-height: 150%;
	text-align:right;
	padding-top:10px;
}
.bnr_wrap .bnr_block02 .dl span{
	background: #B0302C url(/solution_sites/cloud/img/plus/cmn_yajirushi_white.png) no-repeat right 10px center/10px auto;/*191206add*/
    color: #FFF;
    padding: 10px 30px 10px 10px;/*191206add*/
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
}

.sponly{
	display:none;
}

@media screen and (max-width:799px) {
.serviceMainvisualWrap.patRed02 {
	background-image: url("/solution_sites/cloud/2019/03/main_bg_col02.png");
	background-repeat: no-repeat;
	background-position: 76% bottom;
	background-size: cover;
	height: 230px;
}
.serviceMainvisualWrap .faqMainvisualWrap02 {
	background-image: url("/solution_sites/cloud/2019/03/main_faq_pic02.png");
	background-repeat: no-repeat;
	background-position: 80% bottom;
	background-size: auto 220px;
	height: 230px;
}
.faqDetailBlock01 {
	padding: 30px 15px 30px 15px;
}
.faqDetailIconWrap01 {
	display: table;
	width: 140px;
	height: 35px;
	margin-bottom: 20px;
}
.faqDetailIconWrap01 p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.0em;
	font-weight: 500;
	background-color: #d9d9d9;
}
.faqDetailQWrap01 {
	text-align: left;
	background-image: url("/solution_sites/cloud/img/faq/faq_icon_detail_q01.png");
	background-repeat: no-repeat;
	background-position: left 0px;
	background-size: 28px auto;
	padding-left: 36px;
}
.faqDetailQWrap01 p {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.casestudyNaviWrap01.faqNaviWrap01 {
	margin-top: 0px;
}
.faqCont01 {
	padding: 30px 0px 0px 0px;
}
.detailBox01.box03 {
	background-image: none;
	text-align: left;
}
.faqDetailImg01 {
	text-align: center;
	padding: 0px 0px 25px 0px;
}
.faqDetailImg01 img {
	width: 100%;
	height: auto;
}
.faqDetailAWrap01 {
	text-align: left;
	background-image: url("/solution_sites/cloud/img/faq/faq_icon_detail_a01.png");
	background-repeat: no-repeat;
	background-position: left 0px;
	background-size: 28px auto;
	padding-left: 36px;
}
.faqDetailAWrap01 p {
	font-size: 14px;
	line-height: 2.0em;
}
.faqBoxWrap01 {
	padding: 0px 0px;
}
.faqBoxWrap02 {
	padding: 0px 0px 0px 0px;
}
.mbBase28 {
	margin-bottom: 28px;
}
.faqLinkWrap01 {
	color: #fb4861;
}
.faqLinkWrap01 a:link {
	color: #fb4861;
	text-decoration: underline;
}
.faqLinkWrap01 a:visited {
	color: #fb4861;
	text-decoration: underline;
}
.faqLinkWrap01 a:hover {
	color: #fb4861;
	text-decoration: none;
}
.faqLinkWrap01 a:active {
	color: #fb4861;
	text-decoration: none;
}
.faqDl01 {
}
.faqDl01 dt {
	background-image: url("/solution_sites/cloud/img/faq/faq_line01.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 640px 10px;
	color: #fb4861;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0px 0px 20px 0px;
}
.faqDl01 dd {
	display: block;
	width: auto;
	margin-top: 16px;
}
.faqDl01 .faqCell03 {
	display: block;
	text-align: center;
	vertical-align: top;
	padding-top: 4px;
	width: auto;
	margin-bottom: 10px;
}
.faqDl01 .faqCell04 {
	display: block;
	text-align: left;
	vertical-align: top;
	padding-left: 0px;
}
.faqDl01 .faqCell03 img {
	width: 146px;
	height: auto;
}
.detailTextBase01 .faqSpan01 {
	font-size: 16px;
	line-height: 1.8em;
}
.faqBtnWrap02 {
	text-align: right;
	margin-top: 28px;
}
.faqUl03 {
}
.faqUl03 li {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.faqUl03 li:last-child {
	margin-bottom: 0px;
}
.faqBlock03 {
	border-top: 2px solid #9a9a9a;
	border-bottom: 2px solid #9a9a9a;
	margin-top: 40px;
}
.faqNaviTb01 {
	display: block;
}
.faqNaviCell01 {
	display: block;
	text-align: center;
	vertical-align: middle;
}
.faqNaviCell02 {
	display: block;
	text-align: left;
	vertical-align: middle;
	padding: 20px 15px 6px 15px;
}
.faqBox02 {
	display: table;
	width: 100%;
	height: 38px;
}
.faqBox02 p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #808080;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.faqLinkWrap02 {
}
.faqLinkWrap02 li {
	float: none;
	margin: 0px 0px 14px 0px;
}
.faq_leadtext {
	font-size: 14px;
}

.contentFreeArea{
padding:40px 15px 0;
}
.bnr_wrap .img{
	display:none;
}
.bnr_wrap .sp_img{
	display:block;
	width:50%;
	margin:0 auto 10px auto;
}

.bnr_wrap .bnr_block01 {
    font-size: 18px;
    padding: 10px 15px;
}
.bnr_wrap .bnr_block01 .text{
	text-align:center;
}

.bnr_wrap .bnr_block02 {
    padding: 15px 15px 30px 15px;
}

.bnr_wrap .bnr_block02 .text {
    font-size: 14px;
    float: none;
    width: 100%;
	margin-bottom:10px;
	text-align:center;
}
.bnr_wrap .bnr_block02 .dl {
    font-size: 14px;
    float: none;
    width: 100%;
	text-align:center;
}
.bnr_wrap .bnr_block02 .dl span{
	font-size:14px;
}

.sponly {
    display: block;
}
.pconly {
    display: none;
}
}
/* -------------------------------------------------------------------- 
 DTSのReSMサービスが選ばれる理由（強み）
-------------------------------------------------------------------- */

.serviceMainvisualWrap.aboutMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/18/about_resm_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 517px;
}
.detailMainT01.aboutT01 {
	width: auto;
	padding: 9px 14px;
}
.aboutTit01 {
	font-size: 23px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 27px;
}
.aboutTit01 .aboutTit01Span01 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 1.0em;
	font-weight: bold;
	margin-left: 2px;
}
.aboutBox01 {
	text-align: left;
	margin: 25px 0px 40px 0px;
}
.aboutImg01 {
	width: 430px;
	margin-top: 10px;
}
.aboutBoxIn01 {
	width: 540px;
}
.aboutLeft01 {
	float: left;
}
.aboutRight01 {
	float: right;
}
.aboutBox02 {
	overflow: hidden;
	margin-bottom: 60px;
}
.aboutBox02 ul {
	width: 1030px;
}
.aboutBox02 li {
	box-sizing: border-box;
	width: 328px;
	padding: 3px;
	margin-right: 12px;
	float: left;
}
.aboutContTb01 {
	display: table;
	width: 100%;
	height: 86px;
}
.aboutContCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	padding: 15px 0px;
}
.aboutContCell01 p {
	font-size: 17px;
	line-height: 1.7em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.aboutMb01 {
	margin-bottom: 18px;
}
.aboutBox01.aboutBox01Mb {
	margin-bottom: 55px;
}
.aboutMb01 .bold a {
text-decoration:underline;
}
.aboutMb01 .bold a:hover {
text-decoration:none;
}
@media screen and (max-width:799px) {
.serviceMainvisualWrap.aboutMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/18/about_resm_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: 56% bottom;
	background-size: cover;
	height: 370px;
}
.detailMainT01.aboutT01 {
	width: auto;
	padding: 9px 14px;
}
.aboutTit01 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 27px;
}
.aboutTit01 .aboutTit01Span01 {
	font-family: 'Montserrat', sans-serif;
	font-size: 33px;
	line-height: 1.0em;
	font-weight: bold;
	margin-left: 2px;
}
.aboutBox01 {
	text-align: left;
	margin: 10px 0px 20px 0px;
}
.aboutImg01 {
	width: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
.aboutBoxIn01 {
	width: auto;
}
.aboutLeft01 {
	float: none;
}
.aboutRight01 {
	float: none;
}
.aboutBox02 {
	overflow: hidden;
	margin-bottom: 0px;
}
.aboutBox02 ul {
	width: auto;
}
.aboutBox02 li {
	box-sizing: border-box;
	width: auto;
	padding: 3px;
	margin-right: 0px;
	float: none;
	margin-bottom: 10px;
}
.aboutContTb01 {
	display: table;
	width: 100%;
	height: auto;
}
.aboutContCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	padding: 8px 0px;
}
.aboutContCell01 p {
	font-size: 14px;
	line-height: 1.7em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.aboutMb01 {
	margin-bottom: 18px;
}
.aboutBox01.aboutBox01Mb {
	margin-bottom: 5px;
}
}
/* -------------------------------------------------------------------- 
 導入フロー
-------------------------------------------------------------------- */

.serviceMainvisualWrap.flowMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/18/flow_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 335px;
}
.flowBox01 {
	text-align: left;
	background-color: #ffffff;
	margin-top: 20px;
	padding: 55px 165px 55px 165px;
}
.flowBox01 p {
	font-size: 18px;
	line-height: 2.2em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.flowTable01 {
	width: 100%;
	margin-bottom: 35px;
}
.flowTable01 th {
	text-align: center;
	vertical-align: top;
	position: relative;
	width: 51px;
	padding-top: 18px;
}
.flowTable01 td {
	text-align: left;
	vertical-align: top;
}
.flowTable01 th.thStep {
	background: rgb(229, 164, 177);
	background: -moz-linear-gradient(90deg, rgb(229, 164, 177) 0%, rgb(248, 177, 133) 100%);
	background: -webkit-linear-gradient(90deg, rgb(229, 164, 177) 0%, rgb(248, 177, 133) 100%);
	background: -o-linear-gradient(90deg, rgb(229, 164, 177) 0%, rgb(248, 177, 133) 100%);
	background: -ms-linear-gradient(90deg, rgb(229, 164, 177) 0%, rgb(248, 177, 133) 100%);
	background: linear-gradient(180deg, rgb(229, 164, 177) 0%, rgb(248, 177, 133) 100%);
}
.flowTable01 th.thStep.thStepNid {
	padding-top: 40px;
}
.flowTable01 th.thMid {
	background-image: url("/solution_sites/cloud/img/flow/flow_mask_bg_mid.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}
.flowTable01 td.td01 {
	padding: 20px 0px 30px 24px;
}
.flowTable01 td.td01.td0102 {
	padding: 50px 0px 30px 24px;
}
.flowTable01 td.td02 {
	padding: 0px 0px 0px 24px;
}
.flowMask01 {
	font-size: 0px;
	line-height: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.flowMask02 {
	font-size: 0px;
	line-height: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.flowH501 {
	font-size: 23px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.flowTb01 {
	display: table;
	width: 100%;
}
.flowCell01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.flowCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 180px;
	padding-left: 55px;
}
.flowText01 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.flowText01.flowRed01 {
	color: #fb4861;
}
.flowStep01 {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.flowStep01 .flowSpan01 {
	display: block;
	font-size: 15px;
}
.flowStep01 .flowSpan02 {
	display: block;
	font-size: 24px;
}
.flowBox02 {
	padding: 1px;
}
.flowBox02In {
	background-color: #ffffff;
	padding: 30px 30px 30px 44px;
}
.flowBtnWrap01 {
	margin-top: 26px;
}
.flowBox03 {
	padding: 5px;
	margin-bottom: 50px;
}
.flowBox03In {
	background-color: #fff6f7;
	padding: 26px 70px 28px 70px;
	text-align: left;
}
.flowText02 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 24px;
}
.flowTb02 {
	display: table;
	width: 100%;
}
.flowCell03 {
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
}
.flowCell04 {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
}
.flowCell04 .contactBtn12 {
	margin: auto 0px auto auto;
}

@media screen and (max-width:799px) {
.serviceMainvisualWrap.flowMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/18/flow_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: 73% bottom;
	background-size: cover;
	height: 190px;
}
.flowBox01 {
	text-align: left;
	background-color: #ffffff;
	margin: 20px 15px 0px 15px;
	padding: 20px 15px 20px 15px;
}
.flowBox01 p {
	font-size: 15px;
	line-height: 2.0em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.flowTable01 {
	width: 100%;
	margin-bottom: 35px;
}
.flowTable01 th {
	text-align: center;
	vertical-align: top;
	position: relative;
	width: 40px;
	padding-top: 10px;
}
.flowTable01 td {
	text-align: left;
	vertical-align: top;
}
.flowTable01 th.thStep {
	background: rgb(229, 164, 177);
	background: -moz-linear-gradient(90deg, rgb(229, 164, 177) 0%, rgb(248, 177, 133) 100%);
	background: -webkit-linear-gradient(90deg, rgb(229, 164, 177) 0%, rgb(248, 177, 133) 100%);
	background: -o-linear-gradient(90deg, rgb(229, 164, 177) 0%, rgb(248, 177, 133) 100%);
	background: -ms-linear-gradient(90deg, rgb(229, 164, 177) 0%, rgb(248, 177, 133) 100%);
	background: linear-gradient(180deg, rgb(229, 164, 177) 0%, rgb(248, 177, 133) 100%);
}
.flowTable01 th.thStep.thStepNid {
	padding-top: 17px;
}
.flowTable01 th.thMid {
	background-image: url("/solution_sites/cloud/img/flow/flow_mask_bg_mid.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}
.flowTable01 td.td01 {
	padding: 15px 0px 20px 15px;
}
.flowTable01 td.td01.td0102 {
	padding: 20px 0px 20px 15px;
}
.flowTable01 td.td02 {
	padding: 0px 0px 0px 15px;
}
.flowMask01 {
	font-size: 0px;
	line-height: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.flowMask02 {
	font-size: 0px;
	line-height: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.flowH501 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.flowTb01 {
	display: block;
	width: 100%;
}
.flowCell01 {
	display: block;
	text-align: left;
	vertical-align: top;
}
.flowCell02 {
	display: block;
	text-align: left;
	vertical-align: top;
	width: auto;
	padding-left: 0px;
}
.flowText01 {
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.flowText01.flowRed01 {
	color: #fb4861;
}
.flowStep01 {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.flowStep01 .flowSpan01 {
	display: block;
	font-size: 12px;
}
.flowStep01 .flowSpan02 {
	display: block;
	font-size: 18px;
}
.flowBox02 {
	padding: 1px;
}
.flowBox02In {
	background-color: #ffffff;
	padding: 15px 15px 15px 15px;
}
.flowBtnWrap01 {
	margin-top: 26px;
}
.flowBox03 {
	padding: 5px;
	margin-bottom: 20px;
}
.flowBox03In {
	background-color: #fff6f7;
	padding: 15px 15px 15px 15px;
	text-align: left;
}
.flowText02 {
	font-size: 15px;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 10px;
}
.flowTb02 {
	display: block;
	width: 100%;
}
.flowCell03 {
	display: block;
	text-align: left;
	vertical-align: bottom;
}
.flowCell04 {
	display: block;
	text-align: left;
	vertical-align: bottom;
	margin-top: 10px;
}
.flowCell04 .contactBtn12 {
	margin: auto 0px auto auto;
}
}
/* -------------------------------------------------------------------- 
 クラウドセキュリティ
-------------------------------------------------------------------- */

.serviceMainvisualWrap.cloudMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/img/service/cloud_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 542px;
}
.cloudAncNaviWrap {
	border-top: 2px solid #acacac;
	border-bottom: 2px solid #acacac;
	padding: 8px 0px;
	margin: 40px 0px 0px 0px;
}
.cloudBlockWrap01 {
	padding: 100px 0px 0px 0px;
}
.cloudAncTit01 {
	display: table;
	height: 38px;
	width: 340px;
	margin: 0px 20px 0px auto;
}
.cloudAncTit01 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #808080;
}
.detailH301 .span01.cloudSpan01 {
	background-image: url("/solution_sites/cloud/img/service/cloud_icon01.png");
	background-size: 72px auto;
	padding: 25px 0px 25px 98px;
}
.detailH301 .span01.cloudSpan02 {
	background-image: url("/solution_sites/cloud/img/service/cloud_icon02.png");
	background-size: 66px auto;
	padding: 25px 0px 25px 92px;
}
.detailH301 .span01.cloudSpan03 {
	background-image: url("/solution_sites/cloud/img/service/cloud_icon03.png");
	background-size: 69px auto;
	padding: 25px 0px 25px 95px;
}
.bgColBlue01 {
	background-color: #1e5c9b;
}
.cloudLogoWrap01 {
	float: right;
}
.cloudLogoWrap01 img {
	width: 450px;
	height: auto;
}
.cloudLogoWrap02 {
	float: left;
}

@media screen and (max-width:799px) {
.serviceMainvisualWrap.cloudMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/img/service/cloud_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: 62% bottom;
	background-size: cover;
	height: 252px;
}
.cloudAncNaviWrap {
	border-top: 2px solid #acacac;
	border-bottom: 2px solid #acacac;
	padding: 8px 0px;
	margin: 25px 0px 0px 0px;
}
.cloudBlockWrap01 {
	padding: 40px 0px 0px 0px;
}
.cloudBlockWrap01.cloudBlockWrap01Last {
	padding-bottom: 30px;
}
.cloudAncTit01 {
	display: table;
	height: 38px;
	width: 340px;
	margin: 0px auto 10px auto;
}
.cloudAncTit01 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #808080;
}
.detailH301 .span01.cloudSpan01 {
	background-image: url("/solution_sites/cloud/img/service/cloud_icon01.png");
	background-size: 36px auto;
	padding: 25px 0px 25px 44px;
}
.detailH301 .span01.cloudSpan02 {
	background-image: url("/solution_sites/cloud/img/service/cloud_icon02.png");
	background-size: 40px auto;
	padding: 25px 0px 25px 50px;
}
.detailH301 .span01.cloudSpan03 {
	background-image: url("/solution_sites/cloud/img/service/cloud_icon03.png");
	background-size: 36px auto;
	padding: 25px 0px 25px 48px;
}
.bgColBlue01 {
	background-color: #1e5c9b;
}
.cloudLogoWrap01 {
	float: none;
	margin-top: 10px;
}
.cloudLogoWrap01 img {
	width: 450px;
	height: auto;
}
.cloudLogoWrap02 {
	float: none;
}
}
/* -------------------------------------------------------------------- 
 資料ダウンロード
-------------------------------------------------------------------- */

.serviceMainvisualWrap.downloadMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/img/download/download_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 342px;
}
.lmsgFormWrap01 {
	padding: 0px 0px 40px 0px;
}
.downloadContWrap01 {
	padding: 25px 0px 0px 0px;
}

@media screen and (max-width:799px) {
.serviceMainvisualWrap.downloadMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/img/download/download_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 342px;
}
.lmsgFormWrap01 {
	padding: 0px 15px 40px 15px;
}
.downloadContWrap01 {
	padding: 15px 0px 0px 0px;
}
}
/* -------------------------------------------------------------------- 
 パートナープログラム
-------------------------------------------------------------------- */

.serviceMainvisualWrap.partnershipMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/19/partnership_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 347px;
}
.partnerBox01 {
	background-color: #ffffff;
	padding: 56px 170px;
	text-align: left;
	margin: 45px 0px 0px 0px;
}
.partnerBox01 p {
	font-size: 18px;
	line-height: 2.2em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.partnerTb01 {
}
.partnerTb01 .partnerCell01 {
	width: 590px;
	float: left;
}
.partnerTb01 .partnerCell02 {
	width: 590px;
	float: right;
}
.partnerTb01 .detailBox01 {
	padding: 44px 44px 35px 40px;
}
.partnerTb02 {
	display: table;
}
.partnerTb02 li {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-right: 24px;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.partnerImg01 img {
	height: auto;
	width: 184px;
}
.partnerImg02 img {
	height: auto;
	width: 223px;
}
.partnerTb03 {
	display: table;
	width: 100%;
	margin-top: 28px;
}
.partnerTb03 li {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.partnerTb03 li.li02 {
	text-align: right;
}
.partnerTb03 li.li02 p {
	float: right;
}
.partnerText01 {
	font-size: 14px;
	line-height: 2.0em;
	letter-spacing: 0.05em;
}
.partnerTb04 {
	display: table;
	width: 100%;
}
.partnerTb04 li {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.partnerTb04 li.li01 {
	width: 102px;
}
.partnerTb04 li.li02 {
	padding-left: 38px;
}
.partnerTb04 li img {
	height: auto;
	width: 102px;
}
.partnerDl01 dt {
	margin-bottom: 22px;
	color: #fb4861;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.partnerDl01 dd {
	font-size: 14px;
	line-height: 2.0em;
}
.partnerBox02 {
	padding: 30px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.partnerBox03 {
	padding: 50px 0px 0px 0px;
}
.partnerText02 {
	float: left;
	font-size: 23px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.partnerLogo01 {
	float: right;
}
.partnerLogo01 img {
	height: auto;
	width: 184px;
}
.partnerLogo02 {
	float: right;
}
.partnerLogo02 img {
	height: auto;
	width: 223px;
}
.partnerTitWrap01 {
	margin-bottom: 18px;
}
.partnerDl01.dl02 {
	margin-bottom: 25px;
}
.partnerUl01 {
	margin-bottom: 20px;
}
.partnerUl01 li {
	background-image: url("/solution_sites/cloud/img/partnership/partnership_icon01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 41px auto;
	padding: 12px 0px 12px 52px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}
.partnerBox04 {
	padding: 1px;
}
.partnerBox04In {
	background-color: #ffffff;
	padding: 30px;
}
.partnerText03 {
	font-size: 14px;
	line-height: 1.4em;
}
.partnerImg03 {
	text-align: center;
}
.partnerImg03 img {
	height: auto;
	width: 580px;
}
.partnerText04 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
}
.flowBox03In.partnerIn01 {
	background-color: #fff6f7;
	padding: 26px 48px 26px 48px;
	text-align: left;
}
.flowBox03.partnerBox05 {
	margin-bottom: 0px;
}
.partnerText05 {
	color: #fb4861;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.partnerTb05 {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}
.partnerTb05 li {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.partnerTb05 li.li01 {
	width: 96px;
}
.partnerTb05 li.li01 img {
	height: auto;
	width: 96px;
}
.partnerTb05 li.li02 {
	padding-left: 50px;
	font-size: 14px;
	line-height: 2.0em;
}
.detailBox01.partnerWrap01 {
	padding: 70px 90px 70px 90px;
}
.partnerFaqWrap {
	padding: 85px 0px 0px 0px;
}

@media screen and (max-width:799px) {
.serviceMainvisualWrap.partnershipMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/19/partnership_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: 75% bottom;
	background-size: cover;
	height: 238px;
}
.partnerBox01 {
	background-color: #ffffff;
	padding: 20px 20px;
	text-align: left;
	margin: 45px 0px 0px 0px;
}
.partnerBox01 p {
	font-size: 15px;
	line-height: 2.0em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.partnerTb01 {
}
.partnerTb01 .partnerCell01 {
	width: auto;
	float: none;
}
.partnerTb01 .partnerCell02 {
	width: auto;
	float: none;
}
.partnerTb01 .detailBox01 {
	padding: 20px 15px 20px 15px;
}
.partnerTb02 {
	display: block;
}
.partnerTb02 li {
	display: block;
	text-align: left;
	vertical-align: middle;
	padding-right: 0px;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
.partnerImg01 img {
	height: 35px;
	width: auto;
}
.partnerImg02 img {
	height: 35px;
	width: auto;
}
.partnerTb03 {
	display: block;
	width: auto;
	margin-top: 10px;
}
.partnerTb03 li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.partnerTb03 li.li02 {
	text-align: right;
	width: 150px;
	margin: 10px auto 0px auto;
}
.partnerTb03 li.li02 p {
	float: none;
}
.partnerText01 {
	font-size: 14px;
	line-height: 2.0em;
	letter-spacing: 0.05em;
}
.partnerTb04 {
	display: block;
	width: auto;
}
.partnerTb04 li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.partnerTb04 li.li01 {
	width: auto;
	text-align: center;
	margin-bottom: 10px;
}
.partnerTb04 li.li02 {
	padding-left: 0px;
}
.partnerTb04 li img {
	height: auto;
	width: 102px;
}
.partnerDl01 dt {
	margin-bottom: 10px;
	color: #fb4861;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.partnerDl01 dd {
	font-size: 14px;
	line-height: 2.0em;
}
.partnerBox02 {
	padding: 20px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.partnerBox03 {
	padding: 20px 0px 0px 0px;
}
.partnerText02 {
	float: left;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.partnerLogo01 {
	float: right;
}
.partnerLogo01 img {
	height: auto;
	width: 134px;
}
.partnerLogo02 {
	float: right;
}
.partnerLogo02 img {
	height: auto;
	width: 223px;
}
.partnerTitWrap01 {
	margin-bottom: 15px;
}
.partnerDl01.dl02 {
	margin-bottom: 15px;
}
.partnerUl01 {
	margin-bottom: 20px;
}
.partnerUl01 li {
	background-image: url("/solution_sites/cloud/img/partnership/partnership_icon01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px auto;
	padding: 0px 0px 15px 31px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}
.partnerBox04 {
	padding: 1px;
}
.partnerBox04In {
	background-color: #ffffff;
	padding: 14px;
}
.partnerText03 {
	font-size: 13px;
	line-height: 1.4em;
}
.partnerImg03 {
	text-align: center;
}
.partnerImg03 img {
	height: auto;
	width: 580px;
}
.partnerText04 {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
}
.flowBox03In.partnerIn01 {
	background-color: #fff6f7;
	padding: 15px 15px 15px 15px;
	text-align: left;
}
.flowBox03.partnerBox05 {
	margin-bottom: 0px;
}
.partnerText05 {
	color: #fb4861;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.partnerTb05 {
	display: block;
	width: auto;
	margin-bottom: 20px;
}
.partnerTb05 li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.partnerTb05 li.li01 {
	width: auto;
	text-align: center;
	margin-bottom: 10px;
}
.partnerTb05 li.li01 img {
	height: auto;
	width: 96px;
}
.partnerTb05 li.li02 {
	padding-left: 0px;
	font-size: 14px;
	line-height: 2.0em;
}
.detailBox01.partnerWrap01 {
	padding: 20px 15px 20px 15px;
}
.partnerFaqWrap {
	padding: 40px 0px 0px 0px;
}
}
/* -------------------------------------------------------------------- 
 課題別ケーススタディ
-------------------------------------------------------------------- */

.serviceMainvisualWrap.patRed04 {
	background-image: url("/solution_sites/cloud/2019/03/main_bg_col03.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 508px;
}
.serviceMainvisualWrap .solutionMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/main_solution_pic02.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 508px;
	height: 508px;
}
.faqBlock01.solutionBlock01 {
	background-color: #e6e6e6;
}
.solutionBlock01 .faqBox01In {
	color: #333333;
}
.solutionBtnWrap01 {
	width: 250px;
}
.solutionBtnWrap01 .btn_effect {
	float: left;
}
.solutionBtnWrap01 .contactBtn13 {
	margin-right: 15px;
}
.solutionText01 {
	font-size: 23px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.solutionLink01 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-left: 30px;
}
.solutionLink01 a:link {
	color: #000000;
	text-decoration: underline;
}
.solutionLink01 a:visited {
	color: #000000;
	text-decoration: underline;
}
.solutionLink01 a:hover {
	color: #000000;
	text-decoration: none;
}
.solutionLink01 a:active {
	color: #000000;
	text-decoration: none;
}
.solutionTb01 {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
.solutionCell01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	border: 1px solid #2d3555;
	box-sizing: border-box;
	width: 460px;
	padding: 30px;
}
.solutionCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	border: 1px solid #e8434d;
	box-sizing: border-box;
	width: 460px;
	padding: 30px;
}
.solutionCellMid {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 90px;
}
.solutionCellMid img {
	width: 35px;
	height: auto;
}
.solutionText02 {
	font-size: 23px;
	line-height: 1.8em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
.solutionText02.solutionRed {
	color: #fb4861;
}
.solutionText03 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.solutionText04 {
	font-size: 14px;
	line-height: 2.0em;
	letter-spacing: 0.05em;
}
.solutionBtnWRap02 {
	margin-bottom: 40px;
}

@media screen and (max-width:799px) {
.serviceMainvisualWrap.patRed04 {
	background-image: url("/solution_sites/cloud/2019/03/main_bg_col03.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 324px;
}
.serviceMainvisualWrap .solutionMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/main_solution_pic02.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 324px;
	height: 324px;
}
.faqBlock01.solutionBlock01 {
	background-color: #e6e6e6;
}
.solutionBlock01 .faqBox01In {
	color: #333333;
}
.solutionBtnWrap01 {
	width: 250px;
}
.solutionBtnWrap01 .btn_effect {
	float: left;
}
.solutionBtnWrap01 .contactBtn13 {
	margin-right: 15px;
}
.solutionText01 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.solutionLink01 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-left: 30px;
}
.solutionLink01 a:link {
	color: #000000;
	text-decoration: underline;
}
.solutionLink01 a:visited {
	color: #000000;
	text-decoration: underline;
}
.solutionLink01 a:hover {
	color: #000000;
	text-decoration: none;
}
.solutionLink01 a:active {
	color: #000000;
	text-decoration: none;
}
.solutionTb01 {
	display: block;
	width: auto;
	margin-bottom: 20px;
}
.solutionCell01 {
	display: block;
	text-align: left;
	vertical-align: top;
	border: 1px solid #2d3555;
	box-sizing: border-box;
	width: auto;
	padding: 15px;
}
.solutionCell02 {
	display: block;
	text-align: left;
	vertical-align: top;
	border: 1px solid #e8434d;
	box-sizing: border-box;
	width: auto;
	padding: 15px;
}
.solutionCellMid {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: auto;
	padding: 10px;
}
.solutionCellMid img {
	width: 90px;
	height: auto;
}
.solutionText02 {
	font-size: 23px;
	line-height: 1.8em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
.solutionText02.solutionRed {
	color: #fb4861;
}
.solutionText03 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.solutionText04 {
	font-size: 14px;
	line-height: 2.0em;
	letter-spacing: 0.05em;
}
.solutionBtnWRap02 {
	margin-bottom: 40px;
}
}
/* -------------------------------------------------------------------- 
 課題別ケーススタディ case01
-------------------------------------------------------------------- */

.serviceMainvisualWrap.patRed03 {
	background-image: url("/solution_sites/cloud/2019/03/main_bg_col03.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 395px;
}
.serviceMainvisualWrap .solutionMainvisualWrap02 {
	background-image: url("/solution_sites/cloud/2019/03/main_solution_pic01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 395px;
	height: 395px;
}
.solutionTb02Tit {
	display: table;
	margin-bottom: 30px;
}
.solutionTb02Tit li {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.solutionTb02Tit li.li01 {
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-top: 6px;
	white-space: nowrap;
}
.solutionTb02Tit li.li02 {
	font-size: 40px;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-left: 30px;
}
.solutionSpanImg01 {
}
.solutionSpanImg01 img {
	height: auto;
	width: 50px;
	vertical-align: middle;
}
.solutionTb03 {
	display: table;
	width: 100%;
	height: 120px;
	background-color: #d9d9d9;
}
.solutionTb03 li {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}
.solutionTb03 li.li01 {
	text-align: center;
	font-size: 23px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.solutionTb03 li.li02 {
	text-align: left;
	font-size: 16px;
	line-height: 1.4em;
}
.solutionTb03 li.li02 p {
	margin: 4px 0px;
}
.solutionImgAr02 {
	padding: 35px 0px;
	text-align: center;
}
.solutionImgAr02 img {
	height: auto;
	width: 100px;
}
.solutionText05 {
	text-align: center;
	font-size: 23px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.solutionText06 {
	text-align: left;
	font-size: 14px;
	line-height: 2.0em;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.solutionContImg01 {
	text-align: center;
}
.solutionContImg01 img {
	/* width: 660px; */
	height: auto;
}
.solutionBox01 {
	text-align: left !important;
	background-color: #e6e6e6;
	padding: 60px 170px 20px 170px;
	margin-top: 60px;
}
.solutionText07 {
	font-size: 23px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
}
.solutionText08 {
	color: #fb4861;
	font-size: 21px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.solutionBox01 .solutionText06 {
	text-align: left;
}
.solutionBox02 {
	margin-bottom: 38px;
}
.solutionH4Span01 {
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-top: 10px;
}
.solutionBox03 {
	width: 870px;
	margin: auto;
}

@media screen and (max-width:799px) {
.serviceMainvisualWrap.patRed03 {
	background-image: url("/solution_sites/cloud/2019/03/main_bg_col03.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 260px;
}
.serviceMainvisualWrap .solutionMainvisualWrap02 {
	background-image: url("/solution_sites/cloud/2019/03/main_solution_pic01.png");
	background-repeat: no-repeat;
	background-position: 73% top;
	background-size: auto 260px;
	height: 260px;
}
.solutionTb02Tit {
	display: table;
	margin-bottom: 20px;
	margin-top: 20px;
}
.solutionTb02Tit li {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.solutionTb02Tit li.li01 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-top: 0px;
	padding-left: 15px;
}
.solutionTb02Tit li.li02 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-left: 14px;
}
.solutionSpanImg01 {
}
.solutionSpanImg01 img {
	height: auto;
	width: 32px;
	vertical-align: middle;
}
.solutionTb03 {
	display: block;
	width: auto;
	height: auto;
	background-color: #d9d9d9;
}
.solutionTb03 li {
	display: block;
	vertical-align: middle;
	padding: 10px 15px 10px 15px;
}
.solutionTb03 li.li01 {
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.solutionTb03 li.li02 {
	text-align: left;
	font-size: 15px;
	line-height: 1.4em;
	padding-top: 0px;
}
.solutionTb03 li.li02 p {
	margin: 4px 0px;
	text-indent: -1em;
	padding-left: 1em;
}
.solutionImgAr02 {
	padding: 15px 0px;
	text-align: center;
}
.solutionImgAr02 img {
	height: auto;
	width: 100px;
}
.solutionText05 {
	text-align: center;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.solutionText06 {
	text-align: left;
	font-size: 13px;
	line-height: 2.0em;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.solutionContImg01 {
	text-align: center;
}
.solutionContImg01 img {
	width: 660px;
	height: auto;
}
.solutionBox01 {
	text-align: left !important;
	background-color: #e6e6e6;
	padding: 20px 15px 5px 15px;
	margin-top: 30px;
}
.solutionText07 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
}
.solutionText08 {
	color: #fb4861;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.solutionBox01 .solutionText06 {
	text-align: left;
}
.solutionBox02 {
	margin-bottom: 25px;
}
.solutionH4Span01 {
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-top: 10px;
}
.solutionBox03 {
	width: auto;
	margin: auto;
}
}
/* -------------------------------------------------------------------- 
 トピックス
-------------------------------------------------------------------- */

.serviceMainvisualWrap.topicsMainvisualWrap02 {
	background-image: url("/solution_sites/cloud/2019/03/18/topics_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 343px;
}
.topicsNavi .contactBtn08 {
	width: 160px;
}
.topicsTable01 {
	width: 100%;
}
.topicsTable01 th {
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 500;
	width: 148px;
	border-bottom: 1px solid #e6e6e6;
}
.topicsTable01 td {
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e6e6e6;
}
.topicsTable01 td a {
	display: block;
	padding: 24px 30px 24px 0px;
	background-image: url("/solution_sites/cloud/img/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.topicsTable01 td a, .topicsTable01 td span {
	display: block;
	padding: 24px 30px 24px 0px;
}

@media screen and (max-width:799px) {
.serviceMainvisualWrap.topicsMainvisualWrap02 {
	background-image: url("/solution_sites/cloud/2019/03/18/topics_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: 70% bottom;
	background-size: cover;
	height: 268px;
}
.topicsNavi .contactBtn08 {
	width: 100%;
}
.topicsTable01 {
	width: 100%;
}
.topicsTable01 th {
	display: block;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 500;
	width: auto;
	border-bottom: none;
	padding: 10px 10px 0px 0px;
}
.topicsTable01 td {
	display: block;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e6e6e6;
}
.topicsTable01 td a {
	display: block;
	padding: 10px 30px 10px 0px;
	background-image: url("/solution_sites/cloud/img/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: right center;
}
}
/* -------------------------------------------------------------------- 
 お問い合わせ
-------------------------------------------------------------------- */

.serviceMainvisualWrap.contactMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/18/topics_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 343px;
}
.contactTb01 {
	display: table;
	width: 100%;
	height: 140px;
	background-color: #ffffff;
}
.contactTb01 li {
	display: table-cell;
	vertical-align: middle;
}
.contactLogo01 img {
	height: auto;
	width: 120px;
}
.contactCell01 {
	text-align: center;
	box-sizing: border-box;
	width: 294px;
	padding-left: 30px;
}
.contactCell02 {
	text-align: left;
	font-size: 18px;
	line-height: 2.0em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.contactAewaWrap iframe {
}
.contactAewaWrap.rpadl iframe {

}

@media screen and (max-width:799px) {
.serviceMainvisualWrap.contactMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/18/topics_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: 68% bottom;
	background-size: cover;
	height: 201px;
}
.contactTb01 {
	display: block;
	width: auto;
	height: auto;
	background-color: #ffffff;
	padding: 10px 0px;
}
.contactTb01 li {
	display: block;
	vertical-align: middle;
	padding: 10px 15px 0px 15px;
}
.contactLogo01 img {
	height: auto;
	width: 100px;
}
.contactCell01 {
	text-align: center;
	box-sizing: border-box;
	width: auto;
	padding-left: 0px;
}
.contactCell02 {
	text-align: left;
	font-size: 13px;
	line-height: 2.0em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.contactAewaWrap iframe {
}
.contactAewaWrap.rpadl iframe {
}
}
/* -------------------------------------------------------------------- 
 会社概要
-------------------------------------------------------------------- */

.serviceMainvisualWrap.companyMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/18/topics_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 343px;
}
.companyTb01 {
	display: table;
	width: 100%;
	margin-bottom: 54px;
}
.companyTb01 li {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.companyTb01 li.companyLi01 {
	width: 180px;
}
.companyLogo01 img {
	width: 95px;
	height: auto;
}
.companyImg01 {
	margin-top: 20px;
}
.companyImg01 img {
	height: auto;
	width: 692px;
}
.companyTable01 {
width:100%;
}
.companyTable01 th {
	width: 190px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #e6e6e6;
	padding: 28px 28px 28px 0px;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.companyTable01 td {
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #e6e6e6;
	padding: 28px 28px 28px 0px;
	font-size: 14px;
	line-height: 1.9em;
}
.companyTable01 td.pd {
	padding: 28px 0 28px 0px;
}
.companyText01 {
	text-align: left;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 15px;
}
.companyText01 a:link {
	color: #0071bc;
	text-decoration: underline;
}
.companyText01 a:visited {
	color: #0071bc;
	text-decoration: underline;
}
.companyText01 a:hover {
	color: #0071bc;
	text-decoration: none;
}
.companyText01 a:active {
	color: #0071bc;
	text-decoration: none;
}
.companyCenter {
	display: inline-block;
	text-align: center;
	margin: 20px auto auto 38px;
}

@media screen and (max-width:799px) {
.serviceMainvisualWrap.companyMainvisualWrap01 {
	background-image: url("/solution_sites/cloud/2019/03/18/topics_mainvisual01.png");
	background-repeat: no-repeat;
	background-position: 74% bottom;
	background-size: cover;
	height: 222px;
}
.companyTb01 {
	display: block;
	width: auto;
	margin-bottom: 20px;
}
.companyTb01 li {
	display: block;
	text-align: left;
	vertical-align: top;
}
.companyTb01 li.companyLi01 {
	width: auto;
}
.companyLogo01 img {
	width: 95px;
	height: auto;
	margin-bottom: 10px;
}
.companyImg01 {
	margin-top: 20px;
}
.companyImg01 img {
	height: auto;
	width: 692px;
}
.companyTable01 {
}
.companyTable01 th {
	display: block;
	width: auto;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #e6e6e6;
	padding: 15px 0px 0px 0px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.companyTable01 td {
	display: block;
	text-align: left;
	vertical-align: middle;
	border-top: none;
	padding: 5px 0px 15px 0px;
	font-size: 14px;
	line-height: 1.9em;
}
.companyText01 {
	text-align: left;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 15px;
}
.companyText01 a:link {
	color: #0071bc;
	text-decoration: underline;
}
.companyText01 a:visited {
	color: #0071bc;
	text-decoration: underline;
}
.companyText01 a:hover {
	color: #0071bc;
	text-decoration: none;
}
.companyText01 a:active {
	color: #0071bc;
	text-decoration: none;
}
}
/* -------------------------------------------------------------------- 
 サイトポリシー
-------------------------------------------------------------------- */

.policyBlock01 {
	text-align: left;
	background-color: #ffffff;
	padding: 65px 160px 60px 160px;
}
.policyMb01 {
	margin-bottom: 1.5em;
}
.policyBold01 {
	font-weight: bold;
}
.policyAlr {
	text-align: right;
}
a.link01:link {
	color: #0071bc;
	text-decoration: none;
}
a.link01:visited {
	color: #0071bc;
	text-decoration: none;
}
a.link01:hover {
	color: #0071bc;
	text-decoration: underline;
}
a.link01:active {
	color: #0071bc;
	text-decoration: none;
}

@media screen and (max-width:799px) {
.policyBlock01 {
	text-align: left;
	background-color: #ffffff;
	padding: 25px 15px 25px 15px;
}
.policyMb01 {
	margin-bottom: 1.5em;
}
.policyBold01 {
	font-weight: bold;
}
.policyAlr {
	text-align: right;
}
}
/* -------------------------------------------------------------------- 
 サイトマップ
-------------------------------------------------------------------- */

.sitemapBlock01 {
	text-align: left;
	background-color: #ffffff;
	padding: 55px 96px 70px 96px;
}
.sitemapLeft {
	width: 480px;
	float: left;
}
.sitemapRight {
	width: 480px;
	float: right;
}
.sitemapLeft {
	border-bottom: 1px solid #808080;
	padding-bottom: 10px;
}
.sitemap_aka {
	border-bottom: 1px solid #808080;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500;
	padding: 15px 0px;
}
.sitemap_aka a:link {
	color: #fb4861;
	text-decoration: none;
}
.sitemap_aka a:visited {
	color: #fb4861;
	text-decoration: none;
}
.sitemap_aka a:hover {
	color: #fb4861;
	text-decoration: underline;
}
.sitemap_aka a:active {
	color: #fb4861;
	text-decoration: none;
}
.sitemap_aka a.nolink:link {
cursor:default;
}
.sitemap_aka a.nolink:hover {
	text-decoration: none;
}
.sitemapKuro {
	border-bottom: 1px solid #e6e6e6;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	padding: 15px 0px;
}
.sitemapKuro a {
	font-weight: bold;
}
.sitemapKuro a:link {
	color: #000000;
	text-decoration: none;
}
.sitemapKuro a:visited {
	color: #000000;
	text-decoration: none;
}
.sitemapKuro a:hover {
	color: #000000;
	text-decoration: underline;
}
.sitemapKuro a:active {
	color: #000000;
	text-decoration: none;
}
.sitemap_muji {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
}
.sitemap_muji p {
	padding: 12px 0px;
}
.sitemap_muji a:link {
	color: #000000;
	text-decoration: underline;
}
.sitemap_muji a:visited {
	color: #000000;
	text-decoration: underline;
}
.sitemap_muji a:hover {
	color: #000000;
	text-decoration: none;
}
.sitemap_muji a:active {
	color: #000000;
	text-decoration: none;
}

@media screen and (max-width:799px) {
.sitemapBlock01 {
	text-align: left;
	background-color: #ffffff;
	padding: 30px 15px 30px 15px;
}
.sitemapLeft {
	width: auto;
	float: none;
}
.sitemapRight {
	width: auto;
	float: none;
}
.sitemapLeft {
	border-bottom: 1px solid #808080;
	padding-bottom: 10px;
}
.sitemap_aka {
	border-bottom: 1px solid #808080;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500;
	padding: 15px 0px;
}
.sitemap_aka a:link {
	color: #fb4861;
	text-decoration: none;
}
.sitemap_aka a:visited {
	color: #fb4861;
	text-decoration: none;
}
.sitemap_aka a:hover {
	color: #fb4861;
	text-decoration: underline;
}
.sitemap_aka a:active {
	color: #fb4861;
	text-decoration: none;
}
.sitemapKuro {
	border-bottom: 1px solid #e6e6e6;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	padding: 15px 0px;
}
.sitemapKuro a {
	font-weight: bold;
}
.sitemapKuro a:link {
	color: #000000;
	text-decoration: none;
}
.sitemapKuro a:visited {
	color: #000000;
	text-decoration: none;
}
.sitemapKuro a:hover {
	color: #000000;
	text-decoration: underline;
}
.sitemapKuro a:active {
	color: #000000;
	text-decoration: none;
}
.sitemap_muji {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
}
.sitemap_muji p {
	padding: 12px 0px;
}
.sitemap_muji a:link {
	color: #000000;
	text-decoration: underline;
}
.sitemap_muji a:visited {
	color: #000000;
	text-decoration: underline;
}
.sitemap_muji a:hover {
	color: #000000;
	text-decoration: none;
}
.sitemap_muji a:active {
	color: #000000;
	text-decoration: none;
}
}


/* -------------------------------------------------------------------- 
 追加スタイル
-------------------------------------------------------------------- */

.cs_lead {
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.05em;
	width: 1000px;
	margin: 0 auto 30px;
	text-align: left;
}
.cloudblue .detailH301Wrap.contGr01 {
	display: none;
}
.cloudblue .detailH301 {
	border-bottom: 2px solid #1e5c9b;
	margin-bottom: 31px;
}
.cloudblue .detailBox01 {
	background-image: url("/solution_sites/cloud/img/service_line_top_blue.png");
}
.breadcrumb {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 0;
}
.breadcrumb ul {
	text-align: left;
}
.breadcrumb ul li {
	display: inline-block;
	padding: 0 20px 0 0;
	line-height: 1.6em;
}
.breadcrumb ul li a {
	text-decoration: underline;
	position: relative;
	display: inline-block;
}
.breadcrumb ul li a:hover {
	text-decoration: none;
}
.breadcrumb ul li a:after {
	content: ">";
	position: absolute;
	right: -15px;
	top: 0;
}

@media screen and (max-width:799px) {
.breadcrumb {
	width: auto;
	padding: 10px 15px 0;
}
}
.table2col {
	display: table;
	width: 100%;
}
.table2col .text {
	display: table-cell;
	padding: 0 30px 0 0;
	vertical-align: top;
	font-size: 15px;
	line-height: 2.0em;
	letter-spacing: 0.05em;
}
.table2col .img {
	display: table-cell;
	width: 450px;
}
.table2col .img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:799px) {
.table2col {
	display: block;
}
.table2col .text {
	display: block;
	padding: 0 0 15px;
}
.table2col .img {
	display: block;
	text-align: center;
	width: 100%;
}
.table2col .img img {
	width: 100%;
	max-width: 450px;
}
}
.rpaText {
	padding-top: 30px;
}
.rpaText h1 {
	color: #2D52A1;
	font-size: 30px;
	margin-bottom: 15px;
}
.rpaText p {
	font-size: 14px;
}
.rpaText h2 {
	color: #2D52A1;
	font-size: 30px;
	padding-top: 20px;
}

@media screen and (max-width:799px) {
.rpaText {
	padding: 20px 20px 0;
}
.rpaText h1 {
	color: #2D52A1;
	font-size: 20px;
	margin-bottom: 15px;
}
.rpaText p {
	font-size: 14px;
}
.rpaText h2 {
	color: #2D52A1;
	font-size: 20px;
	padding-top: 20px;
}
}

.serviceBox01 .linksHB {
text-align:center;
padding:10px 0 0;
}
.serviceBox01 .linksHB a {
display:inline-block;
color:#FFF;
font-weight:bold;
text-decoration:none;
background: #c62e4a;
background: -moz-linear-gradient(left, #c62e4a 0%, #eb5f4d 100%);
background: -webkit-linear-gradient(left, #c62e4a 0%,#eb5f4d 100%);
background: linear-gradient(to right, #c62e4a 0%,#eb5f4d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c62e4a', endColorstr='#eb5f4d',GradientType=1 );
border-radius:4px;
padding:2px 8px 3px;
transition:0.3s;
}
.serviceBox01 .linksHB a:hover {
opacity:0.7;
}

@media screen and (max-width:799px) {
.serviceBox01 .linksHB a {
padding:7px 8px 8px;
border-radius:8px;
}
}

.error404 {
font-size:26px;
padding:150px 0 100px;
}



.form_box #form_iframe {
overflow-y: hidden;
}
@media screen and (max-width:799px) {
.form_box #form_iframe {
overflow-y: auto;
overflow-x: hidden;
}
#svc23 .form_box #form_iframe {
overflow-y: auto;
overflow-x: hidden;
}
}

/*2019/5/10新スマホメニュー用追加*/

.dl-menu {
 overflow: scroll;
}
html {
    height: 100%;
}
body {
    margin: 0;
}

@media screen and (min-width:1050px) {
ul.slimmenu {
 display: none !important;
}
}
 

.menu-collapser {
 background-color: transparent !important;
	height: 96px !important;
	z-index: 200;
}

@media screen and (max-width:1050px) {
#menuSp {
 display:inline;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 55;
	overflow-y: auto;
}
body.active #menuSp {
height: 100%;
}
 .collapse-button {
    top: 45px !important;
}
}

@media screen and (max-width:799px) {
.menu-collapser {
 background-color: transparent !important;
	height: 68px !important;
	z-index: 200;
}
 .collapse-button {
    top: 35px !important;
}
}

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
}
ul.slimmenu {
}
.collapse-button {
}
.collapse-button span {
    background-color: #6B6B6B !important;
}
.collapse-button:hover, .collapse-button:focus {
}


/*2019/11/29 TOPページ ResmPlus 追加*/


div.supportDesk div.banner {
	background-color: #FFF;
}
div.supportDesk div.banner a {
 display: block;
 border: 2px solid #d6304d;
	transition: 0.3s;
}
div.supportDesk div.banner a:hover {
	opacity: 0.7;
}
div.supportDesk div.banner a ul {
 display:table;
 width: 100%;
}
div.supportDesk div.banner a ul li {
 display: table-cell;
 background-color: #FFF;
 text-align: left;
}
div.supportDesk div.banner a ul li.sd01 {
 width: 472px;
}
div.supportDesk div.banner a ul li.sd01 img {
width:100%;
height:auto;
}
div.supportDesk div.banner a ul li.sd02 {
 width: 415px;
 vertical-align: middle;
 padding: 0 25px;
}
div.supportDesk div.banner a ul li.sd02 p {
 font-size: 25px;
 font-weight: bold;
 color: #d22b4d;
	line-height: 1.3em;
}
div.supportDesk div.banner a ul li.sd02 span {
 display: inline-block;
 font-size: 16px;
	text-indent: -7px;
}
div.supportDesk div.banner a ul li.sd03 {
 vertical-align: bottom;
 position: relative;
	padding-bottom: 10px;
}
div.supportDesk div.banner a ul li.sd03 img {
 width: 137px;
 height: auto;
 position: absolute;
 top: 17px;
 right: 25px;
}
div.supportDesk div.banner a ul li.sd03 span {
 display: inline-block;
 font-size: 13px;
}



@media screen and (max-width:799px) {

div.supportDesk {
	padding: 0 15px;
}
	
div.supportDesk div.banner a ul {
 display:block;
 width: auto;
}
div.supportDesk div.banner a ul li {
 display:block;
 background-color: #FFF;
 text-align: left;
}
div.supportDesk div.banner a ul li.sd01 {
 width: auto;
}
div.supportDesk div.banner a ul li.sd01 img {
}
div.supportDesk div.banner a ul li.sd02 {
 width: auto;
 vertical-align: middle;
 padding: 20px 25px;
}
div.supportDesk div.banner a ul li.sd02 p {
 font-size: 22px;
 font-weight: bold;
 color: #d22b4d;
	line-height: 1.3em;
	padding: 0 0 10px;
}
div.supportDesk div.banner a ul li.sd02 span {
 display: inline-block;
 font-size: 16px;
}
div.supportDesk div.banner a ul li.sd03 {
 vertical-align: bottom;
 position: static;
	padding: 0 25px 20px;
	text-align: right;
}
div.supportDesk div.banner a ul li.sd03 .img {
	text-align: center;
	padding: 0 0 15px;
}
div.supportDesk div.banner a ul li.sd03 img {
 width: 137px;
 height: auto;
 position: static;
}
div.supportDesk div.banner a ul li.sd03 span {
 display: inline-block;
 font-size: 13px;
	margin: 0 auto;
	text-align: left;
}




	
}

/*2019/12/10 セミナーページ 追加*/

.seminar .serviceCont01 {
padding-top:50px;
}
.seminar .detailBox01.partnerWrap01 {
 padding-top: 35px;
}
.seminar .serviceMainvisualIn {
padding-top:60px;
}
.seminar .mainvisualH202 {
font-size:20px;
font-weight:bold;
}
.seminar .span02Mb {
font-size:28px;
}
.seminar .detailTextWrap {
padding-bottom:20px;
}
.seminar .detailTextBase01 {
padding:0 130px 18px;
}
.seminar .indentList li {
padding-left:1em;
text-indent:-1em;
}
.seminar .companyTable01 th {
font-weight:bold;
}
.seminar .companyTable01 td {
}
.seminar .companyTable01 td p {
font-weight:bold;
margin-bottom:20px;
}
.seminar .companyTable01 td li {
display:table;
}
.seminar .companyTable01 td li span {
display:table-cell;
text-align:left;
}
.seminar .companyTable01 td .sec01 {
width:120px;
}
.seminar .companyTable01 td .sec02 {
width:293px;
}
.seminar .companyTable01 td .sec03 {
}
.seminar .companyTable01 td .sec04 {
width:370px;
}
.seminar h3 {
font-size:26px;
font-weight:bold;
padding:50px 0;
}
.cmn_btn_sem{
margin-bottom:50px;
}
.cmn_btn_sem a{
	width:600px;
	margin:0 auto;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	display:block;
	border-radius:100px;
	font-size:23px;
	font-weight:bold;
	padding:20px 0;
background: #CE0B28 url(/solution_sites/cloud/img/anker_yajirushi_white.png) no-repeat center right 30px/10px auto;
color:#fff !important;
	-webkit-transition-property:background;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
	border:1px solid #CE0B28;
}

.cmn_btn_sem a:hover{
	opacity:1;
	color:#CE0B28 !important;
	border:1px solid #CE0B28;
background: #fff url(/solution_sites/cloud/img/anker_yajirushi_red.png) no-repeat center right 30px/10px auto;
}


.policyBlock {
font-size: 12px;
padding-bottom:40px;
text-align:left;
width:960px;
margin:0 auto;
}
.policyBlock span {
font-weight:bold;
}
.policyBlock a:link,
.policyBlock a:visited{
color: #007CC3;
text-decoration:underline;
}
.policyBlock a:hover {
color: #007CC3;
text-decoration:none;
}

@media screen and (max-width:799px) {
.seminar .detailBox01.partnerWrap01 {
    padding-top: 15px;
}
.seminar .serviceMainvisualIn {
padding-top:50px;
}
.seminar .mainvisualH202 {
font-size:14px;
}
.seminar .span02Mb {
font-size:18px;
}
.seminar .detailTextWrap {
padding-top:20px;
padding-bottom:10px;
}
.seminar .detailTextBase01 {
padding:0 0 18px;
}
.seminar .pcbr {
display:none;
}
.seminar .companyTable01 td p {
font-weight:bold;
margin-bottom:0;
margin-top:10px;
}
.seminar .companyTable01 td li {
display:block;
}
.seminar .companyTable01 td li span {
display:block;
}
.seminar .companyTable01 td .sec01 {
width:auto;
padding-top:1em;
}
.seminar .companyTable01 td .sec02 {
width:auto;
padding-left:1em;
}
.seminar .companyTable01 td .sec03 {
padding-left:1em;
}
.seminar .companyTable01 td .sec04 {
width:auto;
padding-left:1em;
}
.seminar h3 {
font-size:20px;
}
.cmn_btn_sem{
margin-bottom:40px;
}
.cmn_btn_sem a{
	width:100%;
font-size:3.5vw;
}

.policyBlock {
width:auto;
}
}


/*2019/12/10 TOPページ セミナーバナー追加*/


div.supportDesk div.banner.seminar {
	margin-top:50px;
display:none;
}
div.supportDesk div.banner.seminar a {
 border: 2px solid #467DE2;
}
div.supportDesk div.banner.seminar a ul li.sd02 {
 width: auto;
 padding: 0 25px;
	position:relative;
}
div.supportDesk div.banner.seminar a ul li.sd02 p {
 font-size: 25px;
 font-weight: bold;
 color: #467DE2;
	line-height: 1.4em;
	margin-left:-13px;
	text-indent:10px;
}
div.supportDesk div.banner.seminar a ul li.sd02 .text01 {
	margin-top:5px;
}
div.supportDesk div.banner.seminar a ul li.sd02 .text02 {
	position:absolute;
	font-size:13px;
	bottom:15px;
	right:22px;
}

@media screen and (max-width:799px) {

	div.supportDesk div.banner.seminar a ul li.sd02 {
 width: auto;
 padding: 20px 25px;
	position:relative;
}
div.supportDesk div.banner.seminar a ul li.sd02 p {
 font-size: 22px;
 font-weight: bold;
 color: #467DE2;
	line-height: 1.4em;
}
div.supportDesk div.banner.seminar a ul li.sd02 .text01 {
	margin-top:0;
}
div.supportDesk div.banner.seminar a ul li.sd02 .text02 {
	position:static;
	display:block;
	font-size:13px;
	text-align:right;
	margin-top:10px;
}





}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top:15px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*2020/06/09 サンクスページ追加*/

@media screen and (max-width:799px) {

.thankswrap {
padding:0 5%;
}

}
/*2020/06/18 サービスページ追加*/

@media screen and (max-width:799px) {

.detailTextBase01.lead {
    margin-bottom: 30px;
}
.serviceImgWrap01.lead {
    margin-top: 0;
    margin-bottom: 30px;
}

}
/*2020/06/22 サービスページバナー追加*/

.main_banner{
	padding:80px 0 40px;
	position:relative;
}
.main_banner section{
width:1200px;
margin:0 auto;
text-align:left;
}
.bnr_wrap2{
	position:relative;
	padding-top:15px;
}
.bnr_wrap2 a{
	display:block;
	text-decoration:none;
	color:#000;
	-webkit-transition-property:opacity;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
.bnr_wrap2 .img{
	position:absolute;
	left: 35px;
    top: -25px;
    width: 265px;
}
.bnr_wrap2 .img img:hover{
	opacity:1;
}
.bnr_wrap2 a:hover{
	opacity:0.8;
}

.bnr_wrap2 .sp_img{
	display:none;
}

.bnr_wrap2 .bnr_block01{
	background: rgb(221,82,102);
background: -moz-linear-gradient(left,  rgba(221,82,102,1) 0%, rgba(234,118,107,1) 100%);
background: -webkit-linear-gradient(left,  rgba(221,82,102,1) 0%,rgba(234,118,107,1) 100%);
background: linear-gradient(to right,  rgba(221,82,102,1) 0%,rgba(234,118,107,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd5266', endColorstr='#ea766b',GradientType=1 );
    color: #FFF;
    font-weight: bold;
    font-size: 28px;
    padding: 12px 15px 12px 300px;
    line-height: 130%;
}
.bnr_wrap2 .bnr_block02{
	background:#fff;
    padding: 15px 15px 15px 300px;
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	border-radius:0 0 5px 5px;
overflow:hidden;
}
.bnr_wrap2 .bnr_block02 .text{
	font-size:18px;
	float:left;
	width:60%;
line-height:39px;
}
.bnr_wrap2 .bnr_block02 .dl{
	float:right;
    line-height: 150%;
	text-align:right;
}
.bnr_wrap2 .bnr_block02 .dl span{
	background: #B0302C url(/solution_sites/cloud/img/plus/cmn_yajirushi_white.png) no-repeat right 10px center/10px auto;/*191206add*/
    color: #FFF;
    padding: 10px 30px 10px 10px;/*191206add*/
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
display:inline-block;
}

@media screen and (max-width:799px) {

.main_banner section{
width:90%;
}
.bnr_wrap2 .img{
	display:none;
}
.bnr_wrap2 .sp_img{
	display:block;
	width:50%;
	margin:0 auto 10px auto;
text-align:center;
}

.bnr_wrap2 .bnr_block01 {
    font-size: 18px;
    padding: 10px 15px;
}
.bnr_wrap2 .bnr_block01 .text{
	text-align:center;
}

.bnr_wrap2 .bnr_block02 {
    padding: 15px 15px 30px 15px;/*191223add*/
}

.bnr_wrap2 .bnr_block02 .text {
    font-size: 14px;
    float: none;
    width: 100%;
	margin-bottom:10px;
	text-align:center;
}
.bnr_wrap2 .bnr_block02 .dl {
    font-size: 14px;
    float: none;
    width: 100%;
	text-align:center;
}
.bnr_wrap2 .bnr_block02 .dl span{
	font-size:14px;
}

}