@charset "UTF-8";


@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic Medium'),     /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
	local('YuGothic-Regular');     /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic');          /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}


* {
	margin: 0;
	padding: 0;
    outline: 0;
	vertical-align: baseline;
	list-style: none;
}
table {
	border-collapse:separate;
	border-spacing:0;
	border:#e4e4e4 0px;
	font-size:8pt;
}

td, tr {
	vertical-align:middle;
	margin:10px;
}

/* body */

body {
	margin:0 auto;
	font-family: Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 100%;
	color: #333;
}

th, td {
	padding:10px;
}
tr.even td {
	background:#E5ECF9;
}

hr {
	margin-top: 40px;
margin-bottom: 40px;
border: 0;
border-top: 1px solid #eeeeee;
}
img {
vertical-align: middle;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p { 
	margin-bottom: 20px; 
	line-height: 150%;
	font-size: 14px;

}
a img:hover { opacity: 0.7; }

a {
    color: #0070c9;
    text-decoration: none;
}

a:hover {
	-webkit-transition: color 0.25s ease-out;
transition: color 0.25s ease-out;
}

.link-arrow {
	display: block;
text-align: center;
}

/* アニメーション アンダーライン */
a.move-link,
.tel a  { text-decoration: none !important; } /* reset default css */

a.move-link,
.tel a {
  display: inline-block;
  line-height: 120%;
}

a.move-link::after,
.tel a::after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.3s;
  border-bottom: 1px solid #0070c9;
}

a.move-link:hover::after,
.tel a:hover::after {
  width: 100%;
}



.waku {
	padding: 30px;
	border: solid 1px #eee;
}

/* color */
.white { #fff; }
.red { 
color: red; 
}
.red2 { color: #F60; }
.grey { color: #666; }
.grey-bg { 
background-color: #f2f2f2; 
color: #333 !important;
}
.pink { 
	color: #ff0096 !important; 
}
.orange {
    color: #f77b00;
}
.gold {
color: #808000;
}

a.w {
	color: #fff !important;
}

.green {
	color: green;
}

.normal-txt {
	font-weight: normal !important;
}
.normal {
	font-weight: normal !important;
padding: 5px;
font-size: 13px;
color: white;
background: red;
vertical-align: middle;
float: right;
position: absolute;
right: 13%;
}


.big {
	font-size: 15px;
}
.suji-big {
	font-size: 16px;
}
.op-big {
	font-size: 13px;
}


.none { display: none; }
/* 方向 */


.right { float: right;
 overflow: hidden; 
 }
 
 .left { float: left;
 overflow: hidden; 
 }
 
.center { 
    text-align: center; 
}

.space { width: 100%; height: 40px; overflow: hidden; }

/* size */
.small { font-size: 12px; line-height: 180%; }
.bold { font-weight: bold; }
.txt-wide {
	letter-spacing: 0.5;
}
.txt-right {
	text-align: right;
}

.italic {
	font-style: italic;
}

.middle {
	vertical-align: middle;
}

.border {
	border: solid 1px #ddd;
}

/* header */

header {
	padding: 10px 10px;
	width: 100%;
	overflow: hidden; 
}

.logo {
	float: left;
}
.tel {
    float: right;
	text-align: center;
	width: 239px;
	font-family :
	MyYuGothicM, /* Windows調整用 */
	YuGothic,    /* Mac用 */
	sans-serif;
}

.sp-header,
.overlay {
	display: none;
}


.fixbar {
  width: 100%;
}
.fixed .fixbar {
  position: fixed;
  margin: 0 auto !important;

  }
.header.fixed  {
	  top: 0px;
	  position: fixed;
	  z-index: 99999999;
	  width: 100%;
	  background-color: #fff;
  }



#title {
height:100%;
width:100%;
margin: 0 auto;
}


/* パンくず */
.panlists {
width: 100%;
background-image: linear-gradient(to top, #EEE, #FFF, #eee);
	overflow: hidden;
	}
	
.panlist {
width: 1000px;
	margin: 0 auto;
}
.panlist li { 
	float: left;
display: block;
font-size: 11px;
margin-left: 20px;
padding: 6px 0;
color: #999;
}

.panlist li:first-child:before {
  font-family: FontAwesome;
  content: '\f015 '; /* アイコンのunicode */
  font-size: 14px;
  padding-right: 3px;
  
}

 

/* main top image */
.pic {
	background: url(../images/pixta_13844214_M.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	}	
	

.pic-height {
height: 300px;
}



/* container */


#container {
    float: none;
    position: relative;
    width: 1000px !important;
    margin: 40px auto 0;
    overflow: hidden;
    }

#container h1 {
letter-spacing:0.8pt;
}

#container p {
	color: #333;
 font-size: 15px;
line-height:1.63em;
letter-spacing:0.6pt;
}


#container a:link,
#container a:visited {
color: #0070c9;
}

