/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 15px;
  line-height: 1.5em;
  color: rgba(28, 54, 83, 0.6);
  }

h1 {
  font-size: 60px; }

h2 {
  font-size: 40px;
  font-weight: 300;
  color: #3D4351; }

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #3D4351; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 15px;
  color: #3D4351;
  text-transform: uppercase;
  font-weight: 500; }
/*
.btn {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase; }

.btn:hover, .btn:focus {
  color: #fff;
  border-color: #FF5274;
  background-color: #FF5274; }
*/
.btn-white {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  border-color: #fff; }

.btn-white:hover, .btn-white:focus {
  color: #FF5274;
  border-color: #FF5274; }

.btn-fill {
  color: #fff;
  border: solid 2px #FF5274;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #FF5274; }

.btn-fill:hover, .btn-fill:focus {
  color: #fff;
  background-color: #D7405D;
  border-color: #D7405D; }

.btn-small {
  padding: 8px 40px; }

.btn-large {
  padding: 15px 40px; }

.btn-margin-right {
  margin-right: 20px; }

section.intro, section.features-extra, section.sign-up {
  background: #fff; }

section.features, section.blog-intro, section.blog {
  background: #F3F4F8; }

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
  content: "";
  display: table;
  clear: both; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

a {
  color: #333;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color; }

a:hover, a:focus {
  color: #FF5274;;
  text-decoration: none; }

body {
	font-family: "Apple TP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-weight: 300;
  color: #1f1f1f;
  -webkit-text-size-adjust: 100%; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section-padding {
  padding: 10px 0; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px; }

/* ==========================================================================
Animations
========================================================================== */
.pulse2 {
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.floating-arrow {
  -webkit-animation-name: floating-arrow;
          animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
.floating-logo {
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

/* ==========================================================================
Waypoinsts
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9 {
  visibility: hidden; }

.wp2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
  visibility: visible; }

/* ==========================================================================
Navigation
========================================================================== */
#slider{
display:block;
}
#sp_slide{
	display:none;
}
.sp_copyright{
	display:none;
}
nav-btn{
	display:none;
}
.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 0 35px 16px 0;
  cursor: pointer; }

.nav-toggle:focus {
  outline: none; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  background: #9bcb31;
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  cursor: pointer; }

.nav-toggle span:before {
  top: -10px; }

.nav-toggle span:after {
  bottom: -10px; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.nav-toggle.active span {
  background-color: transparent; }

.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0; }

.nav-toggle.active span:before {
  background: #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-toggle.active span:after {
  background: #fff;
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg); }

.navicon {
  position: absolute;
  height: 26px;
  right: 10px;
  top: 48px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
.nav-btn{
	visibility: hidden;
}

/* ==========================================================================
common_header
========================================================================== */
.common_header {
  min-height: 150px;
  background: #fff;
  background-size: cover;
  position: relative; }
  .common_header .down-arrow a {
    color: #fff; }
  .common_header h1 {
    color: #fff;
    margin-bottom: 40px; }
  .common_header p.intro {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .common_header .hero-content {
    padding-top: 26%; }

.navigation {
  background: #fefefe;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999; }

.fixed {
  position: fixed;
  z-index: 999;
  width: 100%; }

header {
  padding: 10px 0 0 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: padding 300ms ease-in-out;
          transition: padding 300ms ease-in-out; }
  header a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px; }
    header a.login {
      margin-right: 20px; }
	  
  header .logo {
/*    display: inline-block;*/
float:left;
width:330px;
	}
header .logo img{
width:100%;
	}
  header .tel {
float:right;
width:230px;
	}
header .tel img{
width:100%;
	}
	
.fixed header .logo {
width:247px;
	}
.fixed header .tel {
width:172px;
	}

.header-logo-tel{
	width:950px;
	margin:5px auto;
	}

.header-nav nav{
	width:950px;
	margin:5px auto;
	}

header ul.primary-nav {
    margin: 0;
    padding: 0; }
	
header ul.primary-nav li {
	margin:10px 0;
	float:left;
	width:158px; height:30px;
	border-left: #fff 1px dotted;
	border-right: #fff 1px dotted;
	  }
header ul.primary-nav li a{
	text-align:center;
	line-height:30px;
	font-size:18px;
	  }
header ul.primary-nav .gmenu_home a:hover {	background:#9bcb31;	}
header ul.primary-nav .gmenu_house a:hover {	background:#9bcb31;	}
header ul.primary-nav .gmenu_man a:hover {	background:#9bcb31;	}
header ul.primary-nav .gmenu_ground a:hover {	background:#9bcb31;	}
header ul.primary-nav .gmenu_seiyaku a:hover {	background:#9bcb31;	}
header ul.primary-nav .gmenu_contact a:hover {	background:#9bcb31;	}
		  
header ul.primary-nav li a {
        color: #fff;
		display:block;
		}
	  
header ul.primary-nav .gmenu_home .icon {
  width: 29px;
  height: 30px;
  background: url("../img/common/gmenu_home.png") no-repeat;
  background-size: 29px 30px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 10px 5px 0;
}
	  
header ul.primary-nav .gmenu_house .icon {
  width: 31px;
  height: 30px;
  background: url("../img/common/gmenu_house.png") no-repeat;
  background-size: 31px 30px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 10px 5px 0;
}
	  
header ul.primary-nav .gmenu_man .icon {
  width: 24px;
  height: 30px;
  background: url("../img/common/gmenu_man.png") no-repeat;
  background-size: 24px 30px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 10px 5px 0;
}
	  
header ul.primary-nav .gmenu_seiyaku .icon {
  width: 31px;
  height: 30px;
  background: url("../img/common/gmenu_seiyaku.png") no-repeat;
  background-size: 31px 30px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 10px 5px 0;
}
header ul.primary-nav .gmenu_ground .icon {
  width: 31px;
  height: 30px;
  background: url("../img/common/gmenu_ground.png") no-repeat;
  background-size: 31px 30px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 10px 5px 0;
}
	  
header ul.primary-nav .gmenu_contact .icon {
  width: 24px;
  height: 30px;
  background: url("../img/common/gmenu_contact.png") no-repeat;
  background-size: 24px 30px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 10px 5px 0;
}

		
header ul.member-actions li {
    display: inline; }

header ul.member-actions li a {
      color: #fff; }

header ul.member-actions li a:hover {
       color: #FF5274; }

header .header-nav {
/*    display: inline-block;*/
	background:#90c31f;
	height:50px;
	}
	
header .member-actions {
    position: absolute;
    right: 0;
    top: 41px;
    -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }

.down-arrow {
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

/* ==========================================================================
doubleview
========================================================================== */
.doubleview{
width:950px;
margin:0 auto;
	}

/* 左メニュー */

.doubleview .left-side{
	float:left;
	width:192px;
	margin:0 0 0 0;
	display:block;
	}

.doubleview .container{
	float:left;
	width:730px;
	margin:0 0 0 28px;
	padding:0;
	}

.doubleview dl{
	list-style:none;
	}

.doubleview dl li{
	color:#1b1b1b;
	font-size:15px;
	}
	
.doubleview dl li a{
	display: block;
	color:#666666;
	}
	
.doubleview dl li.icon01{
	line-height:50px;
	border-bottom:1px solid #90c31f;
	}
.doubleview dl li.icon01 a:hover{
	background:#DFF5CE;
}
	  
.doubleview dl li.icon01 .icon {
  width: 25px;
  height: 45px;
  background: url("../img/sidebar/icon_ad.png") no-repeat;
  background-size: 25px 45px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 5px 5px 5px
}

	
.doubleview dl li.icon02{
	line-height:50px;
	border-bottom:1px solid #90c31f;
	}
.doubleview dl li.icon02 a:hover{
	background:#DFF5CE;
}
	  
.doubleview dl li.icon02 .icon {
  width: 25px;
  height: 45px;
  background: url("../img/sidebar/icon_op.png") no-repeat;
  background-size: 25px 45px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 5px 5px 5px
}

	
.doubleview dl li.icon03{
	line-height:50px;
	border-bottom:1px solid #90c31f;
	}
.doubleview dl li.icon03 a:hover{
	background:#DFF5CE;
}
	  
.doubleview dl li.icon03 .icon {
  width: 25px;
  height: 45px;
  background: url("../img/sidebar/icon_buy.png") no-repeat;
  background-size: 25px 45px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 5px 5px 5px
}

	
.doubleview dl li.icon04{
	line-height:50px;
	border-bottom:1px solid #90c31f;
	}
.doubleview dl li.icon04 a:hover{
	background:#DFF5CE;
}
	  
.doubleview dl li.icon04 .icon {
  width: 25px;
  height: 45px;
  background: url("../img/sidebar/icon_sale.png") no-repeat;
  background-size: 25px 45px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 5px 5px 5px
}

	
.doubleview dl li.icon05{
	line-height:50px;
	border-bottom:1px solid #90c31f;
	}
.doubleview dl li.icon05 a:hover{
	background:#DFF5CE;
}
	  
.doubleview dl li.icon05 .icon {
  width: 25px;
  height: 45px;
  background: url("../img/sidebar/icon_company.png") no-repeat;
  background-size: 25px 45px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 5px 5px 5px
}

	
.doubleview dl li.icon06{
	line-height:50px;
	border-bottom:1px solid #90c31f;
	}
.doubleview dl li.icon06 a:hover{
	background:#DFF5CE;
}
	  
.doubleview dl li.icon06 .icon {
  width: 25px;
  height: 45px;
  background: url("../img/sidebar/icon_staff.png") no-repeat;
  background-size: 25px 45px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 5px 5px 5px
}

	
.doubleview dl li.icon07{
	line-height:50px;
	border-bottom:1px solid #90c31f;
	}
.doubleview dl li.icon07 a:hover{
	background:#DFF5CE;
}
	  
.doubleview dl li.icon07 .icon {
  width: 25px;
  height: 45px;
  background: url("../img/sidebar/icon_perform.png") no-repeat;
  background-size: 25px 45px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 5px 5px 5px
}

	
.doubleview dl li.icon08{
	line-height:50px;
	border-bottom:1px solid #90c31f;
	}
.doubleview dl li.icon08 a:hover{
	background:#DFF5CE;
}
	  
.doubleview dl li.icon08 .icon {
  width: 25px;
  height: 45px;
  background: url("../img/sidebar/icon_equip.png") no-repeat;
  background-size: 25px 45px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 5px 5px 5px
}

	
.doubleview dl li.icon09{
	line-height:50px;
	border-bottom:1px solid #90c31f;
	}
.doubleview dl li.icon09 a:hover{
	background:#DFF5CE;
}
	  
.doubleview dl li.icon09 .icon {
  width: 25px;
  height: 45px;
  background: url("../img/sidebar/icon_link.png") no-repeat;
  background-size: 25px 45px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 5px 5px 5px
}
	
.doubleview dl li.icon10{
	line-height:50px;
	border-bottom:1px solid #90c31f;
	}
.doubleview dl li.icon10 a:hover{
	background:#DFF5CE;
}
	  
.doubleview dl li.icon10 .icon {
  width: 25px;
  height: 45px;
  background: url("../img/sidebar/icon_seiyaku.png") no-repeat;
  background-size: 25px 45px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 5px 5px 5px
}

	
.doubleview dl li.bunjo a{
	display:block;
	margin:10px 0 0 0;
	}
	
.doubleview dl li.bunjo a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
.doubleview dl li.bunjo img{
	width:100%;
	}
	
.doubleview dl li.daihyo a{
	display:block;
	margin:10px 0 0 0;
	}
.doubleview dl li.daihyo a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
.doubleview dl li.daihyo img{
	width:100%;
	}
	
.doubleview dl li.mitsumori a{
	display:block;
	margin:10px 0 0 0;
	}
.doubleview dl li.mitsumori a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
.doubleview dl li.mitsumori img{
	width:100%;
	}
	
.doubleview dl li.satei a{
	display:block;
	margin:10px 0 0 0;
	}
.doubleview dl li.satei a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
.doubleview dl li.satei img{
	width:100%;
	}
	
.doubleview dl li.banner a{
	display:block;
	margin:10px 0 0 0;
	}
.doubleview dl li.banner a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
.doubleview dl li.banner img{
	width:100%;
	}
	
.doubleview dl li.btradius01{
	margin-top:10px;
	height:60px;
	background:#d2f342 url("../img/sidebar/arrow.png") no-repeat;
	border-radius:10px;
	text-indent:0px;
	position:relative;
	}
	
.doubleview dl li.btradius01 a{
	display:block;
	}

	
.doubleview dl li.btradius02{
	margin-top:10px;
	height:60px;
	background:#f3e042 url("../img/sidebar/arrow.png") no-repeat;
	border-radius:10px;
	text-indent:0px;
	position:relative;
	}
	
.doubleview dl li.btradius02 a{
	display:block;
	}
	
.doubleview dl li.btradius01 .text_main, .doubleview dl li.btradius02 .text_main{
	color:#1b1b1b;
	font-size:14px;
	line-height:1.5em;
	padding-top:12px;
	height:60px;
	}
	
.doubleview dl li.btradius01 .text_sub, .doubleview dl li.btradius02 .text_sub{
	color:#1b1b1b;
	font-size:10px;
	line-height:1.5em;
	position:absolute;
	top:36px;
	}



.doubleview dl li.btradius01 a:hover,
.doubleview dl li.btradius02 a:hover {
	background:#DFF5CE;
	border-radius:10px;
}

.doubleview dl li.btradius01 p,
.doubleview dl li.btradius02 p {
	padding-left:2.0em;
}

.doubleview dl li.btradius01 .text_sub,
.doubleview dl li.btradius02 .text_sub {
	padding-left:2.0em;
}


.doubleview .container .container_box{
	width:100%;
	margin-bottom:10px;
	}

.doubleview .container .container_box .slider img{
	width:100%;
	}

.doubleview .container .container_box .h2box{
	border-bottom:#90c31f 1px dotted;
	}

.doubleview .container .container_box h2{
	font-size:20px;
	line-height:40px;
	border-bottom:#90c31f 2px solid;
	margin-bottom:3px;
	}


	
/* ==========================================================================
To top
========================================================================== */
.to-top {
  height: 60px;
  background-color: #9bcb31; }
  .to-top .to-top-wrap {
    height: 60px;
    width: 70px;
    position: absolute;
    right: 0;
    text-align: center; }
    .to-top .to-top-wrap a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.15); }
    .to-top .to-top-wrap a:hover, .to-top .to-top-wrap a:focus {
      background-color: rgba(0, 0, 0, 0.4); }
    .to-top .to-top-wrap i {
      font-size: 30px;
      line-height: 55px; }
  .to-top .row {
    position: relative; }

/* ==========================================================================
Footer
========================================================================== */
footer {
  background-color: #90c31f;
  position: relative; }
  footer p {
    color: #fefefe;
    font-size: 13px; }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #FF5274; }
  footer ul.footer-group {
    border-top: solid 1px #4E566C;
    padding-top: 25px;
    margin-bottom: 45px; }
  footer ul.footer-group li {
    display: inline-block; }
  footer ul.footer-group li a {
    font-size: 13px;
    text-transform: uppercase; }
  footer ul.footer-group li a:hover {
    color: #FF5274; }
  footer ul.footer-group li {
    margin-right: 30px; }
  footer ul.footer-group li:last-child {
    margin-right: 0; }
  footer span.fa-heart {
    color: #ff415c;
    font-size: 15px;
    margin: 0 2px; }
  footer .social-share {
    position: absolute;
    background-color: #373D4A;
    right: 0;
    width: 40%;
    height: 100%;
    padding: 142px 0 0 70px; }
    footer .social-share p {
      color: #fff;
      text-transform: uppercase;
      padding-bottom: 10px; }
    footer .social-share a.twitter-share {
      height: 60px;
      width: 60px;
      background-color: #1AB4EF;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center;
      margin-right: 20px; }
    footer .social-share a.twitter-share:hover, footer .social-share a.twitter-share:focus {
      background-color: #1590BF; }
    footer .social-share a.facebook-share:hover, footer .social-share a.facebook-share:focus {
      background-color: #324C85; }
    footer .social-share a.facebook-share {
      height: 60px;
      width: 60px;
      background-color: #3B5898;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center; }
    footer .social-share a {
      color: #fff; }
    footer .social-share a:hover {
      color: #fff; }
    footer .social-share a i {
      margin-top: 20px; }
  footer .footer-links {
    margin: 120px 0 120px 0; }
	
footer .footer-left{
	margin:0;
	float:left;
	min-width:600px;max-width:600px; height:270px;

	}
footer .footer-left .footer_menu{
	margin:42px 0 0 0;
	float:left;
	width:184px; height:180px;
	line-height:1.8em;
	}
footer .footer-right{
	margin:0;
	float:right;
	width:310px; height:270px;
	background:#cff75e;
	}
footer .footer-right .footer_logo{
	margin:40px auto 0;
	width:234px;
	}
footer .footer-right .bt_contact{
	margin:10px auto 0;
	width:234px;
	line-height:47px;
	background:#e74c3c;
	font-size:18px;
	color:#fff;
	text-align:center;
	border-radius:10px;
	}

footer .footer-right .bt_contact a{
	display:block;
	color:#fff;
	}
footer .footer-right .bt_contact a:hover{
	color:#fff;
	background:#e8796d;
	border-radius:5px;
	}
	  
footer .footer-right .bt_contact .icon {
  width: 21px;
  height: 17px;
  background: url("../img/common/footer_contact.png") no-repeat;
  background-size: 21px 17px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  margin: 0 10px 5px 0;
}