@charset "utf-8";


/*===============================================
smart.css  画面の横幅が650px以上でトグルメニュー非表示
===============================================*/
@media only screen and (min-width : 651px ){
		div.toggle span{
	display: none;
}
}
/*===============================================
smart.css  画面の横幅が650pxまで
===============================================*/
@media only screen and (max-width:650px){


/*
------------------------------------------------
Common Layout
------------------------------------------------*/
html,body{
    width: 100%;
	}
body {
	background:#FFF;
	}
body .pc {
	display:none;
	}
img{
	max-width: 100%;
	height: auto;
	width:auto;
	}
#wrap{
	overflow: hidden;	
	}
/*
------------------------------------------------
Header Layout
------------------------------------------------*/
header .logo{
	width:70.5px;
	height: 60px;
	margin: 5px 0 5px 10px;
}
	
header p,
header dl{
	display: none;
	}
/*トグルメニュー*/
.toggle {
    position: absolute; /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 13px;
    display: block;
    width: 45px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    background: #FFFFFF;
	}
.toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 70%;
    border-bottom: solid 3px #1e9b32;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
	}
.toggle span:nth-child(1) {
    top: 3px;
	}
.toggle span:nth-child(2) {
    top: 13px;
	}
.toggle span:nth-child(3) {
    top: 23px;
	}
.toggle span:nth-child(4) {
    border: none;
    top: 28px;
    left: 5px;
    font-size: 12px;
    font-weight: bold;
	}
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	}	
/* .global_nav */
#gnavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding-top: 70px;
    text-align: center;
    background: #FFFFFF;
    transition: all 0.8s;  
	}
#gnavi .nav_li {
    width: 100%;
    list-style-type: none;
	}
#gnavi .nav_li a {
    display: block;
    color: #000;
	}			
/* .global_navに.activeが追加 */
#gnavi.active {
    transform: translateY(0%);
	}	
/*トグルメニューここまで*/	
#gnavi ul li {
	border-bottom:#CCC 1px solid; 
	}
#gnavi ul li:first-child{
	border-top:	#CCC 1px solid;
	}
#gnavi ul li a {
	display:block; 
	padding: 15px 8px;
	transition-duration:0.3s;
	text-decoration: none;
	transition-timing-function:ease-out;
	}
#gnavi ul li a:hover {
	background:#D6FFE6;
	}



/*
------------------------------------------------
Main Layout
------------------------------------------------*/

	


/*
------------------------------------------------
Link Set
------------------------------------------------*/

