@charset "UTF-8";
/******************************************************************

Site Name: LFC
Author: Logical Force Corporation.

Stylesheet: Main Stylesheet

******************************************************************/
/*++++++++++++++++++++++++++++++++++++++++++++++++
 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 {
  height: 100%;
}
body {
  margin: 0;
  min-width: 1080px;
  background-color: #fff;
  color: #000;
  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;
}
#main { 
  font-size: 1.1em;
}
/*	MAIN CONTAINER Set the width to whatever you want the width of your site to be. */
.container {
  /* サイトの設定にあわせて追加 */
  max-width: 1024px;
  width: 1024px;
  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 {
  display: block !important;
}
.sp {
  display: none !important;
}
/*480以下で非表示切り替え*/
.sp-mini {
  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;
  -o-transition: all 1s ease;
  -webkit-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
------------------------------------------------*/
.sub #main {
  padding-bottom: 80px;
}
.section {
  text-align: center;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table tr {
  border-bottom: dashed 1px #ccc;
}
table tr:last-child {
  border: none;
}
table th, table td {
  text-align: left;
  padding: 15px 0;
}
table th {
  width: 25%;
}

/*------------------------------------------------
文字装飾など
------------------------------------------------*/
.bold {
  font-weight: bold;
}
.red {
  color: red;
}
.center {
  text-align: center;
}

/* Heading style
-----------------------------------*/
/* H2 */
h2 {
  line-height: 0.8em;
  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;
}
h2 .title_rb {
  font-size: 0.5em;
}
.weight {
  font-size: 2em;
}

/*------------------------------------------------
共通部分
------------------------------------------------*/
.content_text .textbox {
  width: 90%;
  margin: 5% auto;
}
.bold {
  font-weight: bold;
}
.subtitle {
  font-size: 16px;
}
.arrow_btn {
  display: inline-block;
  position: relative;
  padding-left: 70%;
  text-align: center;
  text-decoration: none;
  transition: transform ease .3s;
  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;
}
.space {
  letter-spacing: -0.28em;
}

/*------------------------------------------------
TOP
------------------------------------------------*/
/* 余白指定
-----------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
#about, #top_contact, #partner {
  margin-bottom: 15%;
}
#product {
  margin-bottom: 5%;
}
#about p {
  margin-bottom: 2%;
}

/* コンセプト
-----------------------------------*/
#first {
  background: url("../images/top/bg0402.jpg");
  background-size: cover;
  /*min-height: 450px;*/
  min-height: 550px;
  color: #191970;
  display: table;
  width: 100%;
  margin: 4% 0% 5% 0%;
}
#first div {
  text-align: center;
}
#first .container {
  margin-top: 0px;
  display: table-cell;
  vertical-align: middle;
}
#first h2 {
  font-size: 2.4em;
  color: #191970;
  padding-top: 30px;
	margin-bottom: 15px;
}
#first h3 {
  font-size: 1.6em;
}
#first .box1 p{
	font-size: 1.2em
}
.box1 {
  background: rgba(255, 255, 255, 0.8);
  width: 50%;
  margin: 0 auto;
}
.box1 p {
  padding-bottom: 2%;
}

/* トップコンテンツ
-----------------------------------*/
.Block1, .Block2 {
  margin-bottom: 5%;
}
.top_contents .Block3 { 
  background-image: url("../images/top/bg06.jpg");
  background-size: 50%;
  background-repeat: no-repeat;
  height: 450px;
  box-sizing: border-box;
  margin-bottom: 2%;
}
.Block1 .f-container {
  padding: 8% 0% 5% 0%;
}
.Block2 .f-container {
  padding: 13% 0% 13% 0%;
}
.Block3 .f-container {
  padding: 5% 0% 8% 0%;
}
.Block2 {
  background: #ccccff;
  background-size: cover;
  color: #191970;
}
.Block2 p {
  margin-bottom: 15px;
}
.top_btn {
  background: #fff;
  padding: 2% 2%;
  color: #191970;
  text-align: right;
  display: inline-block;
  margin-top: 5px;
  margin-left: 70%;
  font-weight: bold;
}
.Block1 .textbox {
  margin-left: 55%;
}
.Block1 h3 {
  margin-left: -140px;
  font-weight: bold;
  font-size: 2em;
  color: #191970;
}
.Block2 h3 {
  font-weight: bold;
  font-size: 2em;
  color: #191970;
}
.Block1 h3:first-letter {
  font-size: 1.8em;
}
.Block2 h3:first-letter {
  font-size: 1.8em;
}
.Block3 .textbox {
  margin-left: 55%;
  color: #191970;
}
.top_btn a {
  text-decoration: none;
}
.Block2 .top_btn {
  margin-left: 85%;
}

