@charset "utf-8";


.wf-sawarabimincho { font-family: "Sawarabi Mincho", serif; }

html,body{
    width: 100%;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}





body{
color:#000;
	font-family:'Open Sans', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;


	font-size:95%;
	
	
}

a {
	color:#333;
	outline: none;
	text-decoration: none;
	
}

a:hover{
	color: #003e8b;
	text-decoration: underline;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 2px;

}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;
	width:200px;
}


.width100{
	width:100%;
}

.wrap{
	background: url(../img/bg_wrap.png) no-repeat top center;
}
.home .wrap{
	background: none;
}

.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}

/*ヘッダー
------------------------------------------------*/
.mainbody{
	width:1000px;
	margin: 0 auto;
}

.header{
	padding: 0px 0;
}
.logo{
	display: inline-block;
	float: left;
	padding: 10px 0 5px 0;
}

.headerright{
	display: inline-block;
	float:right;
	padding:15px 0 0 0;
}
.headerright dt{
	display: inline-block;
	vertical-align: middle;
	font-size: 90%;
}
.headerright dt img{
	padding:5px 10px 5px 0;
}

.headerright dd{
	display: inline-block;
	vertical-align: middle;
}


.gnavi{
	text-align: center;
	background: #0071bc;
}
.gnavi li{
	display: inline-block;
	padding: 15px 55px;
	position: relative;
	font-size: 90%;
}
.gnavi a{
	color:#fff;
}
.closebtn{
	display: none;
}



.spmenu{
	display:none;
}
.menu-icon{
	display: none;
}


/*メインビジュアル
------------------------------------------------*/
.mainvisual{
	background: url(../img/top/mainvisual.jpg) no-repeat center center;
	height: 550px;
	background-size: cover;
}
.maincatch{
	text-align: center;
	margin: 0 0 60px 0;	
}
.maincatch img{
	margin-top: -60px;
}


/*トップページ
------------------------------------------------*/
/*こんなお困りごとはありませんか？*/
.topwrap01{
	background: url(../img/top/bg_topwrap01.png) no-repeat top center;
	background-size:cover;
}
.toptrouble{
	text-align: center;
	padding: 0 0 50px 0;
}
.toptrouble h2 img{
	margin: -20px 0 50px 0;
}
.toptrouble li{
	display: inline-block;
	padding: 0 6px;
}
.toptrouble li:nth-child(even){
	padding-top: 50px;
}
/*RPAで解決できます！*/
.topwrap02{
	background: url(../img/top/bg_topwrap02.png) no-repeat top center;
	background-size:cover;
}
.topsolution{
	text-align: center;
	padding: 100px 0;
	background: url(../img/top/bg_solution.png) no-repeat top center;
}
/*RPAロボパット*/
.toprobopattitle{
	text-align: center;
	padding:100px 0 50px 0;
	background: url(../img/top/bg_robopattitle.png) no-repeat top center;
}
.toprobopattitle h3{
	font-size: 150%;
	color: #4d4d4d;	
	padding:50px 0 0 0;
}
.topwrap03{
	background: url(../img/top/bg_topwrap03.png) no-repeat top center;
	background-size:cover;
}
.toprobopat{
	text-align: center;
	padding: 50px 0;
}
.topwrap03 li:nth-child(even){
	padding:0 0 0 200px;
}
.toprobopat ul{
	padding:0 0 30px 0;
}
.toprobopat p a{
	display: inline-block;
	padding: 15px 30px;
	background: #0071bc;
	color: #fff;
	font-weight: 800;
	font-size: 110%;
	-moz-border-radius: 99px;
-webkit-border-radius: 99px;
border-radius: 99px;
}
/*費用*/
.topcost{
	padding:50px 0;
	text-align: center;
}
.titlebox01{
	color: #0071bc;
	padding: 0 0 40px 0;
	text-align: center;
}
.titlebox01 h2{
	font-size: 200%;
	font-weight: 400;
}
.titlebox01 h2:after{
	content: "";
	display: block;
	width: 150px;
	height: 1px;
	background:  #0071bc;
	margin: 6px auto;
}
.titlebox01 p{
	font-size:130%;
}
.topcost ul{
	padding:0 0 30px 0;
}
.topcost li{
	display: inline-block;
	padding: 10px;
}