a:link		{text-decoration:none; color:#E55212;}
a:visited	{text-decoration:none; color:#E55212;}
a:hover		{text-decoration:none; color:#E55212;}
a:active	{text-decoration:none; color:#E55212;}


/*
------------------------------------------------
Table Layout
------------------------------------------------*/


/*
------------------------------------------------
導線ブロック
------------------------------------------------*/




/*
------------------------------------------------
Footer Layout / OK
------------------------------------------------*/




/*
------------------------------------------------
Common Layout
------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #1e9b32;
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:link {
    text-decoration: none;
    background: #1e9b32;
}
#page-top a:visited {
    text-decoration: none;
    background: #1e9b32;
}


#about div.main{
	background: url(../img/about/main_visual.jpg) no-repeat center;
	background-size: cover; height: 200px;
}
#company div.main{
	background: url(../img/company/main_visual.jpg) no-repeat center;
	background-size: cover; height: 200px;
	}
#contact div.main{
	background: url(../img/contact/main_visual.jpg) no-repeat center;
	background-size: cover; height: 200px;
}
#flow div.main{
	background: url(../img/flow/main_visual.jpg) no-repeat right;
	background-size: cover; height: 200px;
}
#plan div.main{
	background: url(../img/plan/main_visual.jpg) no-repeat center;
	background-size: cover; height: 200px;
}
#privacy div.main{
	background: url(../img/privacy/main_visual.jpg) no-repeat right;
	background-size: cover; height: 200px;
}
#service div.main{
	background: url(../img/service/main_visual.jpg) no-repeat center;
	background-size: cover; height: 200px;
}
#works div.main{
	background: url(../img/works/main_visual.jpg) no-repeat center;
	background-size: cover; height: 200px;
}
#case div.main{
	background: url(../img/case/main_visual.jpg) no-repeat center;
	background-size: cover; height: 200px;
}
#case div.mainSora{
	background: url(../img/case/main_visual_sora.jpg) no-repeat center;
	background-size: cover; height: 200px;
}
#case div.mainRecruit{
	background: url(../img/case/main_visual_recruit.jpg) no-repeat center;
	background-size: cover;	height: 200px;
}
#case div.mainEstate{
	background: url(../img/case/main_visual_estate.jpg) no-repeat center;
	background-size: cover;	height: 200px;
}
#case div.mainOpenCampus{
	background: url(../img/case/main_visual_opencampus.jpg) no-repeat center;
	background-size: cover;	height: 200px;
}
#system div.main{
	background: url(../img/system/main_visual.jpg) no-repeat center;
	background-size: cover;	height: 200px;
}
#live div.main{
	background: url(../img/live/main_visual.jpg) no-repeat center;
	background-size: cover;	height: 200px;
}
#technology div.main{
	background: url(../img/technology/main_visual.jpg) no-repeat;
	background-size: cover;	height: 200px;
}
#suggestion div.main{
	background: url(../img/suggestion/main_visual.jpg) no-repeat;
	background-size: cover;	height: 200px;
}
#news div.main{
	background: url(../img/news/main_visual.jpg) no-repeat;
	background-size: cover;	height: 200px;
}
.contents h1 {
	width: 90%;
	margin: 10px 5%;
	text-align: center;
}
.contents .box01 {
	width: 90%;
	max-width:650px;
	margin-bottom:40px;
	padding: 0 5%;
}	
.contents .box01 h2 { 
	text-align:center;
	margin: 4.0em 0;
	font-size:25px;
}
.contents .box01 h2 span {
	border-bottom: solid 3px #31D100;
}
.contents .box01 h2 span span {
	font-size:30px;
	color:#31D100;
	border-bottom: none;
}
.heightLow30 {
	margin-bottom:0px;
}

/*=====削除予定
.contents .box01 h3 {
	font-weight:bold;
	font-size:1.0em; 
	color:#005791;
	background-color:#D3E6EB;
	margin-bottom:1.0em;
	padding:0.5em 1.0em;
}=========*/


.contents .box01 .catch h3 {
	font-size:20px;
	color:#31D100;
	border-bottom: none;
	background:none;
}

.contents .box01 .catch p {
	margin-bottom:20px;
}
.contents .btn_kasou a{
	display: block;
	text-decoration: none;
	width: 250px;
	padding: 10px 0;
	margin: 20px auto;
	text-align: center;
	color: #1e9b32;
	background-color: #FFF;
	border: 1px #1e9b32 solid;
	border-radius: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.contents .btn_kasou a:hover{
	display: block;
	text-decoration: none;
	background-color: #1e9b32;
	color: #fff;
	width: 250px;
	padding: 10px 0;
	margin: 20px auto;
	border: 1px #1e9b32 solid;
	border-radius: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}	
.contents div.box_color_02{
	background-color: #eee;
	padding: 1.0em 0;
}

.contents div.box_color_03{
	padding: 1.0em 0;
}
.contents div.box_color_03 .box03{
	width: 90%;
	margin: 0 auto;
	padding:30px 0 30px 0;
	text-align:center;
}
.contents div.box_color_03 .box03 h4{
	font-size:20px;
	color:#1E9B32;
	border-bottom: none;
	margin-bottom:20px;
	font-weight:bold;
}
.contents div.box_color_03 .box03 .bnrBox{
	width: 95%;
	text-align:center;
	padding: 0;
	margin:0 auto;
	margin-bottom: 10px;
}

.contents div.box_color_02 .box02{
	width: 90%;
	margin: 0 5%;
}	
.contents div.box_color_02 .box02 .tel,
.contents div.box_color_02 .box02 .mail_contact{
	width: 95%;
	height:100px;
	padding: 1.5em 0 1.5em 0;
	background-color: #fff;
	text-align: center;
	margin: 10px 2.5%;
}
.contents div.box_color_02 .box02 .tel dl dt,
.contents div.box_color_02 .box02 .mail_contact dl dt{
	color: #ff9000;
	font-size:1.2em;
	font-weight: bold;
}
.contents div.box_color_02 .box02 .tel dl dt{
	margin-bottom: 2px;
}
.contents div.box_color_02 .box02 .mail_contact dl dt{
	margin-bottom:20px;
}
.contents div.box_color_02 .box02 .tel dl dd{
	font-size:1.2em;
}
.contents div.box_color_02 .box02 .tel dd img{
	margin-right:8px;
}
.contents div.box_color_02 .box02 .tel p{
	font-size: 0.8em;	
	}
.contents div.box_color_02 .box02 .mail_contact dl dd a{
	display: block;
	width:180px;
	margin: 0 auto;
	padding: 0.8em 1.2em;
	text-align: center;
	border-radius: 5px ;
	color:#fff;
	background-color: #ff9000;
	font-size: 1.0em;
}
.contents div.box_color_02 .box02 .mail_contact dl dd a:hover{
	background-color: #FFA93A;
	color:#FFF3E5;
	font-size: 1.0em;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;	
}
.contents div.box_color_02 .box02 .mail_contact dd img{
	margin-right: 5px;
}
.contents .work dl dd.kind,
.contents .work dl dd.use,
.contents .work dl dd.place{
	padding: 2px 5px;
	color: #fff;
	margin: 0 5px 5px 0;
}
.contents .work dl dd.kind{	
	background-color: #0072ff;
}
.contents .work dl dd.use{
	background-color: #65d443;
}
.contents .work dl dd.place{
	background-color: #ff8814;
}
.contents .work dl dd.customer{
	margin-top: 5px;
}	
/*
------------------------------------------------
Footer
------------------------------------------------*/
footer{
	width: 100%;
}
footer ul li a{
	display: block;
	color: #000;
	border-bottom: 1px #B1B1B1 solid;
	text-align: center;
	padding: 10px 0;
}
footer ul li a:visited,
footer ul li a:link{
	color: #000;
}
footer address {
	color:#fff;
	font-size: 0.4em;
	text-align: center;
	background-color: #434343;
	padding:2.0em 0 2.0em 0;
}	
	
	
/*
------------------------------------------------
TopPage
------------------------------------------------*/
#top {
	width: 100%;
}
#top ul.concept{
	margin-bottom: 2.0em;
}
#top ul.concept li { 
	text-align:left; 
}
#top p.icon{
	margin-bottom: 2.0em;	
	}
#top div.box_color_01{
	background-color: #fbfbfb;
	padding: 30px 0;
}
#top div.box_photo_01{
	background-image: url(../img/top/top_image.jpg);
	background-size: cover;
	padding: 50px 0;
	margin-bottom:2.0em;
}
#top div.box_photo_01 h2{
	text-align: center;
	margin-bottom: 60px;
}
#top div.box_photo_01 ul.top_list01{
	width: 90%;
	margin: 0 5%;
}
#top div.box_photo_01 ul.top_list01 li { 
	width: 90%;
	padding: 10px 0;
	margin:10px 5%;
	font-weight:bold;
	text-align: center;
	background-color:#fff;
	border: 1px #CCCCCC solid;
}
ul.top_list02{
	width: 95%;
	margin: 0 2.5%;
}
ul.top_list02 li { 
	width: 38%;
	padding: 10px 0;
	margin:10px 5%;
	font-weight:bold;
	text-align: center;
	background-color:#fff;
	border: 1px #CCCCCC solid;
	float:left;
}
#top .work p {
	margin-bottom:1.0em;
}
#top .work dl {
	width:90%;
	margin:0 5% 1.0em 5%;
}
#top .work dl dt img { 
	margin-bottom:0.5em;
}
#top .work dl dd{
	float: left;
}
	