/*------------------------------------------------
アニメーション指定
------------------------------------------------*/
.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;
  }
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box2 {
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*------------------------------------------------*/
/* flexbox トップに使用
-----------------------------------*/
.flex {
  display: flex;
  justify-content: center;
}
.box2 {
  padding: 5px;
  margin-bottom: 20px;
  color: #fff;
  box-sizing: border-box;
  list-style: none;
  overflow: hidden;
  position: relative;
}

.box2 a {
  text-decoration: none;
  color: #fff;
}
.top_img {
  width: 60%;
  margin-right: 5%;
}
.f-item {
  align-content: center;
  margin: 2%;
}
.Block1 .f-item {
  width: 50%;
}

.image_link,.image_link2,.image_link3,.image_link4{
 display:block; 
 position:relative;
 text-decoration:none;
}
.image_link img{
  display:block;
  width:100%;
}
.image_link2 img{
  display:block;
  width:100%;
}
.image_link3 img{
  display:block;
  width:100%;
}
.image_link4 img{
  display:block;
  width:100%;
}
.image_link:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;/*好みの色に変えてください。*/
  opacity:0;
  transition:0.3s;
}
.image_link2:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;/*好みの色に変えてください。*/
  opacity:0;
  transition:0.3s;
}
.image_link3:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;/*好みの色に変えてください。*/
  opacity:0;
  transition:0.3s;
}
.image_link4:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;/*好みの色に変えてください。*/
  opacity:0;
  transition:0.3s;
}
.image_link:after{
  content:"医療関連機器製造";/*好みの文章に変更してください。*/
  display:block;
  color:#fff;
  position:absolute;
  top:45%;
  left:50%;
  margin-top:-1em;
  margin-left:-90px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
	font-size: 130%;
  text-align: center;
  
  
}
.image_link2:after{
  content:"プリント基板の\A設計から実装まで";/*好みの文章に変更してください。*/
  white-space: pre-wrap;
  display:block;
  color:#fff;
  position:absolute;
  top:45%;
  left:50%;
  margin-top:-1em;
  margin-left:-90px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
	font-size: 130%;
  text-align: center;
  
  
}
.image_link3:after{
  content:"成形品の設計から\A製造まで";/*好みの文章に変更してください。*/
  white-space: pre;
  display:block;
  color:#fff;
  position:absolute;
  top:45%;
  left:50%;
  margin-top:-1em;
  margin-left:-90px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
	font-size: 130%;
  text-align: center;
  
  
}

.image_link4:after{
  content:"製品試験から出荷まで";/*好みの文章に変更してください。*/
  display:block;
  color:#fff;
  position:absolute;
  top:45%;
  left:42%;
  margin-top:-1em;
  margin-left:-90px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
	font-size: 130%;
  text-align: center;
  
  
}

.image_link:hover:before{
  opacity:0.5;
}
.image_link2:hover:before{
  opacity:0.5;
}
.image_link3:hover:before{
  opacity:0.5;
}
.image_link4:hover:before{
  opacity:0.5;
}
.image_link:hover:after{
  opacity:1;
  margin-top:-0.5em;
}
.image_link2:hover:after{
  opacity:1;
  margin-top:-0.5em;
}
.image_link3:hover:after{
  opacity:1;
  margin-top:-0.5em;
}
.image_link4:hover:after{
  opacity:1;
  margin-top:-0.5em;
}



/* TOP about
-----------------------------------*/
#about {
  position: relative;
  z-index: 5;
}

