/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);



/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
   font-family: 'Noto Sans JP', "Helvetica Neue", Helvetica, sans-serif;
     font-size: 100%;
	 line-height:1.6em;
  
}
a {
	color: #337ab7;
}
a:hover, a:focus {
	text-decoration: none;
}

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

ul.maru{
	margin-top:1em;
	margin-bottom:1em;

}
ul.maru li{
	list-style-type: disc;
	margin-left:2em;

}
.clearfix::after {
    clear: both;
    content: "";
    display: block;
}
.clear {
	clear:both;
}
.lead {
	font-weight:600;
	font-size:x-large;
}
/* マージン
——————————————————————- */
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }

/*パディング
——————————————————————- */
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }


/*HLINE
——————————————————————- */

hr.style1{
	border-top: 1px solid #8c8b8b;
}
hr.style2 {
	border-top: 3px double #8c8b8b;
}
hr.style3 {
	border-top: 1px dashed #8c8b8b;
}
hr.style4 {
	border-top: 1px dotted #8c8b8b;
}
hr.style5 {
	height: 6px;
	background: url(../images/hr-11.png) repeat-x 0 0;
    border: 0;
	margin:40px 0;
}
hr.style6 {
	height: 6px;
	background: url(../images/hr-12.png) repeat-x 0 0;
    border: 0;
}
hr.style7 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
hr.style8 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style8:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