/*
------------------------------------------------
About
------------------------------------------------*/
#about ul.concept{
	margin-bottom: 4.0em;
}
#about dl.about_box{
	margin:0 0 2.0em 0;
}
#about dl.about_box dt {
	font-size:1.0em;
	font-weight:bold;
	padding: .25em 0 .5em .25em;
	border-left: 6px solid #8be18b;
	border-bottom: 1px solid #8be18b;
	margin-bottom: 1.0em;
}
#about dl.about_box dt span{
	margin: 0 5px 0 5px;
	color: #1e9b32;
	font-weight: bold;
	font-size: 1.0em;
}	
#about dl.about_box dd {
	margin:0 0.5em ;
}
#about dl.end{
	margin-bottom: 2.0em;
}	
#about ul.top_list01{
	width: 90%;
	margin: 0 5%;
}
#about ul.top_list01 li { 
	width: 100%;
	padding: 10px 0;
	margin:10px 0;
	text-align: center;
	font-weight:bold;
	background-color:#fff;
	border: 1px #CCCCCC solid;
}
#about ul.top_list01 li:first-child { 
	margin-bottom: 0;
}
/*
------------------------------------------------
PlanPage
------------------------------------------------*/
#plan .plan ul.plan_box_01{
	margin-bottom: 1.0em;		
}
#plan .plan dl.caution{
	border:dashed 2px #58bb90;
	padding: 1.0em 1.0em;
	margin-bottom: 2.0em;
}
#plan .plan dl.caution dt{
	color: #58bb90;
	font-weight: bold;
	margin-bottom: 10px;
}
#plan .plan dl.caution dt img,
#plan .plan dl.caution dd img{
	margin-right: 5px;
}
#plan .plan dl.caution dd{
	font-size: 0.8em;
	margin-bottom: 0.2em;
	text-indent:-0.5em;
	padding-left:0.5em;
}
#plan .plan dl.presents{
	border:dashed 2px #f00;
	padding: 1.0em 1.0em;
	margin-bottom: 2.0em;
}
#plan .plan dl.presents dt{
	color: #f00;
	font-weight: bold;
	margin-bottom: 10px;
	font-size:140%;
}
#plan .plan dl.presents dt img,
#plan .plan dl.presents dd img{
	margin-right: 5px;
}
#plan .plan dl.presents dd{
	font-size: 0.8em;
	margin-bottom: 0.2em;
	text-indent:-0.5em;
	padding-left:0.5em;
}
#plan .plan dl.end_01{
	margin-bottom: 4.0em;
}	
#plan table.tbl01{
	margin-bottom: 40px;
}
#plan table.tbl01 th {
	padding:5px 0;
	color:#fff;
	text-align:center;
	background-color:#1e9b32; 
	border: 1px #CCCCCC solid;
	vertical-align:middle;
	font-size:0.8em;
}
#plan table.tbl01 td {
	padding:5px 0;
	font-size: 0.8em;
	background-color:#FFFFFF;
	border: 1px #CCCCCC solid;
	text-align:center;
	vertical-align:middle;
}
#plan .plan table td.title {
	color:#1e9b32;
	font-weight:bold;
	text-align:center;
	background-color:#fff;
	font-size: 0.8em;
}
#plan .plan table tr.price td {
	font-size:0.8em;
	font-weight:bold; 
	color:#C00;
}
#plan table.tbl02{
	width: 100%;
	display: block;
}
#plan table.tbl02 th {
	padding:15px 0;
	color:#fff;
	font-size: 0.8em;
	text-align:center;
	background-color:#1e9b32; 
	border: 1px #CCCCCC solid;
	vertical-align:middle;
}
#plan table.tbl02 .green_back{
	background-color:#1e9b32;
	color:#fff;
	font-size: 0.8em;
	}
