@charset "UTF-8";
/******************************************************************

Site Name: LFC
Author: Logical Force Corporation.

Stylesheet: Main Stylesheet

******************************************************************/
/* CSS内でFontAwesomeを使う設定 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++
 STYLE CSS
++++++++++++++++++++++++++++++++++++++++++++++++*/
/*------------------------------------------------
 Base style
------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
html, body {
  width: 100%;
}
html {
  /*overflow-y: scroll;*/
  height: 100%;
}
body {
  margin: 0;
  /*min-width: 1080px;*/
  background-color: #fff;
  color: #555555;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  line-height: 2.2;
}
#main { /*font-family:,"游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;*/
  font-size: 1.1em;
}
/*	MAIN CONTAINER Set the width to whatever you want the width of your site to be. */
.container {
  /* サイトの設定にあわせて追加 */
  max-width: 1080px;
  width: 1080px;
  margin: 30px auto 0;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* 画像の下に隙間ができるのを防ぐ */
  vertical-align: bottom;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  margin: 0;
}
small {
  font-size: 85.7%;
}
.kome {
  font-size: 0.5em;
}
/* PCとスマホで表示切り替え PC=表示、SP=非表示 */
.pc, .tabs {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------
 Clearfix
------------------------------------------------*/
/* clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* micro clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/*------------------------------------------------
Common Style
------------------------------------------------*/
/* link style
-----------------------------------*/
a {
  color: #555;
  text-decoration: underline;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  /* タップ時のハイライトを透明にする*/
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
a:focus, *:focus {
  outline: none;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  color: #333333;
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #333;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height:auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}





/* Reset style
-----------------------------------*/
.nomargin {
  margin: 0 !important;
}
.noborder {
  border: none !important;
}
.nopadding {
  padding: 0 !important;
}
.nobg {
  background: none !important;
}
p.non {
  padding: 0 !important;
}
/*------------------------------------------------
Basic Layout
------------------------------------------------*/
#wrapper {}
#main {}
.sub #main {
 /*padding-top: 70px;*/
  padding-top: 0;
  padding-bottom: 120px;
}
.section {
  text-align: center;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table tr {
  border-bottom: solid 1px #ccc;
}
table tr:first-child {
  border-top: solid 1px #ccc;
}
table th, td {
  padding: 1%;
}
/*------------------------------------------------
文字装飾など
------------------------------------------------*/
.bold {
  font-weight: bold;
}
.red {
  color: red;
}
.center {
  text-align: center;
}
/*------------------------------------------------
Header
------------------------------------------------*/
h1 {
  padding: 12px 3%;
  text-align: center;
  line-height: 2;
  color: #fff;
}
.sub1 h1{
	padding: 0;
	color: #808080;
    text-align: inherit;
	margin-left: 2%;
}
.sub1 {
  display: table;
  clear: both;
  font-size: 0.5em;
  position: absolute;
  z-index: 9;
  padding: 0px 3%;
  /*margin: 7% 0 0 0;*/
  background: #fff repeat 0 0;
  width: 100%;
  text-align: inherit;
}
@media (max-width: 1024px) {
	
}
@media (max-width: 768px) {
  .sub1 {
    /*display: none;*/
	  font-size: small;
     /* margin: 1% 0 0 0;*/
	  
  }
  .sub1 h1{
		margin-left: 0;
	    font-size: inherit;
	}
}
/*------------------------------------------------
Footer
------------------------------------------------*/
#footer {
  position: relative;
  padding: 40px 0 40px;
  color: #333;
  font-size: 16px;
  border-top: 5px solid #b4b4b4;
  background-color: #E5E5E5;
}
#footer a {
  color: #333;
}
#footer img {
  display: block;
}
.co-name_group {
  margin-top: 20px;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: bold;
  width: 35%;
}
ul.co-details {
  margin-top: 35px;
  line-height: 1.5;
  font-size: 0.9em
}
.co-name {
  font-size: 20px;
  color: #333;
}
#footer .footer_nav ul {
  float: left;
  font-size: 0.9em;
	margin-top: 50px;
}
#footer .ftmenu li {
  float: left;
  padding: 2em;
}
#footer .ftmenu li:first-child {
  /*margin-left: 100px;*/
	margin-left: 45px;
}
/* コピーライト */
#footer #copyright {
  margin: 50px auto 0;
  text-align: center;
  line-height: 1.1;
  font-size: 0.9em
}
/*------------------------------------------------
PageTop
------------------------------------------------*/
/*------------------------------------------------
Contents
------------------------------------------------*/
/* Heading style
-----------------------------------*/
/* H2 */
h2 {
  line-height: 1;
  font-weight: bold;
  font-size: 28px;
  padding-top: 15px;
  color: #333333;
  position: relative;
  display: inline-block;
}
h3 {
  font-size: 1.2em;
}
h4 {
  margin: 0 0 12px;
  font-size: 1.1em;
}
/*------------------------------------------------
共通部分
------------------------------------------------*/
.content_text .textbox {
  width: 90%;
  margin: 5% auto;
}
.bold {
  font-weight: bold;
}
#about h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 320px;
  height: 2px;
  left: 80%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}