/*------------------------------------------------*/
/* サブページトップイメージ指定
-----------------------------------*/
.sub_top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  height: 400px;
  margin-top: 5%;
}
#company .sub_top {
  background-image: url("../images/company/mainimage02.jpg");
  position: relative;
}
#factory .sub_top {
  background-image: url("../images/factory/mainimagev4.jpg");
  position: relative;
}
#product .sub_top {
  background-image: url("../images/product/mainimage.jpg");
  position: relative;
}
#PRIVACY .sub_top {
  background-image: url("../images/privacy/mainimage2.jpg");
	position: relative;
}
#contact .sub_top {
  background-image: url("../images/contact/mainimage2.jpg");
  position: relative;
}

/*------------------------------------------------*/
/* サブページタイトル部分
-----------------------------------*/
.sub_top h2 {
  position: absolute;
  top: 15%;
  left: 15%;
}
.sub #main h3 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1;
}
.sub #main .subtitle {
  color: #253692;
}
#privacy #main .subtitle {
  color: #253692;
}
#company h4 {
  border-bottom: 3px solid #253692;
  width: 30%;
}
#factory h4 {
  border-bottom: 3px solid #253692;
  width: 35%;
}
#product h4 {
  border-bottom: 3px solid #253692;
  width: 45%;
}
/*#product .flow1 h4 {
  width: 25%;
  margin-left: 10px;
}
#product .flow2 h4 {
  width: 25%;
  margin-left: 10px;
}
#product .flow1 p {
  margin-left: 10px;
}
#product .flow2 p {
  margin-left: 10px;
}*/
#product .flow p {
  margin-left: 10px;
}
#privacy #main h3 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1;
}
#PRIVACY h4 {
  border-bottom: 3px solid #253692;
  width: 80%;
}

/*------------------------------------------------*/
/* indexトップイメージ指定
-----------------------------------*/
#topImg_area {
  position: relative;
}
#topImg_area div img {
  max-width: 100%;
  margin-top: 60px;
}

/*------------------------------------------------*/
/* 　会社概要ページ
-----------------------------------*/
.outline {
  z-index: 5;
  background: #fff;
  padding: 3%;
  position: relative;
}
.iso img {
  margin: 1%;
}
.group_box {
  padding: 3%;
}
.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%;
}

.company_slider {
  margin: 10px auto 0;
  max-width:1024px;
  width: 100%;
  background: #ccccff;
  border-radius: 5px;
}
.company_slider img {
  height: auto;
  width: 90%;
	margin: 0 auto;
}

.slider{padding: 30px 25px 10px 25px;}

.thumbnail{padding-bottom: 25px;
width: 80%;
margin: 0 auto;}
.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail-img {
  transition: opacity .3s linear;
}
.thumbnail .slick-current {
  opacity: 1;
}




@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
 .item .center {
	margin-top: 1%;
}
}

/* グループ会社
-----------------------------------*/
.group_box {
  background: #fff;
}
.group_img {
  text-align: center;
  padding: 15px 0px 15px 0px;
}
#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: 20px 0;
}
.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;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 2px;
}

/*------------------------------------------------*/
/* 　工場紹介ページ
-----------------------------------*/
.business_box {
  z-index: 5;
  background: #fff;
  padding: 3%;
  position: relative;
}
#business01, #business02, #business03, #business04 {
  margin-bottom: 3%;
}

/*------------------------------------------------*/
/* 　製品開発ページ
-----------------------------------*/
.development_box{
  background: #fff;
  padding: 3%;
}

.development_box .flex {
  flex-wrap: wrap;
}
.read {
  margin-bottom: 4%;
}
.flow1, .flow2 {
  width: 100%;
  margin-bottom: 2%;
}
.flow {
  margin: 1%;
  width: 48%;
}
.flow .f-item {
  padding-bottom: 30px;
}
.product_box {
  background: #ccccff;
  border-radius: 5px;
  padding: 2%;
}
.flow1 .f-item {
  width: 46%;
}
.flow2 .f-item {
  width: 25%;
}
.flow3 .f-item .process {
  margin-bottom: 5%;
}
.sub #main .flow h4 {
  margin-left: 10px;
}


/* 　グループ会社サンプル用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;
}
#privacy2 {
  margin-bottom: 50px;
}



/* レスポンシブ指定
-----------------------------------*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #326132
  }
}

@media screen and (max-width:1024px) {
  .container {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    /* サイトの設定にあわせて追加 */
  }
  #mainImg a {
    display: none;
  }
  .top_contents .container {
    width: 63%;
  }
  .sub_top h2 {
    top: 8%;
  }
  #about .f-container {
    margin: 5% 2%;
  }
  #product .f-container {
    margin: 5% 2%;
  }