#plan table.tbl02 td {
	padding:5px 0px;
	font-size: 0.8em;
	background-color:#FFFFFF;
	border: 1px #CCCCCC solid;
	text-align:center;
	vertical-align:middle;
}
#plan .plan table.tbl02 tr td.price {
	font-size:0.8em;
	color:#C00;
}
#plan .priceBox {
	margin: 20px auto;
	background-color: #FFFFFF;
	padding: 10px 40px;
	text-align:center;
}
#plan .priceBox p {
	font-size:40px;
}
#plan .priceBox p span {
	font-size:25px;
	color:#1e9b32;
}
#plan .priceBox p.subtxt {
	font-size:12px;
}
#plan .gray_back{
	background-color: #ededed;
	padding: 20px 0;	
}
#plan .gray_back .detail {
	margin:0 auto;
    text-align:center;
	width:8.5em;
	padding:5px 0 0 0;
}
#plan .gray_back .detail a {
	display:block;
	font-size:12px;
    background: #1e9b32;
	border-radius: 5px;
	color:#FFF;
}
#plan .gray_back .detail a:hover {
    text-decoration: none;
    background: #9fe3aa;
}
/*
------------------------------------------------
FlowPage
------------------------------------------------*/
#service .box01 ul{
	margin-bottom: 2.0em;
}
#service ul.exp_ul{
	width: 266px;
	margin: 0 auto;
	}
#service ul.exp_ul li.smart_01 img{
	width: 100px;
	height:100px;
}
#service ul.exp_ul li.smart_02 img{
	width: 56px;
	height:126px;
	margin: 0 5px;
}	
#service .box01 ul.step_ul{
	width: 100%;
	}
#service .box01 ul.step_ul li.step img.step_img_sma{
	display: block;
	margin: 0 auto;
	}
#service .box01 ul.step_ul li.step span{
	display: block;
	margin: 20px 0 10px 0;
}
#service .box01 ul.step_ul li.step img.step_img{
	margin-right: 10px;
}
#service .gray_back{
	background-color: #ededed;
	padding: 20px 0;	
}
#service .gray_back div.smart_box{
	width:85%;
	margin: 10px 2.5%;
	background-color: #FFFFFF;
	padding: 30px 5%;
}
#case .gray_back .smart_box p {
	margin-bottom:15px;
}
#case .gray_back .smart_box .detail {
	margin:0 auto;
    text-align:center;
	width:8.5em;
}
#case .gray_back .smart_box .detail a {
	display:block;
	font-size:12px;
    background: #1e9b32;
	border-radius: 5px;
	color:#FFF;
}
#case .gray_back .smart_box .detail a:hover {
    text-decoration: none;
    background: #9fe3aa;
}
#case .gray_back .smart_box h4:before,
#case .gray_back .smart_box h4:after {
  content: " ～ ";
}
#case .gray_back .smart_box ul {
  margin-left:10px;
  margin-top:7px;
}
#case .gray_back .smart_box ul li:before {
    content: "◆ ";
}
#service .gray_back div.smart_box h3 {
	font-size:1.0em;
	font-weight:bold;
	padding: .25em .25em .5em .5em;
	border-left: 6px solid #8be18b;
	border-bottom: 1px solid #8be18b;
	margin-bottom: 1.0em;
}
#service .gray_back div.smart_box ul{
	margin-bottom: 2.0em;		
}
#service .gray_back div.smart_box p{
	text-align: center;
}
#service .box01 dl.small_box{
	margin-bottom:2.0em; 	
	}