#container a:hover,
#container a:active {
color: #0070c9;
text-decoration: underline;
}
/* main content */

.main {
    padding: 0 20px;
    font-size: ;
    border: solid #E1E1E1 1px;
    margin: 0 auto 50px;
    border-radius: 4px 4px 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 700px;
    float: left;
}

.main-1column {
width: 960px;
	background-color: #FFF;
    padding: 0 20px;
    border: solid #E1E1E1 1px;
    margin: 0 auto 50px;
    border-radius: 4px 4px 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.main-1column h1 {
    color: #fff;
    padding: 15px;
    font-size: 22px;
    margin: 0 -20px 30px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    letter-spacing:0.8pt;
}

.main h1 {
    color: #333;
    padding: 12px;
    font-size: 20px;
    margin: 0 -20px 20px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: solid #ddd 1px;
    background-color: #eee;
    letter-spacing:0.8pt;
    }

.main h2 {
	color: #333;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
	border-left: 4px solid #3498DB;
	padding: 8px 10px ;
	letter-spacing:0.8pt;
}

.main h3 {
font-size: 16px;
font-weight: bold;
line-height: 150%;
margin-bottom: 10px;
letter-spacing:0.8pt;
}

.main h4 {
font-size: 20px;
font-weight: normal;
text-align: center;
line-height: 150%;
margin-bottom: 20px;
letter-spacing:0.8pt;
}

.main p {
	color: #333;
 font-size: 15px;
line-height:1.63em;
letter-spacing:0.6pt;
}

.bottom-content {
	border: solid 1px #ddd;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 0 #d1d1d1;
}

.bottom-content li {
	line-height: 180%;
}

.bottom-key {
	border: solid 1px #ddd;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 0 2px 0 #d1d1d1;
}

.bottom-key h2 {
 font-size: 16px;
 font-weight: bold;
 border: none;
 padding: 0;
 margin-bottom: 10px;
}

.bottom-key li {
	line-height: 180%;
	float: left;
	padding-right: 20px;
}

/* blog latest */
.blog-latest {
margin-top: 20px;
	text-align: left;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.blog-latest li {
	overflow: hidden;
	border-bottom: dashed 1px #eee;
	margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog-latest li:last-child {
	border-bottom: solid 1px #eee;
}

.blog-latest li h4 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0px;
    font-weight: bold;
    }

.blog-latest li p {
	font-size: 13px !important;
}
/* ブログエントリー */

.entry-asset {
	border-bottom: solid 1px #eee;
}

/* 1カラム content */
.box-one {
	padding: 0 60px;
	margin: 0 0 60px;
}

.box-one h2 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    border-left: 4px solid #3498DB;
    padding: 8px 10px;
}

/* side */

.side {
	float: right;
	width: 280px;
	overflow: hidden;
    border-radius: 4px 4px 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 20px;

}

.side h2 {
background-color: #eee;
color: #000;
padding: 15px;
font-size: 16px;
text-align: center;
margin: 0 -15px 20px;
border-radius: 4px 4px 0 0 ;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.side p {
	font-size: 70%;
}



.start-plan {
	padding: 15px;
	text-align: center;
	color: white;
	display: block;
	font-size: 100%;
	font-weight: bold;
}
.start-plan:hover {
	opacity: 0.6;
}

a.start-plan {
	text-decoration: none !important;
	color: #fff !important;
	margin-bottom: 20px;
}

.side-plan {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f8f1), color-stop(100%,#f4f2e2));
}


.side-plan p {
padding: 0 10px 20px;
	font-size: 14px !important;
font-weight: bold;
line-height: 140%;
color: #b6b07c !important;
text-align: center;
}

.side .yen {
    color: #b6b07c;
    font-size: 23px;
}
.side .price {
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #b6b07c;
}

.side-ribon {
display: block;
margin:10px 0px 0 -10px;
width: 251px;
height: 41px;
	background: url(../images/side-ribon.png);
}
a.side-ribon {
	padding-top: 8px;
	color: #fff !important;
}

.more {
	border-radius: 15px;
	background: #ffb700;
	padding: 5px 10px;
	text-align: center;
	color: white;
	margin: 0 auto;
	display: table;
	width: 120px;
	}
	
	
	/* blog */
	
	
	.widget-recent-assets {
		margin-bottom: 20px;
	}
	.widget-header {
		padding: 10px 20px;
		background-color: #eee;
		font-size: 15px;
		text-align: center;
	}
	
	.widget-content ul {
		padding: 10px 0;
	}
	.widget-content li {
		border-bottom: dashed 1px #ddd;
		padding:0 0 10px 10px;
		margin-bottom: 10px;
		list-style: inside !important;
	}
	
	.widget-content form {
		padding: 10px;
	}

/* お得な別サービス */

.content-other h2 {
	border: none;
	padding: 0px;
	font-size: 20px;
}	

.content-other h3 {
	color: #333;
	padding: 0 0px 20px 0px;
	border-bottom: dotted 1px #eee;

}

.content-other .form-link {
    margin: 0px;
    padding: 20px;
    background-color: #eee;
}

.suji {
	font-weight: bold;
	font-size: 20px;
}
	
/* プランページ お申し込みページ */

.title-bg {
	font-size : 22px;
	color : #333;
	letter-spacing : 0.2em;
	margin: 20px 0;
	}

.op-img {
	background: url(../images/op-small.png);
	width: 105px;
	height: 100px;
	position: absolute;
}

.box p { 
padding: 10px 0px 20px 45px; 
color: #333;
margin: 0;
}

.box-top { 
padding: 0px; 
}

.box-top h2 { 
margin-bottom: 20px;
font-size: 18px;
}

.box.page p { 
padding: 0px 0px 0px ;
}
.box.page h2 { 
font-size: 24px; 
margin: 0px; 
 }


.table > tbody > tr > td {
	border-top: solid 2px #fff !important;
}
  
td.table-left {
	   	   text-align: left;
	     padding: 20px !important;
	     background-color:#F2F2F2;
	     font-size: 14px;
font-weight: bold;
width: 34% ;
vertical-align: middle !important;
line-height: 26px !important;
}

.table-left img {
	width: 43px;
	vertical-align: middle;
	margin-left: -10px;
}
   
    .table-right {
     width: 66%;
	     padding: 20px !important;
	     text-align: left;
	     font-size: 14px !important;
	     padding: 20px;
	     vertical-align: middle;
	     line-height: 26px !important;
     }
     
     
/* 目次 */

.toc {
	padding: 15px 0;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.toc ol {
    list-style-type: decimal !important;
    padding: 0 0 0 23px;
} 

.toc li {
	line-height: 200%;
}
    /* sns */
    
    .sns {
	    overflow: hidden;
	    width: 100%;
    }
    
    .sns li {
	    width: 48%;
	    float: left;
	    margin: 0 1%;
    }
    .sns li:last-child {
	    padding-left: 20px;
	    border-left: solid 1px #eee;
    }
    
  /* オプション */
    
  .mini-txt {
	    font-size: 12px !important;
	    color: #999;
    }
     .mini {
	     font-style: 10px !important;
     }
/* お申し込みボタン */
.title-form {
	font-size: 22px !important;
	line-height: 200%;
}
a .title-form {
	color: #fff;
}


/* new plan */

.start {
	background:url(../images/green_pattern-side.png) repeat-x;
}
.start-color {
	color: #ff8522;
}


.economy {
	background:url(../images/green_pattern-side.png) repeat-x;
}

.economy-color {
	color: #ff8522;
}


   
.standard {
	background:url(../images/coniro-side.png) repeat-x;
}

.standard-color {
	color: #0080c0;
}


.business {
	background:url(../images/coniro-side.png) repeat-x;
	}
	
	
.business-color {
	color: #0080c0;
}


   
.executive {
	background:url(../images/gold.png) repeat-x;
}

.executive-color {
	color: #72640c;
}


/* 応対事例 */

.content-boder {
    padding:  30px 30px 10px;
    margin-bottom: 30px;
    color: #333;
    background-color: #f7f7f9;
    border: 1px solid #ddd;
}

.content-boder h2 {
    font-size: 17px;
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

.bottom-content {
    border: 1px solid #ff009a;
    padding: 20px;
    margin: 20px 0 10px;
    background-color: rgba(255,26,133,0.15);
}

.bottom-content h4 {
    font-weight: bold;
    color: #ff009a;
    font-size: 14px;
    margin: 0 0 10px;
}

/* img */
.img-circle {
    border-radius: 50%;
}
img {
    vertical-align: middle;
}
/* media */
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body {
    width: 10000px;
    padding: 5px 0 10px;
    line-height: 180%;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body p { 
font-size: 15px; 
line-height: 180%; 
padding-top: 5px;
margin: 0;
}

h4.media-heading {
	margin: 0;
	text-align: left;
}

/* panel */
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border: 1px solid #ddd;

}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin: 0 !important;
    font-size: 16px;
    color: inherit;
}
.panel-body {
    padding: 0px 15px 0px !important;
}

.panel-heading p {
	margin: 10px 0;
}

/* お申し込みページ */

.s-one { background: url(../images/green_pattern.png) repeat;}
.s-two { background: url(../images/coniro.png) repeat;}
.s-three { background: url(../images/gold.png) repeat;}

/* お客様の声 */

#customer .box {
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
	padding: 20px;
background-color: rgba(188,188,188,0.08);
border: solid 1px rgba(188,188,188,0.1);
}

#customer .box p {
	padding: 0px 0px 20px 0px
}
#customer .box .left {
	float: left;
	width: 20%;
}
#customer .box .right {
	float: right;
	width: 75%;
	padding-left: 20px;
}
#customer .mini {
	font-size: 12px !important;
}