.image_link:after{
  content:""; }
.image_link2:after{
  content:"";}
.image_link3:after{
  content:"";}

.image_link4:after{
  content:"";}
}

@media screen and (max-width: 768px) {
  #mainImg {
    overflow: hidden;
  }
  #mainImg img {
    width: 100%;
  }
  .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;
  }
  #first {
    min-height: 200px;
  }
  #first h2 {
    font-size: 1.5em;
  }
	#first h3 {
  font-size: 1.3em;
}
	#first .box1 p {
	  font-size: inherit;
		padding: 0 2% 2%;
	}
  h4 {
    padding: 0;
    letter-spacing: 0.01em;
    line-height: 1.5em;
    color: #000;
    font-size: 1em;
  }
  #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;
  }
	
  /* トップコンテンツ*/
  .top_contents .container {
    display: block;
    text-align: center;
    width: 100%;
  }
  .top_contents .textbox {
    width: 100%;
  }
  .top_btn {
    padding: 2% 10%;
    margin-left: 0;
  }
  .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%;
  }
  .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;
    background-position: 75% 75%;
  }
	
  .sub_top h2 img {
    width: 50%;
  }
  .sub #main h4 {
    width: 35%;
  }
	
	#company .sub_top {
    height: 200px;
    background-position: 40% 45%;
}
	
#factory .sub_top {
    height: 200px;
    background-position: 50% 55%;
}
  .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%;
  }
  .top_img {
    width: 80%;
    margin: 0 auto;
  }
  .box1 {
    width: 80%;
  }
  .Block1 .f-item {
    width: 100%;
  }
  .Block2 .top_btn {
    margin-left: 0;
  }
  .Block1 h3 {
    margin-left: inherit;
  }
	.top_contents .f-item{margin: 0 auto;}

}

@media (max-width: 540px) {	#company .sub_top h2{display: none;}
	#factory .sub_top h2{display: none;}
	#product .sub_top h2{display: none;}}


@media (max-width: 480px) {
  #mainImg img {
    margin-top: 10%;
  }
  #partner_area .title_area h3:before {
    width: 150%;
  }
  #footer > .container > div {
    text-align: center;
  }
  #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;
  }
	.sp-mini{
		display: block!important;
	}
  .catch_copy {
    width: 80%;
    top: 15%;
    left: 50%;
    text-align: left;
    margin-left: -150px;
    overflow: hidden;
  }
  #mainImg {
    margin-top: 0%;
    width: 100%;
  }
  #first {
    background-position: 15%;
  }
  .healt {
    font-size: 18px;
  }
  h2 {
    font-size: 1.2em;
    line-height: 1em;
    padding-top: 80px;
  }
  .sub #main {
    padding-bottom: 50px;
  }
  .sub_top h2 {
    top: -15%;
    left: -10%;
  }
  .sub_top h2 img {
    width: 50%;
  }
	
	
  .sub #main h4 {
    width: 82%;
  }
  .sub #main .privacy2_box h4 {
    width: 100%;
  }	

  .section p, h3 {
    font-size: 1em
  }
  table th, table td {
    display: block;
  }
  table th {
    width: 50%;
  }
  #news h2:before {
    width: 300px;
  }
  #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;
  }
  .f-item img {
    padding-left: 5px;
  }
  .box1 {
    width: 98%;
  }
  span.note {
    font-size: 12px;
  }
  .iso {
    text-align: center;
  }
  .Block1 h3 {
    font-size: 1.3em;
  }
  .Block2 h3 {
    font-size: 1.3em;
  }
  .flow1 {
    margin-bottom: 5%;
  }
  .flow {
    width: 100%;
    margin-bottom: 5%;
  }
  .Block2 .flex {
    flex-wrap: wrap;
  }
  .Block2 .box2 {
    width: 50%;
  }
  .box2 .caption {
    font-size: 14px;
  }
	.privacy2_box{padding: 3%;}
}

@media screen and (max-width: 360px) {
  .menu-left img {
    margin-left: 2%;
  }
  .catch_copy {
    width: 90%;
  }
}