#product h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 280px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}
#partner h2:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 250px;
  height: 2px;
  left: 85%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}
#group h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 280px;
  height: 2px;
  left: 80%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}

#news h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 380px;
  height: 2px;
  left: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}

#privacy h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 280px;
  height: 2px;
  left: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}
#point h2:before {
  background-color: white;
}
#about h2 {
  text-align: left;
}
#partner h2 {
  text-align: left;
}
#product h2 {
  text-align: center;
}
#product .btn-wrap {
  height: 150px;
}
.subtitle {
  font-size: 16px;
}
.arrow_btn {
  display: inline-block;
  position: relative;
  /*width: 150px;*/
  padding-left: 70%;
  text-align: center;
  text-decoration: none;
  /*background: navy;*/
  /*border-radius: 10px;*/
  /*border:1px solid #1B1B1B;*/
  transition: transform ease .3s;
  /*margin: 1em 0 0 auto;*/
  font-size: 18px;
  font-weight: 1000;
  color: #333;
}
.arrow_btn:hover {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}
.arrow_btn span {
  display: inline-block;
  text-decoration: none;
  transition: transform ease .3s;
  font-size: 2.1em;
  position: absolute;
  top: 50%;
  margin-top: -1.15em;
  right: -.9em;
}
.arrow_btn:hover span {
  color: #ccc;
  cursor: pointer;
  text-decoration: none;
  transform: translateX(6px);
}
#top_contact .arrow_btn {
  padding: 0px;
}
/*------------------------------------------------
TOP
------------------------------------------------*/
/* 余白指定
-----------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
#about, #top_contact, #partner {
  margin-bottom: 15%;
}
#product {
  margin-bottom: 5%;
}

#about p{margin-bottom: 2%;}



/*------------------------------------------------
アニメーション指定
------------------------------------------------*/
.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fade-in-bottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-top {
  opacity: 0;
  animation: fadein-top 1.5s .2s ease-out forwards;
}
@keyframes fadein-top {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.product_img {
  overflow: hidden;
  padding-top: 10px;
}
.product_img img {
  opacity: 1.0;
  transition: all 0.5s;
}
.product_img img:hover {
  opacity: 1.0;
  transform: scale(1.1, 1.1);
}
.anim-box {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
/*------------------------------------------------*/
/* 背景指定
-----------------------------------*/
.boredr {
  display: table;
  width: 100%;
  height: 2px;
  background-color: #E5E5E5;
  transform: skewY(-18deg);
  margin-top: 10vw;
}
.boredr2 {
  display: table;
  width: 100%;
  height: 2px;
  background-color: #E5E5E5;
  transform: skewY(-18deg);
  margin-top: 1vw;
}
.diagonal_section {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(120deg, transparent, transparent 2px, rgba(229, 229, 229, 1) 2px, rgba(229, 229, 229, 1) 1380px);
  transform: skewY(17deg);
}
.diagonal_section2 {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(120deg, transparent, transparent 2px, rgba(229, 229, 229, 1) 2px, rgba(229, 229, 229, 1) 1380px);
  transform: skewY(8deg);
	
}
.diagonal_section #product, #top_contact {
  transform: skew(0deg, -17deg);
}
.diagonal_section .container {
  transform: skew(0deg, -17deg);
}
.diagonal_section2 .container {
  transform: skew(0deg, -8deg);
}
/*------------------------------------------------*/
/* flexbox
-----------------------------------*/
.f-container {
  display: flex;
	
}
.textbox {
  width: 48%;
  margin-right: 2%;
}

.textbox02 {
  width: 80%;
  margin-right: 2%;
}


.textbox_full {
  width: 98%;
  margin: 2%;
}
.f-container2 {
  display: flex;
  flex-wrap: wrap;
}
.f-container2 .f-item {
  width: 45%;
}
.f-container3 .f-item {
  width: 48%;
}


.mgn_features .f-item{width: 33%;}


/* TOP about
-----------------------------------*/
#about {
  position: relative;
  z-index: 5;
}
/*------------------------------------------------*/
/* flexbox　TOP製品案内部分
-----------------------------------*/
#product .f-container {
  position: relative;
}
#product .f-container {
  margin: 5% 0%;
}
#product .title_area {
  position: relative;
}
#product .title_area2 {
  position: absolute;
  z-index: 5;
  right: 38%;
}
#product .title_area3 {
  position: absolute;
  z-index: 5;
  right: 50%;
}
#product .textbox p {
  margin-top: 110px;
  text-align: left;
}
#product h3 img {
  width: 100%;
}
#product h3:before {
  content: '';
  position: absolute;
  bottom: -1px;
  display: inline-block;
  width: 320px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}