#customer .right h3 {
	color: #333;
}


/* 相談例 */

.contet-list li {
	padding: 10px 0 20px ;
	margin: 0 0 10px;
	border-bottom: dotted 1px #eee;
}

ul.contet-list li:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.contet-list li a {
	display: block;
}
	
	/* flow */
	
	

	.content-single {
		width: 920px;
		margin: 0 auto 40px;
		padding: 20px;
		background-color: #fff;
	}
	
	.flow li { 
	float: left;
		width: 47%;
	}
	.flow li:nth-child(2){
		border-left: solid 1px #ddd;
		padding-left: 20px;
		margin-left: 20px;
	}
	.flow h2 {
		padding: 15px;
		text-align: center;
		font-size: 18px;
		background-color: #f2f2f2;
		color: #333;
		margin-bottom: 20px;
		font-weight: bold;
		letter-spacing: 0.09em;
	}
	
	.flow-content {
		border: solid 1px #ddd;
		padding: 20px;
		margin-bottom: 40px;
		overflow: hidden;
		
	}
	.flow-content h3 {
		background: rgba(87,87,87,0.03);
		padding: 15px;
		color: #333;
		text-align: center;
		margin: -20px -20px 10px;
	}
	.flow-content p {
		padding: 10px 0px;
		line-height: 180%;
		margin: 0;
		font-size: 14px;
	}
	.flow-content ol {}