/*RPA導入のメリット*/
.topwrap04{
	background: url(../img/top/bg_topwrap04.png) no-repeat top center;
	background-size:cover;
}
.topmerit {
	text-align: center;
	padding:50px 0;
}
.topmerit .titlebox01{
	color:#fff;
}
.topmerit .titlebox01 h2:after{
	background: #fff;
}
.topmerit li{
	padding:5px;
}
.topmerit li:nth-child(even){
	margin: 0  0 0 300px;
}

/*RPA活用例*/
.topwrap05{
	background: url(../img/top/bg_topwrap05.png) top center;
}
.topexample{
	padding:50px 0;
	text-align: center;
}
.topexample h3{
	font-size: 150%;
	color: #4d4d4d;	
	padding:0px 0 50px 0;
}
.topexample dl{
	width:26.5%;
	display: inline-block;
	margin: 0 2% 30px 2%;
}
.topexample dd{
	height: 95px;
	background: #fff;
	padding:20px 10px;
}
.topexample dl:nth-child(4) dd,
.topexample dl:nth-child(5) dd{
	height: auto;
}
.topexample dd ul{
	display: inline-block;
	vertical-align: middle;	
}
.topexample dd li{
	text-align: left;
	color: #00275b;
	font-size: 125%;
	padding: 0 0 5px 0;
}
.topexample dd li:before{
	content: "□";
}