a.btn-border {
  text-decoration: none;
  border: 2px solid #333;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 #333;
  box-shadow: 4px 4px 0 #333;
  padding: 1% 5% 1% 5%;
  /* width: 500px;*/
}
a.btn-border:hover {
  -webkit-box-shadow: -4px -4px 0 #333;
  box-shadow: -4px -4px 0 #333;
}

.healt{font-size:1.3em;}

/*------------------------------------------------*/
/* グループ会社
-----------------------------------*/
#group .textbox {
  width: 90%;
  
}
#group .f-container {
  margin-bottom: 100px;
  margin-top: 50px;
}
#group p {
  margin-top: 50px;
}

.group_box h4{margin: 0;}

#group .group_box p{margin-top: 0px;}

.group_box h5{font-size: 1.1em;}

.group_box div{margin: 5px auto 25px auto;position: relative;z-index: 10;}

.group_box .f-container2 img{padding-top: 20%;}
.underline{border-bottom: 1px solid;}

.group_img img{max-width: 100%;}


.basicBox {
  width: 380px;
  height: 110px;
  margin: 15px auto;
  color: #fff;
  font-size: 0.85rem;
  /* line-height: 65px;*/
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 2px;
}
/*------------------------------------------------*/
/* サブページトップイメージ指定
-----------------------------------*/
.sub_top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  height: 500px;
}
#company .sub_top {
  background-image: url("../images/company/mainimage.jpg");
  position: relative;
  z-index: 5;
}
#product_guide .sub_top, #healthseed .sub_top, #magnefit .sub_top, #oem .sub_top {
  background-image: url("../images/product/mainimage5.jpg");
  position: relative;
  z-index: 5;
}
#news .sub_top {
  background-image: url("../images/news/mainimage.jpg");
  position: relative;
  z-index: 5;
}
#partnership .sub_top {
  background-image: url("../images/partner/mainimage.jpg");
  position: relative;
  z-index: 5;
}
#privacy .sub_top {
  background-image: url("../images/privacy/mainimage.jpg");
  position: relative;
  z-index: 5;
}
#contactform .sub_top {
  background-image: url("../images/contact/mainimage.jpg");
  position: relative;
  z-index: 5;
}
.sub_top h2 {
  position: absolute;
  /*top: 25%;*/
  top: 30%;
  left: 10%;
}
#contactform .sub_top h2 {
  /*top: 23%;*/
}
.sub_top h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 300px;
  height: 2px;
  left: 120%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}
#company .sub_top h2:before {
  width: 240px;
  left: 100%;
}
#partnership .sub_top h2:before {
  width: 250px;
  left: 88%;
}
#contactform .sub_top h2:before {
  width: 250px;
  left: 70%;
}
#healthseed .sub_top h2:before {
  left: 90%;
}
#magnefit .sub_top h2:before {
  left: 78%;
}
#oem .sub_top h2:before {
  left: 66%;
}
#product_guide .sub_top h2:before {
  left: 90%;
}
/*------------------------------------------------*/
/* サブページタイトル部分
-----------------------------------*/
.title_area {
  position: relative;
  z-index: 5;
}
.title_area h3:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 300px;
  height: 2px;
  left: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}