.p-title {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
	margin: 0 !important;
}
.space { 
	width: 100%;
	height: 20px;
	overflow: hidden;
}

/* arrow */
.arrow3{
  width: 200px;
  margin: 0 auto;
}
.arrow3::before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 50px;
  background: #ccc;
}
.arrow3::after{
  content: "";
  display:block;
  border-top: 100px solid #ccc;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}

dt { 
float: left; 
font-weight: bold;
line-height: 220%;
 }
dd { 
margin: 0 0px 15px 32px;
line-height: 220%;
}

.flow-img p {
	margin-bottom: 10px;
}

/* contact form */
 .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.table-contact td {
	font-size: 13px;
vertical-align: middle !important;
text-align: right;
}

.required {
    background: red;
    padding: 3px 6px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
}

textarea {
    overflow: auto;
}

textarea.input-lg, select.input-lg[multiple] {
    height: auto;
}
textarea.form-control {
    height: auto;
}





/* table */

.table-bordered {
    border: 1px solid #eee;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    background-color: transparent;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
td { text-align:center; vertical-align:middle; padding: 8 10px; font-size: 120%;  }
tbody td:nth-child(2n+0) { text-align: left; }
td p { margin-bottom: 5px !important; }
/* servise */

.form-link {
    margin:0 -20px;
	padding: 20px 15px 0px;
	background-color: #eee;
}

.btn:hover {
	opacity: 0.6;
}

.c-back {
	border-left: solid 15px #eee;
	border-right: solid 15px #eee;
	border-bottom: solid 15px #eee;
	margin: 0px -20px 0;
	padding: 20px;
	line-height: 160%;
	font-size: 12px;
	color: #666;
}

/* 異業種別応対 */

.other-outai li {
color: #333;
padding: 10px;
}
.other-outai li a {
	display: block;
}

.customer-voice {
    margin: 30px 0;
    border: 5px solid #ddd;
    padding: 15px;
}

.customer-voice h3 {
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #999;
    background-image: none;
    padding: 10px 0;
    margin: 0 0 15px;
}

.text-bold {
    font-size: 15px !important;
    font-weight: bold;
    color: #333;
}


.anser {
    padding: 20px;
    background-color: rgba(188,188,188,0.08);
    border: solid 1px rgba(188,188,188,0.1);
}

.other h2 {
	border: none;
	padding: 0;
	font-size: 16px;
	margin-bottom: 10px;
}

.other-center {
	text-align: center;
	padding: 10px;
	background-color: #eee;
	margin-bottom: 20px !important;
	font-weight: normal !important;
}

/* sitemap */


.sitemap-list {
	overflow: hidden;
}
.sitemap-list li {
	width: 50%;
	float: left;
	line-height: 26px;
}


.clearfix {
	clear: both;
}



.content-wrap {
width: 1000px;
margin: 0px auto;
padding: 0px;
}

/* bottom contact */

.bottom-contact {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-image: url(../images/bottom-bg.jpg);
}

.bottom-cover {
background-color: rgba(0,0,0,0.4);
overflow: hidden;
}

.bottom-contact h3 {
	text-align: center;
	padding-top: 80px;
	font-size: 18px;
	color: #fff;
}

.bottom-contact p {
	text-align: center;
	padding-bottom: 80px;
}

/* footer */


#footer {
width: 100%;
position:relative;
background: -webkit-linear-gradient(#030512 0%, #112b4c 100%);
background: -moz-linear-gradient(#030512 0%, #112b4c 100%);
background: -ms-linear-gradient(#030512 0%, #112b4c 100%);
padding: 20px 0 0px;
overflow: hidden;
line-height: 20px
}

#footer a:link,
#footer a:visited {
color: #fff;
}

#footer a:hover,
#footer a:active {
color: #fff;
text-decoration: underline;
}

.span2,
.span3 {
	width: 18% !important;
	float: left;
	margin: 0 0 0 1%;

}

.span3 ul {
	padding-top: 5px;
}

.span4 {
padding-top: 0px;
}

.span2 h5 {
font-size: 15px;
border-bottom: 1px solid #fff;
padding-bottom: 10px;
box-shadow: 0px -1px 0px rgb(31, 31, 31) inset;
color: #FFF ;
margin: 0 0 10px;
}

.span2 li {
font-size: 13px;
text-align: left;
line-height: 180%;
}

.span3 li {
font-size: 13px;
text-align: left;
line-height: 180%;
}


.span2 li a,
.span3 li a {
color: #fff;
}


.span2 li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 5px;
}


.span3 li a:before {
  content: "\f0a9";
  font-family: FontAwesome;
  padding-right: 5px;
}



.span2 {
margin-top: 10px !important;
}

.copy-body, .copy-link {
    display: initial;
}

/* ////////////// copyright */

#copyright {
overflow: hidden;
width: 100%;
background-color: #000;
margin: 0 auto;
padding: 15px 0;
}