#service .box01 dl.small_box dt {
	font-size:1.0em;
	font-weight:bold;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #8be18b;
	border-bottom: 1px solid #8be18b;
	margin-bottom: 0.5em
}
#service dl.box_point {
	border:dashed 2px #58bb90;
	padding: 1.0em;
	margin: 0 0 2.0em 0;
}
#service dl.box_point dt{
	color: #58bb90;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: none;
}
#service dl.box_point dt img,
#service dl.box_point dd img.mr10{
	margin-right: 5px;
}
#service dl.box_point dd{
	font-size: 0.8em;
	margin-bottom: 0.6em;
	text-indent:-1.0em;
	padding-left:1.0em;
}
#service .box01 dl.small_box .img{
	margin-top:2.0em;
	text-align: center;
}
/*
------------------------------------------------
FlowPage
------------------------------------------------*/
#flow .box_flow{
	margin-bottom:2.0em;
}
#flow .box_flow .box_flow_left{
	display: block;
	margin: 0 auto 1.0em auto;
}	
#flow .box_flow ul{
	margin-bottom: 1.0em;
}
#flow .box_flow_01 dl{
	border:dashed 2px #58bb90;
	padding: 1.0em 1.0em;
}
#flow .box_flow_01 dl dt{
	color: #58bb90;
	font-weight: bold;
	margin-bottom: 5px;
}
#flow .box_flow_01 dl dt img,
#flow .box_flow_01 dl dd img{
	margin-right: 5px;
}	
#flow img.arrow{
	display: block;
	margin: 1.0em auto 2.0em auto;
}
#flow .flow_text{
	margin: 1.0em auto 0 auto;
}
/*
------------------------------------------------
WorksPage
------------------------------------------------*/
#works .work ul {
	margin-bottom:2.0em;
}
#works .work .work_list dl{
	margin-bottom: 6.0em;
}
#works .work .work_list dl dd{
	float: left;
}
#works .work .work_list dl dt{
	margin-bottom:0.5em;
}
#works .work .work_list dl dt .caption {
	font-size:1.0em;
	text-decoration: underline;
}
#works .work .work_box dl{
	width:100%;
	margin:0 auto 2.0em auto; 
}
#works .work_box dl{
	width: 100%;
}
#works .work_box dl dt { 
	margin-bottom: 0.5em;
	text-align: center;
}
#works .work_box dl dd.kind,
#works .work_box dl dd.use,
#works .work_box dl dd.place{
	padding: 2px 5px;
	color: #fff;
	margin: 0 5px 5px 0;
}
#works .work_box dl dd.kind{	
	background-color: #0072ff;
}
#works .work_box dl dd.use{
	background-color: #65d443;
}
#works .work_box dl dd.place{
	background-color: #ff8814;
}
#works .work_box dl dd.customer{
	margin-top: 5px;
}
#works .work_box dl dd{
	float: left;
}
#works .work_box ul.exp_ul{
	width:100%;
	margin:0 auto 2.0em auto;
}
#works .work_box .btn_kasou_02 a{
	display: block;
	width: 120px;
	padding: 10px 0;
	text-align: center;
	color:#1e9b32;
}	
/*
------------------------------------------------
Case
------------------------------------------------*/

#case .gray_back{
	background-color: #ededed;
	padding: 20px 0;	
}
#case .gray_back div.smart_box{
	width:85%;
	margin: 10px 2.5%;
	background-color: #FFFFFF;
	padding: 30px 5%;
}
#case .gray_back div.smart_box h3 {
	font-size:1.0em;
	font-weight:bold;
	padding: .25em .25em .5em .5em;
	border-left: 6px solid #8be18b;
	border-bottom: 1px solid #8be18b;
	margin-bottom: 1.0em;
}
#case .gray_back div.smart_box ul{
	margin-bottom: 2.0em;		
}

#case .gray_back .right_box_01{
	padding: 20px 0px 20px 0;
	text-align:center;
}
#case ul.exp_ul{
	width: 300px;
	margin: 0 auto;
	margin-top:-50px;
	margin-bottom:30px;
	}
#case ul.exp_ul li.smart_01 img{
	width: 80px;
	height:100px;
}
#case ul.exp_ul li.smart_02 img{
	width: 20px;
	height:63px;
	margin: 20px 5px;
}
#case dl.about_box{
	margin:0 0 2.0em 0;
}
#case dl.about_box dt {
	font-size:1.0em;
	font-weight:bold;
	padding: .25em 0 .5em .25em;
	border-bottom: 1px solid #8be18b;
	margin-bottom: 1.0em;
}
#case dl.about_box dt span{
	margin: 0 5px 0 5px;
	color: #1e9b32;
	font-weight: bold;
	font-size: 1.5em;
}	
#case dl.about_box dd {
	margin:0 0.5em ;
}
#case dl.end{
	margin-bottom: 2.0em;
}
#case .caution{
	border:dashed 2px #58bb90;
	padding: 1.0em 1.0em;
	margin-bottom: 2.0em;
}
#case .collabo img {
	margin:0 auto;
	margin-bottom:20px;
	width: 300px;
	height:116px;
}
#case .smart_box4wrap {
	margin: 0 auto;
	padding: 10px 0px;
}
#case .smart_box4 {
	float:left;
	width:48%;
	margin-right: 4px;
	margin-left: 4px;
	padding: 0px 0px;
}
#case .smart_box4 img {
	width:98%;
}
#case .smart_box2wrap {
	margin: 0 auto;
	padding: 10px 0px;
}
#case .smart_box2 {
	float:left;
	width:200px;
	margin-right: 4px;
	margin-left: 4px;
	padding: 0px 0px;
	text-align:center;
}
#case .smart_box2 img {
	width:200px;
}
#case .priceBox {
	margin: 20px auto;
	background-color: #FFFFFF;
	padding: 10px 40px;
	text-align:center;
}
#case .priceBox p {
	font-size:40px;
}
#case .priceBox p span {
	font-size:25px;
	color:#1e9b32;
}
#case .priceBox p.subtxt {
	font-size:12px;
}
#case .work .work_box dl{
	width:100%;
	margin:0 auto 2.0em auto; 
}
#case .work_box dl{
	width: 100%;
}
#case .work_box dl dt { 
	margin-bottom: 0.5em;
	text-align: center;
}
#case .work_box dl dd.kind,
#case .work_box dl dd.use,
#case .work_box dl dd.place{
	padding: 2px 5px;
	color: #fff;
	margin: 0 5px 5px 0;
}
#case .work_box dl dd.kind{	
	background-color: #0072ff;
}
#case .work_box dl dd.use{
	background-color: #65d443;
}
#case .work_box dl dd.place{
	background-color: #ff8814;
}
#case .work_box dl dd.customer{
	margin-top: 5px;
}
#case .work_box dl dd{
	float: left;
}
#case .work_box ul.exp_ul{
	width:100%;
	margin:0 auto 2.0em auto;
}
#case .work_box .btn_kasou_02 a{
	display: block;
	width: 60px;
	padding: 10px 0;
	text-align: center;
	color:#1e9b32;
}