#newsarea .title_area h3:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 650px;
  height: 2px;
  left: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}
.agency .title_area h3:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 650px;
  height: 2px;
  left: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}
#privacy .title_area h3:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 120%;
  height: 2px;
  left: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}
#partner_area .title_area h3:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 110%;
  height: 2px;
  left: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}


#promise .title_area h3:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 110%;
  height: 2px;
  left: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}

#strict .title_area h3:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 110%;
  height: 2px;
  left: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}

#mgnfit .title_area h3:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 60%;
  height: 2px;
  left:30%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}
#kaion .title_area h3:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 40%;
  height: 2px;
  
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}

.matdata{margin-bottom: 20px;}

/*------------------------------------------------*/
/* indexトップイメージ指定
-----------------------------------*/
#topImg_area {
  position: relative;
}
#topImg_area div img {
  max-width: 100%;
  margin-top: 60px;
}
.catch_copy {
  color: #fff;
  font-size: 18px;
  text-shadow: 3px 3px 5px #000;
  font-weight: bold;
  position: absolute;
  width: 600px;
  left: 45%;
  top: 25%;
}
.catch_copy .subtitle {
  display: block;
  font-size: 22px;
  letter-spacing: 3px;
  text-align: left;
  margin-left: 30px;
}
a.btn_sp {
  display: none;
}
.frame {
  display: inline-block;
  position: relative;
}
.frame:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 98%;
  height: 95%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transform: translate(50px, 50px);
  background: #cccccc;
  z-index: -1;
}
#mainImg a {
  width: 60px;
  margin-left: -30px;
  padding-top: 40px;
  font-size: 1.5em;
  color: #fff;
  position: absolute;
  bottom: 10%;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  overflow: hidden;
}
#mainImg a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
/*------------------------------------------------*/
/* 　会社概要ページ
-----------------------------------*/
.outline {
  margin: 5% 0%;
  z-index: 5;
}
.telbox {
  margin-top: 2%;
}
.teltxt {
  font-size: 1.5em;
}
.holiday {
  width: 32%;
  border-bottom: 1px solid #333333;
}
.map p {
  text-align: center;
}

.map_img{justify-content:center;
}

.map_img img{padding: 5%;}
/*------------------------------------------------*/
/* 　製品案内ページ
-----------------------------------*/
.inner {
  margin: 2%;
}

.first div{margin-bottom: 20px;}

#healtsSeed .title_area h3:before {
  width: 450px;
}
#healtsSeed h4 {
  color: #049bc4;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}
#healtsSeed .point h4 {
  margin: 2%;
}
#healtsSeed .qa h4 {
  margin: 2% auto;
}
#healtsSeed h5 {
  font-size: 1.1em;
  margin: 2% 0% 0% 0%;
  ;
}
#kaion h4 {
  color: #db7093;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}
#airfit h4 {
  color: #6ebbb5;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}
.airbtn {
  text-align: center;
}
.btn, a.btn, button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #40736f;
}
a.btn-flat span {
  position: relative;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #6ebbb5;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.point, .treatment, .qa {
  background: #e6f9ff;
  border: 2px solid #00c4ff;
  border-radius: 5px;
}
.first p {
  margin-bottom: 3%;
}
.point .textbox {
  border: 2px solid #ccc;
  background: #fff;
	width: 60%;
	margin-right: 100px;
	padding: 2%;
	border-radius: 5px;
}



.point_box .f-container {
align-items: center;
	
 
}


#healtsSeed .point .f-container {
  margin: 3%;
}
#healtsSeed .point .worry {
  width: 25%;
  margin-right: 5px;
  margin-bottom: 10px;
}

#healtsSeed .introduction p{margin: 15px auto;}