.copyright {
color: #fff;
margin: 0 auto;
text-align: center;
width: 1000px;
font-size: 16px;
line-height: 250%;
}

.copyright a {
	padding: 20px;
	color: #fff;
}



 .copy {
font-size: 11px;
margin: 0;
padding: 0;
text-align: center;
color: #fff;
}

.warning-bottom {
font-size: 9px;
display:inline-block;
text-align: center;
width: 100%;
color: #fff;
padding-bottom: 20px;
}

#copyright .by {
color: #fff;
text-align: center;
font-size: 8px;
}

.row-fluid {
width: 100%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0px;
}

.row-fluid [class*="span"] {
display: block;
float: left;
width: 100%;
min-height: 30px;
margin-left: 2.12766%;
box-sizing: border-box;
}
.row-fluid .span4 {
width: 31.9149%;
}
.row-fluid .span2 {
width: 14.8936%;
}


#topcontrol {
	right: 20px !important;
	bottom: 20px !important;
}

.link-arrow::after {
	content: "\f105";
  font-family: FontAwesome;
  padding-left: 5px;
}

.sp-footer,
.widget-assets {
	display: none;
}

/* side ranking */

#access-ranking {
  counter-reset: wpp-ranking;
}

#access-ranking img {
width: 100%;
height: auto;
}