/*税理士事務所だからこそ気付けたRPAの価値*/
.topwrap06{
	background: #0071bc;
}
.topcase{
	padding:50px 0;
	text-align: center;
}
.topcase h2 img{
	margin: -100px 0 0 0;
}
.topcasebox{
	color: #fff;
	border: 5px solid #fff;
	padding: 30px;
	max-width: 830px;
	-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
margin: 0 auto 50px auto;
line-height: 180%;
}
.topcasebox h3{
	font-size: 150%;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #fff;
	margin: 0 0 20px 0;
}
.topcaselist{
	max-width: 800px;
	margin: 0 auto;
}
.topcaselist dl{
background: #fff;
margin: 0 0 60px 0;
padding: 0 0 30px 20px;
}
.topcaselist h3 img{
	margin: -32px 0 0px 0;
}
.topcaselist dt{
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.topcaselist dd{
	width: 35%;
	display: inline-block;
	vertical-align: middle;
}
.topcaselist h4{
	font-size: 180%;
	color:#00a99d;
}
.topcaselist h5{
	font-size:130%;
	padding:0 0 10px 0;
	color:#00a99d;
}
.topcaselist dl:nth-child(2) h4,
.topcaselist dl:nth-child(2) h5{
	color:#29abe2;
}
.topcaselist dl:nth-child(3) h4,
.topcaselist dl:nth-child(3) h5{
	color:#0071bc;
}
.topcaselist p{
	padding:0 0 10px 0;
}
.topcaselist p strong{
	color: #f7931e
}


/*全体レイアウト
------------------------------------------------*/
/**ページタイトル*/
.pagetitle{
	background:url(../img/title/about.png) no-repeat center center;
	text-align: center;
	color: #fff;
	padding: 100px 0;
}
.about .pagetitle{
	background:url(../img/title/about.png) no-repeat center center;
}
.flow .pagetitle{
	background:url(../img/title/flow.png) no-repeat center center;
}
.faq .pagetitle{
	background:url(../img/title/faq.png) no-repeat center center;
}
.company .pagetitle{
	background:url(../img/title/company.png) no-repeat center center;
}
.contact .pagetitle{
	background:url(../img/title/contact.png) no-repeat center center;
}
 .pagetitle h2{
	font-size: 180%;
	background: url(../img/title/bg_pagetitle01.png) repeat-y center center ;
	padding: 5px 0;
}
 .about .pagetitle h2{
	background: url(../img/title/bg_pagetitle01.png) repeat-y center center ;
}
 .flow .pagetitle h2{
	background: url(../img/title/bg_pagetitle02.png) repeat-y center center ;
}
 .faq .pagetitle h2{
	background: url(../img/title/bg_pagetitle04.png) repeat-y center center ;
}
 .contact .pagetitle h2{
	background: url(../img/title/bg_pagetitle02.png) repeat-y center center ;
}
.mainbodywrap01{
	background: url(../img/bg_mainbodywrap01.png) no-repeat top center;
	padding:40px  0 0 0;
}

.pagecatch{
	padding:0px 0 40px 0;
	text-align: center;
}
.mainwrap{
	margin: 0px auto 50px auto;
	background: #fff;
	max-width:650px;
	padding: 50px 100px;
	/* box-shadow */
box-shadow:0px 18px 7px -7px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 18px 7px -7px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 18px 7px -7px rgba(0,0,0,0.2);
}



/*フッター
------------------------------------------------*/
.footbnr{
	padding: 50px 0;
	text-align: center;
}

.fnavi{
	background: #e6e6e6;
	padding: 20px 0;
	text-align: center;
}
.fnavi li{
	display: inline-block;
	padding: 0 30px;
	border-left: 1px solid #000;
}
.fnavi li:first-child{
	border: none;
}


.copyright{
	text-align: center;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 80%;
}


.fixcontact {
    position: fixed;
    right: 10px;
    top: 200px;
    text-align: center;
}
.fixcontact img{
	padding: 0 0 5px 0;
}


.footbtn{
	display: none;
}

/*コンテンツ
------------------------------------------------*/
/**商品・サービス案内*/
.whatstitle{
	text-align: center;
	padding: 30px 0 90px 0;
}
.whatstitle h3{
	color: #0071bc;
	padding: 40px 0;
	font-size: 150%;
}
.whatstitle h4{
	color: #4d4d4d;
	font-size: 120%;
}
.whatsboxwrap{
	text-align: center;
	background: #fff;
	max-width: 860px;
	margin: 0 auto 50px auto;
	padding: 0 0 30px 0;
	/* box-shadow */
box-shadow:0px 18px 7px -7px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 18px 7px -7px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 18px 7px -7px rgba(0,0,0,0.2);
}
.whatsbox dl{
	width:27%;
	margin: 0 2% 50px 2%;
	display: inline-block;
}
.whatsbox dt img{
	margin: -60px 0 0 0;
}
.whatsbox h4{
	padding: 10px 0;
}
.whatsbox dd p{
	text-align: left;
}
.whatscase dl{
	border:1px solid #ccc;
	max-width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	-moz-border-radius: 99px;
-webkit-border-radius: 99px;
border-radius: 99px;
}
.whatscase dt{
	display: inline-block;
	vertical-align: middle;
	width: 37%;
	
}
.whatscase dd{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 52%;
	margin:0 0 0 4%;
	font-size: 110%;
}
.whatsboxwrap strong{
	font-weight: 400;
	color: #0071bc;
}
.whatsboxwrap .whatsbox dl:nth-child(1) dd:nth-child(2) strong{
	color:#29abe2;
}
.whatsboxwrap .whatsbox dl:nth-child(2) strong{
	color:#00a99d;
}
.whatsboxwrap .whatsbox dl:nth-child(2) dd:last-child strong{
	color:#227273;
}

/*RPA活用シーン**/
.mainbodywrap02{
	background: #0069ab;
}
.mainbodywrap02 .titlebox01{
	color:#fff;
}
.mainbodywrap02 .titlebox01 h2:after{
	background: #fff;
}
.scencebox{
	text-align: center;
	padding: 50px 0;
	max-width: 850px;
	margin: 0 auto;
}
.scencebox dl{
	background: #e6e6e6;
	padding:30px 0 40px 0;
	margin: 0 0 20px 0;
}
.scencebox dt{
	color:#0069ab;
	font-weight: 800;
	font-size: 170%;
	padding: 0 0 30px 0;
}
.scencebox li{
	display: inline-block;
	padding: 0 15px;
}
/***/
.mainbodywrap03{
	background: url(../img/about/bg_pointwrap02.png) no-repeat top center;
	background-size:cover;
}
.scencecase{
	padding:50px 0;
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
}
.scencecase dl{
	display: inline-block;
	width:24%; 
	background: #fff;
	padding: 20px 0;
}
.scencecase dt{
	font-size: 160%;
	color: #29abe2;
	font-weight: 800;
	padding:0 0 10px 0;
}
.scencecase h3{
	height: 45px;
}
.scencecase dd{
	color: #0069ab;
	font-size: 120%;
}
/*費用**/
.costbox{
	padding:50px 0;
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}
.costbox ul{
	padding: 0 0 20px 0;
}
.costbox li{
	display: inline-block;
	padding:0 0px 10px 0px;
}
.costbox h3{
	background:#e6e6e6;
	padding: 5px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.costbox table{
	width:100%;
	border-collapse: collapse;
}
.costbox th,
.costbox td{
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.costbox th{
	background: #4d4d4d;
	color: #fff;
	font-weight: 400;
}
.costbox td{
	font-size: 80%;
}
/*デモ画面*/
.mainbodywrap04{
	background: url(../img/top/bg_topwrap05.png);
}
.demobox{
	max-width:800px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}
.demobox h3{
	background: #0071bc;
	color: #fff;
	padding: 15px;
	font-size: 170%;
	margin: 0 0 10px 0;
}

.movie {
    display: inline-block;
	width: 100%;
	margin: 0 0 40px 0;
}
.movie p,
.contents .movie p{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*導入の流れ**/
.flowbox{
	text-align: center;
	padding: 80px 0 0 0;
}
.stepbox{
	border:5px solid #0071bc;
	margin: 0 0 150px 0;
}
.stepbox:nth-child(2){
	border-color:#00a99d;
}
.stepbox:nth-child(3){
	border-color:#666;
}

.stepbox:nth-child(3){
	margin: 0 0 50px 0;
}
.stepbox h3 img{
	margin: -80px 0 30px 0;
}
.stepbox h4{
	font-size:180%;
	color: #0071bc;
	padding:0 0 30px 0;
}
.stepbox:nth-child(2) h4{
	color: #00a99d;
}
.stepbox:nth-child(3) h4{
	color: #666;
}
.stepbox p{
	padding:0 0 30px 0;
}
.flowcontact dl{
	padding: 20px;
	background: #f2f2f2;
	max-width: 500px;
	margin: 0 auto 30px auto;
}
.flowcontact dt{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 0 10px;
	line-height: 200%;
}
.flowcontact dd{
	display: inline-block;
	vertical-align: middle;
}
.flowmemo dl{
background: #29abe2;
color: #fff;
max-width: 600px;
margin: 0 auto -33px auto;
-moz-border-radius: 99px;
-webkit-border-radius: 99px;
border-radius: 99px;
position: relative;
}
.stepbox:nth-child(2) .flowmemo dl{
	background: #227273;
}
.stepbox:nth-child(3) .flowmemo dl{
	background: #e6e6e6;
	color: #666;
}
.flowmemo dt{
	position: absolute;
	top:-10px;
	left: 10px;
}
.flowmemo dd{
	text-align: left;
	padding: 10px 10px 10px 90px;
	font-size: 90%;
}

/**よくある質問*/
.faqmenu {
	text-align: center;
	margin: 0 0 40px 0;
}
.faqmenu li{
	display: inline-block;
	font-weight: 800;
	width: 30.5%;
	margin: 0 1%;
}
.faqmenu li a{
	display: block;
	background: #29abe2;
	color: #fff;
	padding: 5px;	
}
.faqmenu li:nth-child(2) a{
	background: #00a99d;
}
.faqmenu li:nth-child(3) a{
	background: #006ebc;
}
.faqmenu li a:before{
	content:"●";
}
.faqbox {
	padding:0 0 30px 0;
}
.faqbox h3{
	background: #29abe2;
	color: #fff;
	text-align: center;
	font-size: 120%;
	-moz-border-radius: 99px;
-webkit-border-radius: 99px;
border-radius: 99px;
padding: 5px;
margin: 0 0 40px 0;
}
.faqbox:nth-child(2) h3{
background: #00a99d;
}
.faqbox:nth-child(3) h3{
background: #006ebc;
}
.faqbox dt{
	border-bottom: 2px solid #0071bc;
	color: #0071bc;
	font-weight: 800;
	padding: 10px 10px 10px 50px;
	background: url(../img/faq/bg_q.png) no-repeat top left;
}
.faqbox dd{
	border-bottom: 1px dotted #c1272d;
	padding:10px 10px 10px 90px;
	margin: 0 0 20px 0;
	font-size: 90%;
	background: url(../img/faq/bg_a.png) no-repeat 20px 10px;
}

/**会社概要*/
.companybox .titlebox01{
	color:#000;
}
.companybox .titlebox01 h2:after{
	background: #000;
}
.table01{
	width:100%;
	border-collapse: collapse;
	border-top: 1px dotted #ccc;
	margin: 0 0 40px 0;
}
.table01 th,
.table01 td{
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
.table01 th{
	background:#f2f2f2;
	font-weight: 400;
}
















.pager {
	text-align: center;
	padding: 10px 0 30px 0;
}
.pager span,
.pager a{
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ccc;
	
	
}

.pager .current{
	background: #E4E4E4 ;
	
	
}


.pageset{
	padding: 10px;
	margin: 0 0 30px 0;
	text-align: center;
	font-family:"Times New Roman", Times,  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝","Sawarabi Mincho", serif;
}
.pageset li{
display: inline-block;
}
.pageset li a{
color: #fff;
display: block;
padding: 2px 30px;
}
.pagebefore{
	
}
.pagenext{

}














/*フォーム*/
.formbox{
padding: 30px;
border: 1px solid #ccc;

}

.formbox table{
	width:80%;
	margin: 0 auto 20px auto;
}
.formbox td,
.formbox th{
	padding:10px;
}

.formbox th {
font-weight:400; 
width: 30%;
background: #E4E4E4;
}

input[type="text"],
textarea{
	width: 100%;
}


.linkbtn01,
.linkbtn02{
background: #002060;
	text-align: center;
	color: #fff;
	display: inline-block;
font-size: 120%;
text-decoration: none;
padding: 10px 20px;
border:0px;
cursor:pointer;
margin: 0 10px 10px 10px;
font-family:"Times New Roman", Times,  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝","Sawarabi Mincho", serif;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.linkbtn02{
background: #dd494f;

}


.sizebox dl{
	display: inline-block;
	text-align: center;
	width: 45%;
	padding: 15px 0 15px 0;
}




/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {	

.gnavi{
	display: block!important;
}




.leftbox{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 0;
}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}




}





/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 768px) {}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {


.mainbody,
.header .mainbody{
	margin:0 20px;
	width:auto;
}


input,
textarea{
	width: 90%;
}

/*ヘッダー
------------------------------------------------*/
.header{
	padding: 10px 0;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 10000;
}
.logo{
	display: inline-block;
	float: left;
}
.logo {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0px 0 0;
}
.logo img{
	height: 40px;
}

.headerright{
	display: none;
}
.gnavi{
	display: none;
	position: fixed;
	top: 60px;
	width: 100%;
	z-index: 10000;
}
.gnavi li{
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
}

.gnavi li ul{
	display: none;
	background: #eee;
}
.closebtn{
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px;
	margin: 0 -20px;
	background: #00275b;
}





.menu-icon{
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #0071bc;
	border: 1px solid #fff;
	padding: 5px;
	z-index: 10000;
}
.menu-icon{
	width: 30px;
}



/*メインビジュアル
------------------------------------------------*/
.mainvisual{
	background-size: 1200px;
	height: 220px;
	margin:60px  0 0 0;
}
.maincatch {
    margin: 0 0 30px 0;
}

/*メインメニュー
------------------------------------------------*/

/*トップページ
------------------------------------------------*/
/*こんなお困りごとはありませんか？*/

.toptrouble{
	padding: 0 0 20px 0;
}
.toptrouble h2 img{
	margin: -20px 0 20px 0;
}
.toptrouble li{
	padding: 5px 5px;
}
.toptrouble li:nth-child(even){
	padding-top: 5px;
}

/*RPAロボパット*/
.toprobopattitle{
	padding:50px 0 30px 0;
}
.toprobopattitle h3{
	font-size: 120%;
	padding:20px 0 0 0;
}

.toprobopat{
	text-align: center;
	padding: 30px 0;
}
.topwrap03 li{
	padding:5px 0;
}
.topwrap03 li:nth-child(even){
	padding:0 0 0 0px;
}
.toprobopat ul{
	padding:0 0 30px 0;
}

/*費用*/
.topcost{
	padding:30px 0;
}
.titlebox01{
	padding: 0 0 20px 0;
}

.topcost ul{
	padding:0 0 20px 0;
}


/*RPA導入のメリット*/
.topmerit {
	padding:30px 0;
}

.topmerit li{
	padding:5px;
}
.topmerit li:nth-child(even){
	margin: 0  0 0 0px;
}

/*RPA活用例*/
.topexample{
	padding:30px 0;
}
.topexample h3{
	font-size: 130%;
	padding:0px 0 30px 0;
}
.topexample dl{
	width:auto;
}
.topexample dd{
	height: auto;
}


/*税理士事務所だからこそ気付けたRPAの価値*/

.topcase{
	padding:50px 0 0 0;
}

.topcasebox{
	padding: 20px;
}


.topcaselist dl{
background: #fff;
margin: 0 0 60px 0;
padding: 0 20px 30px 20px;
}

.topcaselist dt{
	width: auto;
	display: block;
}
.topcaselist dd{
	width: auto;
	display: block;
}
.topcaselist h4{
	font-size: 180%;
	color:#00a99d;
}








/*全体レイアウト
------------------------------------------------*/
/**ページタイトル*/
.pagetitle{
	padding: 30px 0;
	margin:60px  0 0 0;
}
.about .pagetitle,
.flow .pagetitle,
.faq.pagetitle,
.company .pagetitle,
.contact .pagetitle{
	background-size: cover;
}

 .pagetitle h2{
	font-size: 150%;
}
 .about .pagetitle h2,
 .flow .pagetitle h2,
 .faq .pagetitle h2,
 .company .pagetitle h2,
 .contact .pagetitle h2{
	background-size: contain;
}
.mainbodywrap01{
	padding:20px 0 0 0;
}

.pagecatch{
	padding:20px 0 0 0;
	text-align: center;
}
.mainwrap{
	margin: 20px 0 30px 0;
	padding: 20px 20px;
	
}




/*フッター
------------------------------------------------*/
.footbnr{
	padding: 20px 0;
	text-align: center;
}


.fnavi{
	display: none;
}

.copyright{
	font-size: 70%;
}



/*コンテンツ
------------------------------------------------*/
/**商品・サービス案内*/
.whatstitle{
	padding:0 0 30px 0;
}
.whatstitle h3{
	padding: 20px 0;
	font-size: 130%;
}
.whatstitle h4{
	font-size: 110%;
}
.whatsboxwrap{
	margin: 0 auto 30px auto;
	padding: 20px;
}
.whatsbox dl{
	width:auto;
	margin: 0 2% 30px 2%;
	display: block;
}
.whatsbox dt img{
	margin: 0px 0 0 0;
}
.whatscase dl{
	border:1px solid #ccc;
	max-width: 700px;
	margin: 0 auto;
	padding: 20px 20px;
	-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
}
.whatscase dt{
	display: block;
	width: auto;
	padding: 0 0 10px 0;
}
.whatscase dd{
	display: block;
	width: auto;
}

/*RPA活用シーン**/
.scencebox{
	text-align: center;
	padding: 30px 0;
}
.scencebox li{
	display: block;
	padding: 0 0 20px 0;
}
/***/

.scencecase{
	padding:30px 0;
}
.scencecase dl{
	display: block;
	width:auto; 
	padding: 20px 0;
	margin: 0 0 2px 0;
}

/*費用**/
.costbox{
	padding:30px 0;
}

/*デモ画面*/

.demobox{
	padding: 30px 0;
}
.demobox h3{
	font-size: 130%;
}


/*導入の流れ**/
.flowbox {
    padding: 80px 0 50px 0;

}
.stepbox{
	margin: 0 0 170px 0;
	padding: 20px;
}

.stepbox h3 img{
	margin: -80px 0 20px 0;
}
.stepbox h4{
	font-size:150%;
	padding:0 0 20px 0;
}

.stepbox p{
	padding:0 0 30px 0;
}
.flowcontact dl{
	padding: 10px;
	margin: 0 auto 30px auto;
}
.flowcontact dt{
	display: block;
	padding: 10px 0;
	font-size: 80%;
	text-align: center;
}
.flowmemo{
	padding:10px 0 0 0;
}
.flowmemo dl{
background: #29abe2;
color: #fff;
max-width: 680px;
margin: 40px auto -70px auto;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
position: relative;
}

.flowmemo dt{
	position: relative;
	top:auto;
	left: auto;
}
.flowmemo dt img{
	margin: -60px 0 0 0;
}
.flowmemo dd{
	padding: 10px 10px 10px 10px;
}

/**よくある質問*/

.faqmenu li{
	display: block;
	width: auto;
	margin: 0 0 5px 0;
}
.faqbox h3{
margin: 0 0 20px 0;
}

















/*フォーム*/
.formbox{
padding: 20px 10px;
margin: 0 0 50px 0;
}

.formbox table{
	border-collapse:collapse;
	width:100%;
	text-align: left;
	margin: 0 0 20px 0;
}
.formbox td,
.formbox th{
	display: block;
	padding: 5px;
}

.formbox th,
.formbox td{
padding:5px 5%;
	width: 90%;
}


.table01{
	width:100%;
}

input[type="text"], textarea {
    padding: 5px 5%;
	width: 90%;
}
.zip{
	width:30%;
}

.linkbtn01,
.linkbtn02{
display: block;
font-size: 110%;
width: 80%;
margin: 0 auto 10px auto;
}

.sizebox dl{
	width: 100%;
	padding: 0 0 30px 0;
}


.pageset li a{
color: #fff;
display: block;
padding: 2px 5px;
font-size: 80%;
}







/*フッター
------------------------------------------------*/
.fixcontact {
	display: none;
}

.footbnr{
	display: none;
}

.fixedfootmenu{
	display: none;
}

.copyright{
	margin: 50px 0 0 0;
}



.fixsidemenu{
	display: none;
}

.footbtn{
display: block;
background: rgba(0,0,0,0.8);
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
}
.footbtn ul{
	padding: 20px;
}

.onlypc{
	display:none;
}
.onlysp{
	display: block;
}



.spblock{
	display: block;
}

}