/*Badges
——————————————————————- */
.label { border-radius: 0; text-shadow: none; font-size: 10px; font-weight: 600; padding: 1px 5px 2px; background-color: #F00!important }
.label[class*="span"][class*="arrow"] { min-height: 0 }
.label-info { background-color: #F00!important }
.label.arrowed,
.label.arrowed-in { position: relative; margin-left: 9px }
.label.arrowed:before,
.label.arrowed-in:before { display: inline-block; content: ""; position: absolute; left: -14px; top: 0; border: 9px solid transparent; border-width: 9px 7px; border-right-color: #F00 }
.label.arrowed-in:before { border-color: #F00; border-left-color: transparent!important; left: -9px }
.label.arrowed-right,
.label.arrowed-in-right { position: relative; margin-right: 9px }
.label.arrowed-right:after,
.label.arrowed-in-right:after { display: inline-block; content: ""; position: absolute; right: -14px; top: 0; border: 9px solid transparent; border-width: 9px 7px; border-left-color: #F00 }
.label.arrowed-in-right:after { border-color: #F00; border-right-color: transparent!important; right: -9px }
.label-info.arrowed:before { border-right-color: #F00 }
.label-info.arrowed-in:before { border-color: #F00 }
.label-info.arrowed-right:after { border-left-color: #F00 }
.label-info.arrowed-in-right:after { border-color: #F00 }


/*----------------------------------------------------
   point-head
----------------------------------------------------*/ 

.point-head{
position: relative;
border-top: solid 2px #80c8d1;
border-bottom: solid 2px #80c8d1;
background: #f4f4f4;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 2em 0 0.5em;
}

.point-head:after {/*タブ*/
position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: '\f0a7\ POINT';
background: #80c8d1;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
  }
  
  
/*----------------------------------------------------
   page-head
----------------------------------------------------*/ 

.page-head{
	font-size:30px;
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.page-head:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

/*----------------------------------------------------
   check-point
----------------------------------------------------*/ 
.check-point {
position: relative;
color: black;
line-height: 1.4;
padding: 0.25em 0.5em;
margin: 2em 0 0.5em;
border-top:solid 1px #0066CC;
border-bottom:solid 1px #0066CC;
}

.check-point:after {/*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
background: #2196F3;
color: #fff;
left: 0px;

bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 3px 7px 1px;
 	font-size: 0.7em;
 	line-height: 1;
 	letter-spacing: 0.05em
  }




/*--------------------
Section
--------------------*/


section {
	margin:0;
		padding:45px 0;
		color:#2A3C54;
}

#carousel-section {
    padding: 160px 0px 0px 0px!important;
}

.high_light-bg {
	background-color: #fff;
}

	
.light-bg {
	background-color: #f8f8f8;
}

.dark-bg {
	background-color:  #18202b;	
	color: #fff;
}

.short-bg {
		padding: 20px 10px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
/*--------------------
Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}


/*-------------------- 
レスポンシブのフォントサイズ指定
--------------------*/

@media screen and (min-width: 0px) and (max-width : 767px){
    * {
        font-size:16px;
    }
    h1,h2 {
        font-size: 1.3em;
    }
    h3,h4 {
        font-size: 1.3em;
    }
    p,div, .panel-title, .form-control {
        font-size: 1em;
    }
    .lead  {
        font-size: 1.0em;
    }
    .copyright{
        font-size: 0.7em;
    }
	.page-head{
	font-size:20px;
	}
	.point-head{
	font-size:20px;
	}
}

@media screen and (min-width: 768px) and (max-width : 991px){
    * {
        font-size:16px;
    }
    .copyright{
        font-size:14px;
    }

}

@media screen and (min-width : 992px) {
    * {
        font-size:16px;
    }
    .copyright{
        font-size:12px;
    }

}

/*----------------------------------------------------
    Navigation
----------------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	border-top:solid 6px #000066;
}
.container{
	position:relative;
}

#header h1{
	margin:0;
	padding:5px 0 5px 0;
	font-size:14px;
	text-align:right;
}
#header p{
	margin:0;
	padding:0;
}
.phone{
	margin:0;
	padding:0;
	font-size:34px;
	font-weight:800;
	color:#F60;
}

/*.phone:before{
    margin:0 0px 0 0;
    content:" ";
    display:inline-block;
    width:43px;
    height:31px;
    background:url(../images/freedial.png) top no-repeat;    
    background-size:contain;
    vertical-align:middle;
}*/
.phone a{
	margin:0;
	padding:0;
	font-size:34px;
	font-weight:800;
	color:#F60;
}



.navbar-default {
    background-color: #ffffff;
	font-weight:500;
    text-transform:uppercase;
    border-width:0;
	/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);*/
	border-radius:0;
}

.lgo{
	margin-top:0px;
}



.navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}




li.dropdown a :after {
  font-family: 'FontAwesome';
  content: "\f078";
  margin-left:.5em;
}

li.dropdown a.is-active :after {
  font-family: 'FontAwesome';
  content: "\f077";
  margin-left:.5em;
}

li.dropdown a.is-current :after {
  font-family: 'FontAwesome';
  content: "\f078";
  margin-left:.5em;
  color:#F00;
}








.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #F60;
    background: none!important;
}
li.dropdown a.active {
    color: #F60;
    background: none!important;
}


.navbar-default .navbar-nav > .open > a:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: 57px;
  left: 55px;
  z-index: 11;
}

.navbar-default .navbar-nav > .open > a:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: 55px;
  left: 53px;
  z-index: 8;
}


.navbar {
    margin-bottom: 0px;
}

#flow .navbar-nav li.flow > a { color: #F60; }
#recycling .navbar-nav li.recycling > a { color: #F60; }
#items .navbar-nav li.items > a { color: #F60; }
#faq .navbar-nav li.faq > a { color: #F60; }
#contact .navbar-nav li.contact > a { color: #F60; }

#price .navbar-nav li.price > a { color: #F60; }




@media(max-width:768px) {
html,
body {
  
}
#header {
	position: static;
	height: 10px;
  border-top:solid 3px #000066;
}
#carousel-section {
	padding: 53px 0px 0 0 !important;
}

	section {
	padding: 10px 0 !important;
	}

.phone{
	margin:0;
	padding:0;
	font-size:24px;
	font-weight:800;
	color:#F60;
}

.phone:before{
    margin:0 0px 0 0;
    content:" ";
    display:inline-block;
    width:33px;
    height:31px;
    background:url(../images/freedial.png) top no-repeat;    
    background-size:contain;
    vertical-align:middle;
}


.lgo{
	margin-top:3px;
	margin-left:25px
}

.navbar-default {
	height:60px;	
}

.navbar-toggle {
	position:absolute;
	top:7px;
	right:0px;
	}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background: none !important;
	border-bottom:solid 1px #333;
}
.mega-dropdown {
  position: static !important;
  width: 100%;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#bs-navbar-collapse-2 {
	background-color:#fff;
	position:absolute;
	top:60px;
	width:100%;
	border-bottom:solid 1px #f0f0f0;
	z-index:11;
}
.navbar-default .navbar-nav > .open > a:before {
	display:none;
}

.navbar-default .navbar-nav > .open > a:after {
	display:none;
}
}


.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  z-index: 10;
}

/*
.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}
*/

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
  padding: 3px 0px 3px 1em;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 0px 3px 0em;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header{
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}


.mega-dropdown-menu .dropdown-header a{
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
  padding-left:0;
  margin-left:-1em;
}
.mega-dropdown-menu .dropdown-header a:hover,
.mega-dropdown-menu .dropdown-header a:focus{
  color: #F60;
  font-size: 18px;
  font-weight: bold;
  padding-left:0;
  background-color: transparent;
}


.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}



/* Animated “x” icon */

.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  background-color: #000 !important;
  width: 22px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  -moz-transform: rotate(45deg);
  -moz-transform-origin: 10% 10%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -o-transform: rotate(45deg);
  -o-transform-origin: 10% 10%;
  -ms-transform: rotate(45deg);
  -ms-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -moz-transform: rotate(-45deg);
  -moz-transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -o-transform: rotate(-45deg);
  -o-transform-origin: 10% 90%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}


 .carousel-control {
	 background-image:none !important;
 }
 
/*----------------------------------------------------
   breadcrumb
----------------------------------------------------*/ 
 .breadcrumb {
  background:transparent;
}
.breadcrumb {
  background:transparent;
}
.breadcrumb li+li:before {
  content:'»';
}




/*----------------------------------------------------
   Service
----------------------------------------------------*/

#service {
background: #fff; }

#service.divider {
width: 100%;
margin: 20px auto 15px;
position: relative;
height: 1px;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1); }
#service.divider::after {
height: 1px;
background: #e8e8e8;
background: -moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
background: -o-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
background: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
background: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
position: absolute;
bottom: -1px;
content: "";
width: 100%;
left: 0; }
#service p {
	text-align:left;