#access-ranking li {
  list-style-type: none !important;
  padding: 5px 0 0 0;
  position: relative;
}

#access-ranking li:before {
  background: #999;
  border-radius: 50%;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 0;
}

/* single latest content */


ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.latest a {
	text-decoration: none;
}

.latest a:hover {
	opacity: 0.6;
}
.latest h3 {
	text-align: center;
	padding: 10px;
	background-color: #eee;
}

.latest h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-top: 40px;
    text-align: left;
    }

.latest p {
	font-size: 13px;
	margin-right: 15px;
}	

.latest ul {
	position: relative;
-ms-flex-align: center;
align-items: center;
width: 100%;
}

.latest li {
    width: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    border-bottom: solid 1px #eee;
}

figure {
    margin: 0;
    padding: 0;
}

figure img {
    float: left;
    width: 180px;
    height: auto;
    margin-right: 15px;
}

.blog-banner {
	margin: 0 auto 60px;
	width: 1000px;
	overflow: hidden;
}


@media (max-width: 700px) { 

  /* スマホ用のスタイル */
  
  body {
	  overflow-x: hidden;
  }
  
  header,
  .header {
	  display: none;
  }
  
  .logo {
	  text-align: center;
  }
  .tel {
	  float: none;
	  margin: 0 auto;
	  text-align: center;
  }
  
  #container {
	  padding: 10px 0;
  }
  #container p {
	  font-size: 15px;
  }
  #container h1 {
	  font-size: 18px;
	  margin: 20px auto;
  }
  
   #container h2 {
    font-size: 17px;
	  margin: 20px auto;
  }
  
  /* br out */
  
  .entry-asset br {
	  display: none;
  }
  
   /* footer */
  
.copyright,
.content-wrap,
.bottom-link {
	width: 100%;
}

.span2 {
	width: 48% !important;
padding: 0 20px;
margin: 0 0 10px !important;
}

.span3 {
	width: 48% !important;
padding: 0 20px;
margin: -30px 0 10px !important;
}


#copyright {
	 padding: 20px 0 0px;
 }

.copy {
	padding: 0 20px;
}

.bg-grey-content,
.bg-grey-content2,
.content,
.content-top,
.content-one {
	width: 100%;
}

.bg-grey-content,
.bg-grey-content2 {
	padding: 20px;
}

/* footer */