#case .box_flow{
	margin-bottom:2.0em;
}
#case .box_flow .box_flow_left{
	display: block;
	margin: 0 auto 1.0em auto;
}	
#case .box_flow ul{
	margin-bottom: 1.0em;
}
.box_flow_01 dl{
	border:dashed 2px #58bb90;
	padding: 1.0em 1.0em;
}
.box_flow_02 dl{
	border:dashed 2px #990000;
	padding: 1.0em 1.0em;
}
.box_flow_recVoice dl{
	border:solid 2px #cccccc;
	padding: 1.0em 1.0em;
}
.box_flow_01 dl dt{
	color: #58bb90;
	font-weight: bold;
	margin-bottom: 5px;
}
.box_flow_02 dl dt{
	color: #990000;
	font-weight: bold;
	margin-bottom: 5px;
}
.box_flow_01 dl dd,
.box_flow_02 dl dd{
	font-size: 1.2em;
	margin-bottom: 0.3em;
	text-indent:-0.7em;
	padding-left:1.8em;
}
.box_flow_01 dl dd i,
.box_flow_02 dl dd i{
	margin-right:0.5em;
}
#case .box_flow_recVoice dl dt{
	color: #444444;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}
#case .box_flow_recVoice dl ul{
	margin-bottom:30px;
}
#case .box_flow_recVoice dl ul h5{
	color: #444444;
	font-size: 0.8em;
	font-weight: bold;
	margin: 12px 0 5px 0;
}
#case .box_flow_recVoice dl ul li{
	float:left;
	margin-left:45px;
	list-style-type: disc;
}
#case .box_flow_recVoice .detail {
	margin:0 auto;
    text-align:center;
	width:8.5em;
}
#case .box_flow_recVoice .detail a {
	display:block;
	font-size:12px;
    background: #1e9b32;
	border-radius: 5px;
	color:#FFF;
}
#case .box_flow_recVoice .detail a:hover {
    text-decoration: none;
    background: #9fe3aa;
}

#case .box_flow_01 dl dt img,
#case .box_flow_01 dl dd img{
	margin-right: 5px;
}	
#case img.arrow{
	display: block;
	margin: 1.0em auto 2.0em auto;
}
#case .flow_text{
	margin: 1.0em auto 0 auto;
}
/*
------------------------------------------------
System
------------------------------------------------*/

#system .gray_back{
	background-color: #ededed;
	padding: 20px 0;	
}
#system .gray_back div.smart_box{
	width:85%;
	margin: 10px 2.5%;
	background-color: #FFFFFF;
	padding: 30px 5%;
}
#system .gray_back div.smart_box h3 {
	font-size:1.0em;
	font-weight:bold;
	padding: .25em .25em .5em .5em;
	border-left: 6px solid #8be18b;
	border-bottom: 1px solid #8be18b;
	margin-bottom: 1.0em;
}
#system .gray_back div.smart_box ul{
	margin-bottom: 2.0em;		
}

#system .gray_back .right_box_01{
	padding: 20px 0px 20px 0;
	text-align:center;
}
#system ul.exp_ul{
	width: 300px;
	margin: 0 auto;
	margin-top:-50px;
	margin-bottom:30px;
	}