.treatment {
  margin-bottom: 2%;
  padding-bottom: 2%;
}
.treatment_box {
  margin: 5% auto;
}
.treatment_text {
  width: 56%;
  float: left;
}
.treatment_phot {
  width: 40%;
  float: left;
  margin-left: 4%;
  margin-top: 5%;
}
.treatment_phot li {
  float: left;
}
.treatment .textbox {
  width: 60%;
}
.function .f-item {
  margin-right: 5%;
}
.treatment .f-item img {
  vertical-align: middle;
  padding-top: 20%;
  padding-left: 2%;
}
.design .f-item {
  width: 45%;
  margin-right: 5%;
}
.qa {
  padding-bottom: 2%;
  margin: 2% auto;
}
.specification ul {
  margin: 2% 0%;
}

.specification .f-container{align-items: center;
margin-bottom: 3%;}


.caution_img2 {
  margin: 1px 10px 0px 0px;
}
.mgn_features2 .f-item img {
  margin-top: 20%;
}
.mgn_features {
  background: #f2f2f2;
}
.mgn_features .f-item {
  margin: 1%;
}
.gray {
  background: #ccc;
}
.mgn_features h4 {
  text-align: center;
  border-bottom: 1px solid #333;
}
.mgn_features .f-item p {
  padding: 1%;
}
.mgn_features2 ul {
  margin-top: 20%;
}
.mgn_features3 {
  background: #fffce4;
}
.mgn_features4 {
  background: #fffce4;
}
.mgn_img {
  width: 60%;
}
.mgn_img img {
  width: 100%;
}
.circle {
  margin-top: 12px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  background-color: #f29417;
  color: #fff;
  float: left;
  text-align: center;
  line-height: 70px;
  vertical-align: middle;
  font-size: 1.3em;
  margin-right: 5px;
}



.mgn_title h3{padding-top: 12px;
margin-bottom: 0px;}


.mgno {
  background-color: #f29417;
  color: #fff;
  padding: 0.5% 1%;
  margin-right: 5px;
}





.patent{
width:400px;
font-weight: bold;
}

.patent_p{background-color:#333; 
color: #fff;padding: 2%;
border-top-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
border-bottom-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
line-height:5;	
}

.patent_p2{padding: 2%;
border: 1px solid #333;
border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
border-bottom-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;}

.mgn_features5 h3{margin-bottom: 0;}

.mgn_features5 .f-item img{padding-top:20px;}

.mgn_imgarea p{margin: 2% auto;}

.oem p{margin-bottom: 2%;}
.oem{margin-bottom: 5%;}

.other{color: #fff;background:#555555;border-radius: 5px;padding: 1%;}

/* 　tab設定
-----------------------------------*/
.tab_area {
  overflow: hidden;
  margin: 0;
}
.tab_area li {
  /*Tabの装飾*/
  width: 23.5%;
  font-size: 1.2em;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  border-spacing: 0px 10px;
  color: #fff !important;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
}
.tab_area li:first-child {
  background: #81cbc5;
}
.tab_area li:nth-child(2) {
  background: rgb(4, 155, 196);
}
.tab_area li:nth-child(3) {
  background: #ff7f50;
}
.tab_area li:nth-child(4) {
  background: rgb(219, 112, 147);
}

.tab_area li a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.all_area {
  overflow: hidden;
}

.hide {
  display: none;
}
/* 　製品詳細スライダー
-----------------------------------*/
#results .innerbox {
  padding: 10px 0;
}
#results #slider img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.slider_wrapper {
  background-color: #EFEFEF;
  border-radius: 5px;
  width: 100%;
  max-width: 918px;
  padding: 20px 0;
  margin: 0 auto 100px;
}
.slider_wrapper img {
  border: 1px solid #fff;
}
.slider_wrapper img:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  #results .innerbox {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .slider_wrapper {
    margin-bottom: 20px;
  }
}
/* 　お知らせページ
-----------------------------------*/
#newsarea {
  position: relative;
  z-index: 5;
}
#newsarea p {
  margin-bottom: 3%;
  float: left;
}
.agency .content_text .textbox {
  margin: 1% auto;
}
.news_caution {
  width: 90%;
  margin: 1% auto;
}
/* 　パートナーページ
-----------------------------------*/
#partner_area {
  position: relative;
  z-index: 5;
}
.promise_box .textbox {
  width: 70%;
  margin-left: 20px;
}
.promise_box {
  margin-bottom: 3%;
}
.promise_box p {
  margin-bottom: 5%;
}
#strict p {
  margin-bottom: 5%;
}
.partner_contact p {
  margin-right: 15px;
}
.partner_contact a.btn-flat {
  background: #333;
  border-radius: 5px;
}
.partner_contact .btn, a.btn, button.btn {
  font-size: 1em;
  padding: 1.2rem 4rem;
}
.partner_contact a.btn-flat:before {
  background: #b4b4b4;
}
.fa-phone-alt {
  color: #fff;
}
.telbtn {
  background: #333;
  color: #fff;
  padding: 1.2rem 4rem;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1.5;
}
/* 　個人情報保護方針ページ
-----------------------------------*/
.privacy01 {
  position: relative;
  z-index: 5;
}