.blog-banner {
	margin: 0 auto 20px;
	width: 100%;
	overflow: hidden;
	padding: 0 20px;
}

.span2 h5 {
	font-size: 13px;
}

.span2 li {
	font-size: 11px;
}

.copyright {
	font-size: 14px;
}

.copy-body,
.copy-link {
	display: block;
	margin: 0 auto;
}

.copy {
    font-size: 10px;
    }
    
    .sp-footer {
	display: inherit;
}

.copy-link,
.copy-body {
	display: none;
}

.sp-footer ul {
	width: 100%;
	position: relative;
	margin: 0px;
	overflow: hidden;
		border-bottom: solid 1px #eee;
	border-top: solid 1px #eee;
}

.sp-footer li {
	float: left;
	width: 33.33333%;
	margin: 0 auto;
	border-left: solid 1px #eee;
	overflow: hidden;
}

.sp-footer li:first-child {
border-left: none;
}

.sp-footer li a {
	text-align: center;
	padding: 0;
	display: block;
	text-decoration: none !important;
	padding: 10px !important;
	font-size: 12px;
	line-height: 180%;
}

.sp-footer li a:hover {
 background-color: #20ec00;
	}

.sp-footer li .fa {
	font-size: 22px;
	color: #20ec00;
}

.sp-footer li:hover .fa{
	color: #fff;
}

.sp-footer p {
	margin-bottom: 15px;
}
/* side */
.side {
	padding: 0 20px;
}



/* sp-menu */

.sp-header {
    display: inherit;
	padding: 10px;
	overflow: hidden;
	width: 100%;
	overflow: hidden;
}

.sp-logo { 
float: left;
width: 80%;
}
.sp-logo img {
	width: 85%;
}
.sp-menu {
	float: right;
}
#trigger-overlay {
	background-color: white;
	padding: 0 !important;
	border: none;
}
#trigger-overlay img {
	width: 90%;
}

 /* 2カラム */
  
  #container {
	  width: 100% !important;
	  margin: 0 !important;
	  padding: 0;
  }
  
  .main {
	  width: 100% !important;
	  margin: 0 !important;
	  border: none;
  }
  
  /* plan */
  
  .main-1column {
	  width: 100%;
  }
  
/* side */

.side {
	border: none;
	width: 100%;
}

.side-ribon {
    margin: 15px auto 0;
    }

/* Overlay style */
.overlay {
    display: inherit;
	position:absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 99;
	}
	
/* Overlay closing cross */
.overlay .overlay-close {
	width: 45px;
	height: 45px;
	position: absolute;
	right: 10px;
	top: 10px;
	overflow: hidden;
	border: none;
	background: url(../img/close-45.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 14px;
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 20px 10px;
	display: block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	text-align: left;
	line-height: 150%;
	padding: 15px 10px;
	float: left;
	width: 50%;
    font-size: 13px;
}

.overlay ul li.sub {
width: 100%;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	text-align: center;
	font-size: 15px;
	background-color: rgba(172,172,172,0.1);
}

.menu-space {
 border-bottom: none !important;
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #292929;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  padding-right: 10px;
}

.overlay ul li.no a:after {
  display: none;
}


.overlay ul li.sub {
	font-weight: 500;
	color: #666;
	margin: 10px 0;
	}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #0070c9;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}


.w-bg {
	background-color: #fff !important;
	border-left: #eee solid 1px ;
	}

/* bottom-content */

 .bottom-contact {
	  display: none;
  }

}


@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

/* iPhone 5 - 568px*/
@media only screen
and (min-device-width:320px)
and (max-device-width:568px) {

.copyright a {
    padding: 10px;
    }

.overlay ul li {
	font-size: 11px;
}


.btn-success {
    font-size: 13px;
    }

td.table-left,
.table-right {
padding: 0 10px !important;
} 

.btn-info,
.btn-primary {
   font-size: 12px;
}

a.w {
	word-wrap: break-word;
  white-space: normal;
}

.customer-voice img {
display: none;
}

.span3 {
    margin: -30px 0 10px !important;
}

.title-form {
    font-size: 12px;
}
    
}



		
		