#system ul.exp_ul li.smart_01 img{
	width: 80px;
	height:100px;
}
#system ul.exp_ul li.smart_02 img{
	width: 20px;
	height:63px;
	margin: 20px 5px;
}
#system dl.about_box{
	margin:0 0 2.0em 0;
}
#system dl.about_box dt {
	font-size:1.0em;
	font-weight:bold;
	padding: .25em 0 .5em .25em;
	border-bottom: 1px solid #8be18b;
	margin-bottom: 1.0em;
}
#system dl.about_box dt span{
	margin: 0 5px 0 5px;
	color: #1e9b32;
	font-weight: bold;
	font-size: 1.5em;
}	
#system dl.about_box dd {
	margin:0 0.5em ;
}
#system dl.end{
	margin-bottom: 2.0em;
}
#system .caution{
	border:dashed 2px #58bb90;
	padding: 1.0em 1.0em;
	margin-bottom: 2.0em;
}
#system .collabo img {
	margin:0 auto;
	margin-bottom:20px;
	width: 300px;
	height:116px;
}
#system .smart_box4wrap {
	margin: 0 auto;
	padding: 10px 0px;
}
#system .smart_box4 {
	float:left;
	width:48%;
	margin-right: 4px;
	margin-left: 4px;
	padding: 0px 0px;
}
#system .smart_box4 img {
	width:98%;
}
#system .smart_box2wrap {
	margin: 0 auto;
	padding: 10px 0px;
}
#system .smart_box2 {
	float:left;
	width:200px;
	margin-right: 4px;
	margin-left: 4px;
	padding: 0px 0px;
	text-align:center;
}
#system .smart_box2 img {
	width:200px;
}
#system .priceBox {
	margin: 20px auto;
	background-color: #FFFFFF;
	padding: 10px 40px;
	text-align:center;
}
#system .priceBox p {
	font-size:40px;
}
#system .priceBox p span {
	font-size:25px;
	color:#1e9b32;
}
#system .priceBox p.subtxt {
	font-size:12px;
}
#system .work .work_box dl{
	width:100%;
	margin:0 auto 2.0em auto; 
}
#system .work_box dl{
	width: 100%;
}
#system .work_box dl dt { 
	margin-bottom: 0.5em;
	text-align: center;
}
#system .work_box dl dd.kind,
#system .work_box dl dd.use,
#system .work_box dl dd.place{
	padding: 2px 5px;
	color: #fff;
	margin: 0 5px 5px 0;
}
#system .work_box dl dd.kind{	
	background-color: #0072ff;
}
#system .work_box dl dd.use{
	background-color: #65d443;
}
#system .work_box dl dd.place{
	background-color: #ff8814;
}
#system .work_box dl dd.customer{
	margin-top: 5px;
}
#system .work_box dl dd{
	float: left;
}
#system .work_box ul.exp_ul{
	width:100%;
	margin:0 auto 2.0em auto;
}
#system .work_box .btn_kasou_02 a{
	display: block;
	width: 60px;
	padding: 10px 0;
	text-align: center;
	color:#1e9b32;
}


#system .box_flow{
	margin-bottom:2.0em;
}
#system .box_flow .box_flow_left{
	display: block;
	margin: 0 auto 1.0em auto;
}	
#system .box_flow ul{
	margin-bottom: 1.0em;
}
#system .box_flow_01 dl{
	border:dashed 2px #58bb90;
	padding: 1.0em 1.0em;
}
#system .box_flow_02 dl{
	border:dashed 2px #990000;
	padding: 1.0em 1.0em;
}
#system .box_flow_01 dl dt{
	color: #58bb90;
	font-weight: bold;
	margin-bottom: 5px;
}
#system .box_flow_02 dl dt{
	color: #990000;
	font-weight: bold;
	margin-bottom: 5px;
}

#system .box_flow_01 dl dt img,
#system .box_flow_01 dl dd img{
	margin-right: 5px;
}	
#system img.arrow{
	display: block;
	margin: 1.0em auto 2.0em auto;
}
#system .flow_text{
	margin: 1.0em auto 0 auto;
}

/*
------------------------------------------------
Live
------------------------------------------------*/

#live .gray_back{
	background-color: #ededed;
	padding: 20px 0;	
}
#live .gray_back div.smart_box{
	width:85%;
	margin: 10px 2.5%;
	background-color: #FFFFFF;
	padding: 30px 5%;
}
#live .gray_back div.smart_box h3 {
	font-size:1.0em;
	font-weight:bold;
	padding: .25em .25em .5em .5em;
	border-left: 6px solid #8be18b;
	border-bottom: 1px solid #8be18b;
	margin-bottom: 1.0em;
}
#live .gray_back div.smart_box ul{
	margin-bottom: 2.0em;		
}

#live .gray_back .right_box_01{
	padding: 20px 0px 20px 0;
	text-align:center;
}
#live ul.exp_ul{
	width: 300px;
	margin: 0 auto;
	margin-top:-50px;
	margin-bottom:30px;
	}