font-size: 16px;
color: #666;
line-height: 1.4;
margin-bottom: 30px; }
.shadow, .shadow-narrow {
position: relative;
background-color: #fff; }
.service-block {
margin-bottom: 30px;
border-radius: 3px;
border: 1px solid #f1f1f1;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 20px;
padding-right: 20px; }
.shadow-narrow::before, .shadow::before {
position: absolute;
left: 0;
height: 60%;
bottom: 0;
width: 100%;
content: "";
background-color: #fff;
z-index: 2; }
.shadow-narrow::after, .shadow::after {
content: "";
position: absolute;
height: 50%;
width: 96%;
left: 50%;
bottom: 2px;
margin-left: -48%;
-webkit-box-shadow: 0 5px 7px #999;
box-shadow: 0 5px 7px #999;
z-index: 1;
border-radius: 10%;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out; }
.shadow-narrow:hover::after, .shadow:hover::after {
bottom: 10px; }
.icon.bg-df {
background-color: #09afdf;
color: #ffffff; }
.service-block .icon {
margin-bottom: 10px; }
.icon {
display: inline-block;
text-align: center;
background-color: rgba(255, 255, 255, 0.85);
color: #000;
font-size: 24px;
width: 60px;
height: 60px;
line-height: 58px;
transition: all .2s ease-in-out;
border-radius: 0;
transform:rotate(45deg);
border: 1px solid transparent; }
.shadow *, .shadow-narrow * {
position: relative;
z-index: 3; }
.service-block p {
clear: both;
margin-bottom: 15px; }
.icon i {
position: relative;
z-index: 1;
transform:rotate(-45deg); 
}

/*----------------------------------------------------
   Service BOX
----------------------------------------------------*/

.destacados{
    padding: 70px 0;
    text-align: center;
  
}   

.box1 {
    /* See "NOTE 3" */
    position:relative;
    z-index:1;
    width:100%;
    padding:20px;
    margin:20px auto;
     border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
	background:  #EDEDE3;
        border-radius: 4px;
		display:block;
}


.box1 h3 {
    position:relative;
    padding:10px 30px;
    margin:0 -30px 20px;
    font-size:28px;
    line-height:32px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    background:#93B96D;
    /* css3 extras */
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
       -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
            box-shadow:0 1px 1px rgba(0,0,0,0.2);
    /* See "NOTE 1" */
    zoom:1;
}

.box1 h3:before,
.box1 h3:after {
    content:"";
    position:absolute;
    /* See "NOTE 2" */
    z-index:-1;
    top:100%;
    left:0;
    border-width:0 10px 10px 0;
    border-style:solid;
    border-color:transparent #647D01;
}

.box1 h3:after {
    left:auto;
    right:0;
    border-width:0 0 10px 10px;
}

.destacados :hover {
    opacity: 0.9;
}






.box1 h4 {
    position:relative;
    padding:10px 30px;
    margin:0 -30px 20px;
    font-size:28px;
    line-height:32px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    background:#99CCCC;
    /* css3 extras */
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
       -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
            box-shadow:0 1px 1px rgba(0,0,0,0.2);
    /* See "NOTE 1" */
    zoom:1;
}

.box1 h4:before,
.box1 h4:after {
    content:"";
    position:absolute;
    /* See "NOTE 2" */
    z-index:-1;
    top:100%;
    left:0;
    border-width:0 10px 10px 0;
    border-style:solid;
    border-color:transparent #688A8B;
}

.box1 h4:after {
    left:auto;
    right:0;
    border-width:0 0 10px 10px;
}

/* サービス */


.service-container {
  text-align: left;
}

.service-container :hover {
    opacity: 0.6;
}

.singleservice {
	width:100%;
  display: inline-block;
  background-color: #f3f3f3;
  padding: 25px;
  color: #b2b2b2;
  text-align: left;
  margin-bottom: 15px;
  padding: 40px;
  border-bottom: 5px solid #93B96D;
  border-radius: 10px;
}

.singleserviceb {
	width:100%;
  display: inline-block;
  background-color: #f3f3f3;
  padding: 25px;
  color: #b2b2b2;
  text-align: left;
  margin-bottom: 15px;
  padding: 40px;
  border-bottom: 5px solid #99CCCC;
  border-radius: 10px;
}



h2.servicetitle{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  padding-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #8c8c8c;
}

img.serviceicon {
  display: block;
  margin:0 auto;
  padding-bottom: 15px;
  opacity: .9;
}


/* サービス2 */

#circle-shape-example { 
  margin: 2rem; 
}
#circle-shape-example p { 
  line-height: 1.8; 
}
#circle-shape-example .curve { 
  width: 33%; height: auto;
  min-width: 150px;
  float: left;
  margin-right:2rem; 
  border-radius: 50%;
  -webkit-shape-outside:circle();
  shape-outside:circle();
}