/* 　グループ会社サンプル用css
-----------------------------------*/
.sample{margin:10px 0px 20px 0px;}
.sample ul li{float: left;}
.sample li{margin: 1%;background: #333;
width: 150px;
text-align: center;}

.sample li a{color: #fff;}

/* レスポンシブ指定
-----------------------------------*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #326132
  }
}
@media screen and (max-width:1200px) {
  #mainImg a {
    width: 60px;
    margin-left: -30px;
    padding-top: 40px;
    font-size: 1.5em;
    color: #fff;
    position: absolute;
    bottom: 20%;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    overflow: hidden;
  }
}
@media screen and (max-width:1024px) {
	.container {  
		width: 980px; max-width: 100%;
    margin: 0 auto;
    /* サイトの設定にあわせて追加 */
 
    
  }
  #mainImg a {
    display: none;
  }
  .catch_copy {
    top: 15%;
	  left:35%;
  }
	
	.tab_area{margin-top: 10px;}

	.sub_top h2{top:15%;}
  #about .f-container {
    margin: 5% 2%;
  }
  #product .f-container {
    margin: 5% 2%;
  }
}
@media screen and (max-width: 768px) {
  #mainImg {
    margin-top: 10%;
  }
	
	.sub #main {
    padding-top: 0px;
  }
 #product .arrow_btn {padding-left: 50%;}
  .container {
    padding: 2% 3%;
  }
  .section .innerbox {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
  h4 {
    padding: 0;
    letter-spacing: 0.01em;
    line-height: 1.5em;
    color: #000;
    font-size: 1em;
  }
  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #footer > .container {
    padding: 0 3%;
  }
  #footer > .container > div {
    width: 100%;
    min-height: auto;
  }
  body {
    /* 画面サイズを小さくした時に背景が切れるのを防ぐ */
    min-width: 100%;
  }
  .container {
    
    max-width: 100%;
    margin: 0 auto;
  }
  /* PCとスマホで表示切り替え PC=非表示、SP=表示 */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  #topImg_area {
    height: 600px;
  }
  #mainImg a {
    display: none;
  }
  .catch_copy {
    width: 400px;
    margin-left: -80px;
    top: 20%;
	  left: 50%;
    font-size: 12px;
  }
  .subtitle {
    font-size: 12px;
  }
  .textbox {
    width: 100%;
    margin-bottom: 5%;
  }
	
	.point .textbox{width: 100%;}	
	
 /* .textbox p {
    padding: 2%;
  }*/
  .product_img {
    overflow: hidden;
    padding-top: 100px;
  }
  #group .textbox {
    width: 90%;
    margin: 5% auto;
  }
  #partner {
    background-position: center;
    height: 500px;
  }
	.mgn_features .f-item{width: 100%;}

  .box26 .box-title {
    left: 30%;
    right: 30%;
  }
  .promise_box .textbox {
    width: 100%;
  }
  .sub_top {
    height: 200px;
	margin-top:80px;
	background-position: 70% 75%;
  }
  .sub_top h2 {
    top: 10%;
	 /*top: 15%;*/
  }
  .partner_contact a.btn-flat:before {
    background: none;
  }
  a.btn-flat:before {
    background: none;
  }
  .frame:after {
    height: 35%;
    width: 85%;
  }
  .tab_area li {
    width: 30%;
	margin-bottom: 5px;
  }
  #product .title_area3 {
    right: 35%;
  }
	
	.airfit .title_area h3:before {
    left: 22%;
}
	
	#kaion .title_area h3:before {
    width: 80%;
    left: 40%;	
}
	#healtsSeed .title_area h3:before{left: 30%;
    width: 60%;}
}@media (max-width: 767px) {

}
@media (max-width: 480px) {
	#partner_area .title_area h3:before{width: 150%;}
  #footer > .container > div {
    text-align: center;
  }	
  .tabs{
		display: none !important;
  }
  #about .innerbox {
    padding-bottom: 80px;
  }
  #topImg_area {
    height: 550px;
    margin-top: 10px;
  }
  a.btn_pc {
    display: none;
  }
  a.btn_sp {
    display: block;
  }
	h1{padding: 0;}
  .catch_copy {
    width: 80%;
    top: 15%;
	  left: 50%;
    text-align: left;
    margin-left: -150px;
    overflow: hidden;
  }
	#mainImg {
    margin-top: 15%;
}
	.catch_copy h1{font-size: 1.5em;}
  .catch_copy .subtitle {
    font-size: 12px;
    text-align: left;
	  margin-left: 10%;
  }
	.healt {
    font-size: 18px;
}
  
  h2 {
    font-size: 1.2em;
    line-height: 1em;
    padding-top: 80px;
  }
	
  .sub_top h2 {
    /*top: 5%;*/
    top: 13%;
  }
  #contactform .sub_top h2 {
    /*top: 5%;*/
  }
 #partnership .sub_top h2:before {
   width: 250px;
   left: 85%;
 }
  .section p, h3 {
    font-size: 1em
  }
	#news h2:before{
		width: 300px;
		left: 45%;
	}
	#magnefit h2:before{
		width: 300px;
		left: 20%;
	}
	#healthseed h2:before{
		width: 300px;
		left: 20%;
	}
	#partner_area .title_area h3:before{width: 150%;}
	
	#promise .title_area h3:before{width: 150%;}
	#strict .title_area h3:before{width: 150%;}
	#healtsSeed .title_area h3:before{left: 45%;
    width: 90%;}
	#product .title_area2 {
    position: absolute;
    z-index: 5;
    right: 45%;
}
	.airfit .title_area h3:before {
    left: 15%;
    width: 30%;
}
	
  .arrow_btn {
    padding-left: 50%;
    margin: 0px;
  }
  .f-container {
    flex-direction: column;
  }