#live ul.exp_ul li.smart_01 img{
	width: 80px;
	height:100px;
}
#live ul.exp_ul li.smart_02 img{
	width: 20px;
	height:63px;
	margin: 20px 5px;
}
#live dl.about_box{
	margin:0 0 2.0em 0;
}
#live dl.about_box dt {
	font-size:1.0em;
	font-weight:bold;
	padding: .25em 0 .5em .25em;
	border-bottom: 1px solid #8be18b;
	margin-bottom: 1.0em;
}
#live dl.about_box dt span{
	margin: 0 5px 0 5px;
	color: #1e9b32;
	font-weight: bold;
	font-size: 1.5em;
}	
#live dl.about_box dd {
	margin:0 0.5em ;
}
#live dl.end{
	margin-bottom: 2.0em;
}
#live .caution{
	border:dashed 2px #58bb90;
	padding: 1.0em 1.0em;
	margin-bottom: 2.0em;
}
#live .collabo img {
	margin:0 auto;
	margin-bottom:20px;
	width: 300px;
	height:116px;
}
#live .smart_box4wrap {
	margin: 0 auto;
	padding: 10px 0px;
}
#live .smart_box4 {
	float:left;
	width:48%;
	margin-right: 4px;
	margin-left: 4px;
	padding: 0px 0px;
}
#live .smart_box4 img {
	width:98%;
}
#live .smart_box2wrap {
	margin: 0 auto;
	padding: 10px 0px;
}
#live .smart_box2 {
	float:left;
	width:200px;
	margin-right: 4px;
	margin-left: 4px;
	padding: 0px 0px;
	text-align:center;
}
#live .smart_box2 img {
	width:200px;
}
#live .priceBox {
	margin: 20px auto;
	background-color: #FFFFFF;
	padding: 10px 40px;
	text-align:center;
}
#live .priceBox p {
	font-size:40px;
}
#live .priceBox p span {
	font-size:25px;
	color:#1e9b32;
}
#live .priceBox p.subtxt {
	font-size:12px;
}
#live .work .work_box dl{
	width:100%;
	margin:0 auto 2.0em auto; 
}
#live .work_box dl{
	width: 100%;
}
#live .work_box dl dt { 
	margin-bottom: 0.5em;
	text-align: center;
}
#live .work_box dl dd.kind,
#live .work_box dl dd.use,
#live .work_box dl dd.place{
	padding: 2px 5px;
	color: #fff;
	margin: 0 5px 5px 0;
}
#live .work_box dl dd.kind{	
	background-color: #0072ff;
}
#live .work_box dl dd.use{
	background-color: #65d443;
}
#live .work_box dl dd.place{
	background-color: #ff8814;
}
#live .work_box dl dd.customer{
	margin-top: 5px;
}
#live .work_box dl dd{
	float: left;
}
#live .work_box ul.exp_ul{
	width:100%;
	margin:0 auto 2.0em auto;
}
#live .work_box .btn_kasou_02 a{
	display: block;
	width: 60px;
	padding: 10px 0;
	text-align: center;
	color:#1e9b32;
}


#live .box_flow{
	margin-bottom:2.0em;
}
#live .box_flow .box_flow_left{
	display: block;
	margin: 0 auto 1.0em auto;
}	
#live .box_flow ul{
	margin-bottom: 1.0em;
}
#live .box_flow_01 dl{
	border:dashed 2px #58bb90;
	padding: 1.0em 1.0em;
}
#live .box_flow_02 dl{
	border:dashed 2px #990000;
	padding: 1.0em 1.0em;
}
#live .box_flow_01 dl dt{
	color: #58bb90;
	font-weight: bold;
	margin-bottom: 5px;
}
#live .box_flow_02 dl dt{
	color: #990000;
	font-weight: bold;
	margin-bottom: 5px;
}

#live .box_flow_01 dl dt img,
#live .box_flow_01 dl dd img{
	margin-right: 5px;
}	
#live img.arrow{
	display: block;
	margin: 1.0em auto 2.0em auto;
}
#live .flow_text{
	margin: 1.0em auto 0 auto;
}
/*
------------------------------------------------
Company
------------------------------------------------*/
#company .company_box{
	width: 90%;
	margin: 0 5%;
	padding: 2.0em 0;
}
#company ul{
	margin-bottom: 2.0em;
}
#company table.tbl02 th {
	padding:5px 0;
	font-size: 0.8em;
	color:#000;
	font-weight:bold;
	text-align:center;
	background-color:#F9F9F9; 
	border: 1px #CCCCCC solid;
	vertical-align:middle;
}
#company table.tbl02 td {
	padding:15px 5px;
	font-size: 0.8em;
	background-color:#FFFFFF;
	border: 1px #CCCCCC solid;
	text-align:left;
	vertical-align:middle;
}

/*
------------------------------------------------
PrivacyPage
------------------------------------------------*/

#news dl.about_box{
	margin:0 0 2.0em 0;
}
#news dl.about_box dt {
	font-size:1.0em;
	font-weight:bold;
	padding: .25em 0 .5em .25em;
	border-bottom: 1px solid #8be18b;
	margin-bottom: 1.0em;
}
#news dl.about_box dt span{
	margin: 0 5px 0 5px;
	color: #1e9b32;
	font-weight: bold;
	font-size: 1.5em;
}	
#news dl.about_box dd {
	margin:0 0.5em ;
}
#news dl.end{
	margin-bottom: 2.0em;
}


/*
------------------------------------------------
PrivacyPage
------------------------------------------------*/
#privacy .box01 dl{
	margin-bottom:2.0em;
	}
#privacy .box01 dl dt {
	font-size:1.0em;
	font-weight:bold;
	padding: .25em 0 .5em .5em;
	border-left: 6px solid #8be18b;
	border-bottom: 1px solid #8be18b;
	margin-bottom: 1.0em;
}
/*
------------------------------------------------
ContactPage
------------------------------------------------*/
#contact .box01 ul{
	margin-bottom: 2.0em;
}


}