/* カラーBOX */

.shape{    
    border-style: solid; border-width: 0 40px 40px 0; float:right; height: 0px; width: 0px;
    -webkit-transform: rotate(360deg);  
    -moz-transform: rotate(360deg);  
    -o-transform: rotate(360deg);  
    transform: rotate(360deg); 
}
.shape-text{
    color:#fff; font-size:12px; font-weight:bold; position:relative; right:-22px; top:-3px; white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(46deg); /* Safari and Chrome */
	transform:rotate(46deg);
}
.offer{
	background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
.shape {
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-radius{
	border-radius:7px;
}
.offer-danger {	border-color: #d9534f; }
.offer-danger .shape{
	border-color: transparent #d9534f transparent transparent;
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
}
.offer-default {	border-color: #999999; }
.offer-default .shape{
	border-color: transparent #999999 transparent transparent;
}
.offer-primary {	border-color: #428bca; }
.offer-primary .shape{
	border-color: transparent #428bca transparent transparent;
}
.offer-info {	border-color: #5bc0de; }
.offer-info .shape{
	border-color: transparent #5bc0de transparent transparent;
}
.offer-warning {	border-color: #f0ad4e; }
.offer-warning .shape{
	border-color: transparent #f0ad4e transparent transparent;
}

.offer-content{
	padding:0 20px 10px;
}


/* 縦線 */



   .grid-divider {
        position: relative;
        padding: 0;
    }
    .grid-divider>[class*='col-'] {
        position: static;
    }
    .grid-divider>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 1px solid #DDD;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .col-padding {
        padding: 0 15px;
    }

/*----------------------------------------------------
   TIMELINE
----------------------------------------------------*/


.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 25px;
  margin-right: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 96% - 75px );
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  
  background-color:#FFF;
  margin-left:80px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  background-color: #999999;
  z-index: 2;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}

.timeline-badge.info {
  background-color: #2A3C54 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-body {
	color:#000000;
}

.timeline-body ul li {
	line-height:1.6em;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
.timeline:before {
  left: 20px;
}

.timeline > li > .timeline-badge {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.2em;
  position: absolute;
  top: 13px;
  left: 0px;
  margin-right: -20px;
}
.timeline > li > .timeline-panel {
  width: calc( 98% - 65px );
  padding: 8px;
  
  margin-left:60px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 21px;
  left: -15px;
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 22px;
  left: -14px;
}
.timeline .phone a{
	margin:0;
	padding:0;
	font-size:28px;
	font-weight:800;
	color:#F60;
}

}


.panel-table {
    display:table;
}
.panel-table > .panel-heading {
    display: table-header-group;
    background: transparent;
}
.panel-table > .panel-body {
    display: table-row-group;
}
.panel-table > .panel-body:before,
.panel-table > .panel-body:after {
    content:none;
}
.panel-table > .panel-footer {
    display: table-footer-group;
    background: transparent;
}
.panel-table > div > .tr {
    display: table-row;
}
.panel-table > div:last-child > .tr:last-child > .td {
    border-bottom: none;
}
.panel-table .td {
    display: table-cell;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
    border-left: none;
}
.panel-table .td:last-child {
    border-right: none;
}
.panel-table > .panel-heading > .tr > .td,
.panel-table > .panel-footer > .tr > .td {
    background-color: #f5f5f5;
}
.panel-table > .panel-heading > .tr > .td:first-child {
    border-radius: 0px 0 0 0;
}
.panel-table > .panel-heading > .tr > .td:last-child {
    border-radius: 0 0px 0 0;
}
.panel-table > .panel-footer > .tr > .td:first-child {
    border-radius: 0 0 0 0px;
}
.panel-table > .panel-footer > .tr > .td:last-child {
    border-radius: 0 0 0px 0;
}

ul.check li:before{
	font-family: 'Glyphicons Halflings';
	content: "\e067"; 
	margin-right:.5em;
	color:#CC0000;
}

/*----------------------------------------------------
   BOX
----------------------------------------------------*/
.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}
.box-icon {
    background-color: #57a544;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    letter-spacing: 2px;
    text-transform: uppercase;
}
.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}
.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}

/*----------------------------------------------------
   company 
----------------------------------------------------*/
dl.company dt{
	padding:5px 0em 10px 1em;
	margin-bottom:15px;
	border-left:5px solid #036;
	text-align:left;
}
dl.company dd{
	padding:5px 0em 10px 1em;
	margin-bottom:15px;
}


@media only screen
and (min-width : 320px)
and (max-width : 480px) {
dl.company dt{
	padding:3px 0em 10px 1em;
	margin-bottom:15px;
	border-bottom:dotted 1px #999999;
	border-left:5px solid #036; 
}
dl.company dd{
	padding:3px 0em 10px 1em;
	margin-bottom:15px;
}
}
/*----------------------------------------------------
   Footer
----------------------------------------------------*/
.footer1 {
    background: #f0f0f0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;/*	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003;*/
}



.title-widget {
	color: #898989;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-left: 28px;
}

.title-widget::before {
    background-color: #ea5644;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}



.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}


.widget_nav_menu ul li {
    line-height: 20px;
	position: relative;
    text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px;
    padding-bottom: 7px;
	width:95%;
}



.title-median {
    color: #636363;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
}

.footerp p {font-family: 'Gudea', sans-serif; }


#social:hover {
    			-webkit-transform:scale(1.1); 
-moz-transform:scale(1.1); 
-o-transform:scale(1.1); 
			}
			#social {
				-webkit-transform:scale(0.8);
                /* Browser Variations: */
-moz-transform:scale(0.8);
-o-transform:scale(0.8); 
-webkit-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
			}           
/* 
    Only Needed in Multi-Coloured Variation 
                                               */
			.social-fb:hover {
				color: #3B5998;
			}
			.social-tw:hover {
				color: #4099FF;
			}
			.social-gp:hover {
				color: #d34836;
			}
			.social-em:hover {
				color: #f39c12;
			}
			.nomargin { margin:0px; padding:0px;}





.footer-bottom {
    background-color: #15224f;
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: #fff;
}

/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #C3D2E6;
	border-radius:60px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #2A3C54;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
.footer1 .phone a{
	margin:0;
	padding:0;
	font-size:28px;
	font-weight:800;
	color:#F60;
}
.phone {
	margin:0;
	padding:0;
	font-size:28px;
	font-weight:800;
	color:#F60;
}

}