.patent {
    flex-direction: row;
	
  }
  #healtsSeed .point .worry {
    width: 100%;
    margin: 0 auto;
  }
  #about h2 {
    padding-top: 20px;
    padding-left: 2%;
  }
  .frame img {
    width: 80%;
  }
  .frame:after {
    width: 80% !important;
    height: 95%;
  }
  .healt img {
    margin-left: 5%;
  }
  #partner h2 {
    padding-top: 0px;
  }
  #group h2 {
    padding-left: 2%;
  }
  .company_text .textbox {
    width: 100%;
  }
  .item1 {
    order: 2;
  }
  .item5 {
    order: 6;
  }
  .item6 {
    order: 5;
  }
  .holiday {
    width: 100%;
  }
  .hidden_box label {
    font-size: 1em;
  }
  .f-container2 .f-item {
    width: 100%;
  }
  .treatment_text {
    float: none;
    width: 100%;
  }
  .treatment_phot {
    font: none;
    width: 100%;
  }
  .treatment .f-item img {
    padding: 0;
  }
  .treatment .textbox {
    width: 100%;
  }
  .tab_area li {
    float: none;
    margin-bottom: 5px;
    width: 100%;
  }
  .kiyaku-box h4 {
    margin-top: 10px;
  }
  .promise_box .textbox {
    margin: 0;
  }
  .partner_contact .f-container p {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .partner_contact .btn, a.btn, button.btn {
    font-size: 1em;
  }
  .telbtn {
    padding: 1.2rem 0.8rem;
    text-align: center;
  }
  .f-item {
    margin: 0 auto;
    padding-top: 5px;
  }
	
	.airbtn {
		font-size: 1em;}
		.mgn_img {
    width: 100%;
}

	
	
}
@media screen and (max-width: 360px) {
  .menu-left img {
    margin-left: 2%;
  }
  .catch_copy {
    width: 90%;
  }
  #mainImg {
    margin-top: 20%;
  }
}
/* 
-----------------------------------*/