@charset "UTF-8";
/* CSS Document */
/*--------------------
Base
--------------------*/
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 200;
	src: local("Noto Sans CJK JP"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
 }
html{
	font-size: 62.5%; /*16px×62.5％=10px*/
}
*{
	box-sizing: border-box;
}
body{
	color:#333;
	font-family: 'Roboto','Noto Sans JP',sans-serif;
	font-feature-settings: "palt";
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	opacity:0.7;
}
img{
	max-width:100%;
	height: auto;
	vertical-align: middle;
}

input,textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	color:#333;
	font-size:1.6rem;
	outline:none;
}
.text-center{
	text-align: center;
}
.font-indent {
    padding-left: 1em;
    text-indent: -1em;
}
.wapper{
	max-width: 1400px;
/*	width: 100%;*/
	margin: 0 auto;
}
.pc__img{

}
.sp__img{
	display: none;
}
.br-pc{
	display:block;
}
.br-sp{
	display:none;}
/*-------------------
*headerエリア
-------------------*/
.header-first{
	max-width: 1240px;
	margin: auto;
}
.head-innner-all{
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	align-items: center;
}
.header-inner{
	display: flex;
	padding: 8px 0;
}
.header_logo{
	max-width: 220px;
}
.title-sub{
	font-size: 3rem;
	line-height: 1.2;
	padding-left: 10px;
}
.title-sub-small{
	font-size: 1.4rem;
}

#box1{
height:25px;
padding:0 10px;
border: solid 1px gray;
border-radius:3px;
}
#sbtn1{
background:#ededed;
color:#666;
border:none;
font-size:15px; 
}
#sbtn1:hover{
color:#8cce7c;
}

/*-------------------
*heroimageエリア
-------------------*/
.heroimage{
	position: relative;
	margin:0 auto;
	max-width: 1240px;
}
.heroimage-list__pc{
/*	width: 100%;*/
}

.heroimage_contain{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 65px;
}
.heroimage_title{
	color: #fff;
	font-size: 3rem;
	text-shadow: 0 0 10px #006934,0 0 10px #006934;
}
.title-underline{
	border-bottom: 3px solid;
    border-image: linear-gradient(to right, #f39800 0%, #e5cc00 15%, #23ac38 50%, #006a35 100%);
    border-image-slice: 1;
	margin: auto;
    width: 50%;
}
/*-------------------
*navエリア
-------------------*/
#global-nav{
	background: #eff7f0;
	width: 100%;
	padding: 10px 0;
	z-index: 3;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
}
.header-nav{
	max-width: 1240px;
	width: 100%;
	text-align: center;
	margin: auto;
}
.nav-list{
	width: 10%;
	text-align: center;
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	border-right: solid #a3700e 2.5px;
}
.nav-list img{
	width: 20px;
	padding-right: 5px;
}
.nav-list a:hover{
	color: #a3700e;
/*	opacity: 0.7;*/
}
.nav-list:last-child{
	border-right: none;
}
/*-------------------
*bioplaエリア
-------------------*/
.brownback{
	background-color: #f4ede0;
}
.section_inner{
	padding: 85px 0;
}
.section-title{
	font-size: 2.3rem;
	text-align: center;
	padding-bottom: 45px;
}
.title-leaf{
	color: #aecebe;
}
.title-cube{
	color: #aecebe;
}
.section-subtitle{
	font-size: 1.6rem;
	line-height: 3;
	text-align: center;
	width: 80%;
	margin: 0 auto 35px;
}
.section-subtitle .section-text{
	display: inline-block;
  	text-align: left;
}
.biopla-image{
	width: 750px;
	margin: 0 auto 35px;
}
/*-------------------
*environmentエリア
-------------------*/
.whiteback{
	background-color: #fff;
}
.darkbrownback{
	background: #f5e3c4;
}
.envir-image{
	width:  750px;
	margin: 0 auto;
}

/*-------------------
*SDGsエリア
-------------------*/
.greenback{
	background-color: #eff7f0;
}
.sdgs-yoko{
	max-width: 400px;
    margin: 0 auto 30px;
}

.sdgs-rogo-all{
	display: flex;
	max-width: 500px;
	justify-content: space-between;
	margin: auto;
}
.sdgs-rogo{
	padding: 5px;
}
/*-------------------
*商品一覧エリア
-------------------*/

.productslist{
	margin: 0 auto;
	max-width: 1240px;
}
.products-box{
	max-width: 65%;
	margin: 0 auto 30px;
	display : flex;
	flex-wrap : wrap;
	justify-content:space-between;
}
.products-box::after{
	content:"";
	display: block;
	width:30%;
}
.products-subtitle{
/*	border:2px solid #eec76c;*/
/*	border-radius: 3px;*/
	border-left: 6px double #8b4513;
    background: #fff;
	padding:10px;
	margin-bottom:20px;
	box-sizing:border-box;
	width:30%;
	text-align: center;
}
/*-------------------
*商品一覧ボタン
-------------------*/
.btn {
	max-width: 300px;
	margin: 0 auto;
}
a.btn_01 {
	display: block;
	color: #333;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	padding: 0.7em .5em;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid transparent;
	border-radius: 6px;
	box-sizing: border-box;
	max-width: 230px;
	margin: 0 auto;
	position: relative;
}
a.btn_01 span {
	position: relative;
	display: block;
	transform: translate(-3px, -3px);
	transition: 0.3s;
	z-index: +1;
}
a.btn_01:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #e2caa0;
	border-radius: 6px;
	box-sizing: border-box;
	transform: translate(-3px, -3px);
	transition: 0.3s;
}
a.btn_01:hover span {
	transform: translate(0, 0);
}
a.btn_01:hover:after {
	transform: translate(0, 0);
}
/*-------------------
*会社概要エリア
-------------------*/
.section-title img{
	width: 55px;
	padding-right: 10px;
	vertical-align: middle;
}
.company-item{
	margin: auto;
	display : flex;
	flex-wrap : wrap;
	justify-content:space-between;
	max-width: 75%;
}
.company-item-each{
	border:3px solid #fff;
	padding:50px 0;
	width: 45%;
	margin-bottom: 50px;
}


/*-------------------
*newsエリア
-------------------*/
/*-------------------
*go to top ボタン
-------------------*/
.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    z-index: 2;
    display: none;
}
.back-to-top:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: #33CC99;
}
.back-to-top:after {
    content:  url("../images/gototopbtn.png");
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

/*-------------------
*footerエリア
-------------------*/
.footer{
	padding: 60px 0 50px;
}
.footer-logo{
	width: 80px;
	margin: auto;
	padding-bottom: 20px;
}
.footer-ul{
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.footer-text{
	font-size: 1.4rem;
	padding: 10px;
}
.footer-maru{
	color: #d0905c;
}

.footer-copy{
	text-align: center;
    margin: 20px 70px;
    font-size: 1.4rem;
}

/*-------------------
*productページ
-------------------*/
.section-title img.products-icon {
    width: 40px;
	padding-right: 5px
}
.product-description{
	max-width: 75%;
	margin: 100px auto;
}
.card-item{
	background-color: #fff;
/*	box-shadow: 0 0 5px gray;*/
	border: solid 2px #e8e2d9;
	max-width: 100%;
    margin: 0 auto 50px;
}
.card-title{
	background: #e8e2d9;
	margin-bottom: 25px;
}
.card-category{
	font-size: 1.7rem;
	letter-spacing: 0.05em;
    text-align: center;
	padding: 8px 0;
}
.biopla-01{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 40px;
	max-width: 90%;
}
table {
  border-collapse: collapse;
}
td {
  padding: 2px;
/*  border: 1px solid #333;*/
}

.table-all{
	margin-right: 10px;
}
.table-title{
	line-height: 1.8;;
}
.table-title.large{
	width: 125px;
}
.table-text{
	line-height: 1.8;
	padding-left: 10px;
}
.biopla-img-01{
	max-width: 255px;
	margin: auto;
}


.color-lineup-text{
	max-width: 90%;
	background-color: #e8e2d9;
	font-size: 1.7rem;
	line-height: 1.4;
	padding: 5px;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 auto 30px;
}
.color-lineup-photo-pc{
	max-width: 90%;
	margin: 0 auto 40px;
}
.card-item-2nd{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.card-item-smallinner{
	background-color: #fff;
	border: solid 2px #e8e2d9;
	max-width: 100%;
	width: 48%;
	margin-bottom: 30px;
}
.biopla-01.smallcard{
	display: block;
	margin-bottom: 15px;
}
.table-title-small{
	line-height: 1.8;
	width: 65px;
}
.table-text-small{
	line-height: 1.8;
}
.biopla-img{
	padding: 0 30px 30px;	
}

/*-------------------
*about-usページ
-------------------*/
.section-title img.about-title-logo{
	width: 40px;
}
.about-kyouritu{
	font-size: 1.4rem;
	padding-left: 50px;
}
.about-kyouritu-underline{
	border-bottom: solid 1px #0000ff;
}
td.about-table-title {
	padding: 20px;
	border-top: 1px solid #a1a9ba;
	max-width: 200px;
}
td.about-table-text{
	padding: 20px;
	border-top: 1px solid #a1a9ba;
	max-width: 900px;
}
.about-table-all{
	margin-bottom: 80px;
}
.about-table-title{
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}
.about-table-text{
	font-size: 1.6rem;
	line-height: 1.8;
}
.about-table:last-of-type{
	border-bottom: 1px solid #a1a9ba;
}

/*youtubeエリア*/
.youtube-area{
	max-width: 70%;
	margin: 0 auto 30px;
}
.youtube-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube-icon{
	color: #88bc87;
}

/*-------------------
*アクセスページ
-------------------*/
/*map*/

.access-map{
	display: block;
    margin: 0 auto 30px;
    max-width: 480px;
}

.access-line{
	font-size: 1.5rem;
	line-height: 2;
	display: block;
	max-width: 630px;
	margin: 0 auto;
}

/*-------------------
*e-philosophyページ
-------------------*/
.e-philosophy-list{
	max-width: 80%;
	margin: 0 auto 40px;
}
.section-title img.e-philosophy-icon{
	width: 35px;
}
.e-philosophy-title{
	color: #fff;
	font-size: 1.7rem;
	padding-bottom: 20px;
}
.e-philosophy-title span{
	background: #008080;
	padding: 3px 10px;
	font-weight: 600;
	letter-spacing: 0.2em;
	border-left: solid 5px #2F4F4F;
}
.e-philosophy-subtitle{
	font-weight: 600;
	padding-bottom: 10px;
}
.e-philosophy-text{
	line-height: 2;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #c0c0c0;
}
.e-philosophy-name{
	text-align: right;
}
.e-philosophy-name-text{
	line-height: 1.5;
}
.e-philosophy-name-text-mikisan{
	font-size: 1.8rem;
}
/*-------------------
*recruitページ
-------------------*/

td.recruit-table-title {
	padding: 20px;
	border-top: 1px solid #a1a9ba;
	max-width: 200px;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}
td.recruit-table-text{
	padding: 20px;
	border-top: 1px solid #a1a9ba;
	max-width: 900px;
}
.recruit-table-all{
	margin-bottom: 30px;
}
.recruit-table-title{
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.7;
}
.recruit-table-text{
	font-size: 1.6rem;
	line-height: 1.8;
}
.small-text{
	font-size: 1.4rem;
}
.recruit-table:last-of-type{
	border-bottom: 1px solid #a1a9ba;
}
.recruit-indent{
	padding-left: 1em;
	text-indent: -1em;
}
.recruit-table-date{
	text-align: right;
	margin-bottom: 50px;
}
/*-------------------
*newsページ
-------------------*/
.title-article{
	color: #f79428;
}
.news-list{
 	list-style: none outside;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
}
.news-list .news-item a{
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 20px 20px;
	}
.news-list .news-item:first-child a{
	border-top: 1px solid #CCC;
}
.news-list .news-item .news-date{
	margin: 0;
	min-width: 140px;
	font-size: 16px;
	color: #333;
	padding: 0 20px 0 0;
	}
.news-list .news-item .news-category{
	margin: 0;
	min-width: 140px;
	padding: 0 20px 0 0;
}
.news-list .news-item .news-category span{
	background: #f79428;
	color: #FFF;
	text-align: center;
	display: inline-block;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1;
	}
.news-list .news-item .news-title{
	margin: 0;
	width: 100%;
	line-height: 1.4;
	}
.news-list .news-item a:hover .news-title{
	color: #00F;
	}
/*---------------------------
*newsの記事（article）ページ
---------------------------*/
.news-article-list{
	max-width: 100%;
	margin: auto;
	}
.news-article-category{
	background: #f79428;
	color: #FFF;
	text-align: center;
	display: inline-block;
	padding: 5px 20px;
	font-size: 15px;
	letter-spacing: 0.15em;
	}
.news-article-title{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6;;
	letter-spacing: 0.15em;
	padding-bottom: 10px;
	}
.news-article-list .news-article-item .news-article-date{
	font-size: 17px;
	color: #333;
	padding: 10px 0;
	line-height: 1.5;
	}
.news-article-text{
	font-size: 1.6rem;
	line-height: 2;	
}
.news-article-item{
	padding-bottom: 30px;
	border-bottom: solid 1px #f79428;
	margin-bottom: 50px;
}
/*-------------------
*contactページ
-------------------*/
.contactForm{
	max-width: 1240px;
	margin: 0 auto;
}




@media screen and (max-width:768px){
	.wrap{
	width: 100%;
	overflow: hidden;
	}
	.pc__img{
	display: none;
	}
	.sp__img{
	display: inline;
	}
	.br-pc{
	display:none;
	}
	.br-sp{
	display:block;
	}
	a{
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		transition: all 0.2s;
	}
	a:hover{
		opacity:0.5;
	}
	.inner{
		max-width: 1240px;
		margin: auto;
	}

	/*--------------------
	ハンバーガーメニュー
	--------------------*/
	#global-nav{
			display: none;
	}
	/*----------ハンバーガーアイコン----------*/
	.hamburger{
	/*	position: fixed;*/
		position: absolute;
		display: block;
		width: 32px;
		height: 20px;
		z-index: 99999;
		box-sizing: border-box;
		margin: 15px 0 0 20px;
		right: 10px;
	}
	.hamburger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	  position: absolute;
	  right: 0;
	  width: 100%;
	  height: 2px;
	  background-color: #333;
	  margin: 0 auto;
	}
	.hamburger span:nth-of-type(1) {
	  top: 0;
	}
	.hamburger span:nth-of-type(2) {
	  top: 9px;
	}
	.hamburger span:nth-of-type(3) {
	  bottom: 0;
	}

	.active span:nth-of-type(1) {
	  -webkit-animation: active-menu-ber01 .75s forwards;
	  animation: active-menu-ber01 .75s forwards;
	}
	.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.active span:nth-of-type(3) {
	  -webkit-animation: active-menu-ber03 .75s forwards;
	  animation: active-menu-ber03 .75s forwards;
	}
	@-webkit-keyframes active-menu-ber01 {
	  0% {
		-webkit-transform: translateY(0) rotate(0);
	  }
	  50% {
		-webkit-transform: translateY(10px) rotate(0);
	  }
	  100% {
		-webkit-transform: translateY(10px) rotate(45deg);
	  }
	}
	@keyframes active-menu-ber01 {
	  0% {
		transform: translateY(0) rotate(0);
	  }
	  50% {
		transform: translateY(10px) rotate(0);
	  }
	  100% {
		transform: translateY(10px) rotate(45deg);
	  }
	}
	@-webkit-keyframes active-menu-ber03 {
	  0% {
		-webkit-transform: translateY(0) rotate(0);
	  }
	  50% {
		-webkit-transform: translateY(-8px) rotate(0);
	  }
	  100% {
		-webkit-transform: translateY(-8px) rotate(-45deg);
	  }
	}
	@keyframes active-menu-ber03 {
	  0% {
		transform: translateY(0) rotate(0);
	  }
	  50% {
		transform: translateY(-8px) rotate(0);
	  }
	  100% {
		transform: translateY(-8px) rotate(-45deg);
	  }
	}
	/*----------ナビゲーション----------*/
	#navigation{
		position: fixed;
		display: none;
		width: 70%;
		height: auto;
		top: 5px;
		right: 0;
		background-color: #fff;
		border: solid 1.5px #ecdbbe;
		z-index: 99998;
	}
	#navigation .navigation_inner{
	  display: table;
	  width: 100%;
	  height: 100%;
	}
	#navigation .navigation_inner .navigation_menu{
		display: table-cell;
		height: 300px;
		padding: 40px 0 50px;
	}
	#navigation .navigation_inner .navigation_menu .navigation_item{
		width: 100%;
		height: 25px;
		margin: 16px auto 0 auto;
	}
	#navigation .navigation_inner .navigation_menu .navigation_item:first-child{
	  margin-top: 0;
	}
	#navigation .navigation_inner .navigation_menu .navigation_item a{
		display: block;
		position: relative;
		text-decoration: none;
		font-size: 1.6rem;
		color: #333;
		line-height: 40px;
		text-align: center;
	}
	.navigation_item img{
		width: 20px;
		margin-right: 5px;
		}
	.humberger-brown{
		background: #f4ede0;
	}
	.humbegerMenuText01{
		font-size: 1.7rem;
		padding-bottom: 5px;
	}
	/*-------------------
	*headerエリア
	-------------------*/
	.header{
	position: fixed;
    z-index: 9999;
    width: 100%;
    border-bottom: solid 3px #aecebe;
    background: #fff;
	}
	.head-innner-all {
    justify-content: flex-start;	
	}
	.header-inner {
    display: flex;
	}
	.title-sub-small{
	font-size: 1rem;
	}
	.header_logo{
	width: 138px;
	margin-left: 10px;
	}
	#sbox2 {
    height: 25px;
    padding: 0 10px;
    position: absolute;
    left: 157px;
    top: 0;
    border-radius: 3px;
	}
	#sbtn2 {
    height: 50px;
    position: absolute;
    left: -50px;
    top: -10px;
    background: none;
    color: #666;
    border: none;
    font-size: 20px;
	}
	.title-sub {
		font-size: 1.6rem;
		line-height: 1.2;
		padding-left: 5px;
		}
	.heroimage {
		padding-top: 50px;
		position: relative;
	}
	.heroimage_title {
		color: #fff;
		font-size: 1.6rem;
		text-shadow: 0 0 10px #006934, 0 0 10px #006934;
	}	
	.title-underline {
		border-bottom: 1px solid;
		width: 80%;
	}	
	/*-------------------
	*bio-praエリア
	-------------------*/
	.section_inner {
		padding: 35px 0;
	}
	.section-title {
 		font-size: 1.8rem;
		padding-bottom: 10px;
}
	.section-subtitle {
		font-size: 1.5rem;
		line-height: 2;
		width: 90%;
}
	.biopla-image.sp__img img {
	display: block;
    max-width: 80%;
    margin: 0 auto 25px;
}
	.envir-image.sp__img img{
	max-width: 75%;
	display: block;
	margin: 0 auto 25px;
	}
	/*-------------------
	*sdgsエリア
	-------------------*/
	.sdgs-yoko {
		width: 90%;
		margin: 0 auto 10px;
	}
	.sdgs-rogo-all {
		max-width: 90%;
	}
	.sdgs-rogo {
		padding: 0px;
	}
	/*-------------------
	*produstsエリア
	-------------------*/
.products-box {
    margin: 20px auto;
}
.products-subtitle {
    width: 100%;
}
/*--------------------------------------------
*会社概要・新着情報・採用情報・新着情報エリア
--------------------------------------------*/
.company-item {
    margin: auto;
    display: block;
}
.company-item-each {
    padding: 20px 0;
    width: 100%; 
    margin-bottom: 30px;
}
/*-------------------
*footerエリア
-------------------*/
.footer {
    padding: 25px 0 35px;
}
.footer-logo {
    width: 40px;
}
.footer-all{
	max-width: 90%;
	margin: auto;
	}
.footer-ul {
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-text {
    padding: 5px 1px;
    width: 33.3%;
	font-size: 1.3rem;
}
.footer-ul {
    padding-bottom: 10px;
}	
/*-------------------
*about-usページ
-------------------*/
.about-table-all {
    margin-bottom: 50px;
}
.product-description {
    max-width: 90%;
    margin: 0 auto;
	padding-top: 80px;
}
td.about-table-title {
    padding: 5px;
	width: 20%;
}	
.about-table-title {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
}
td.about-table-text {
    padding: 5px;
	vertical-align: middle;
}	
.about-table-text {
    font-size: 1.5rem;
    line-height: 1.7;
}
.about-kyouritu {
    padding-left: 0;
}
.about-table{
	margin-bottom: 30px;;
	}
/*------------------
*youtubeエリア
-------------------*/
.youtube-area{
	max-width: 90%;
}
/*-------------------
*accessページ
-------------------*/
.access-map-outer{
	width: 80%;	
	}

.access-line{
	margin-bottom: 30px;
	}
/*-------------------
*環境理念ページ
-------------------*/	
.e-philosophy-list {
    max-width: 100%;
}	
/*-------------------
*商品一覧ページ
-------------------*/		
.biopla-01 {
    display: block; 
    margin: 0 auto 30px;
}	
.table-all {
    margin: 0 0 20px;
}		
.table-title {
    font-size: 1.6rem;
	width: 29%;
}
.table-text {
    font-size: 1.6rem;
    padding-left: 0px;
}
.biopla-img-01 {
    max-width: 90%;
}	

.color-lineup-photo-sp img{
	display: block;
    max-width: 90%;
	margin: 0 auto 20px;
}	

.card-item-2nd {
    display: block;
}	
.card-item-smallinner {
    width: 100%;
}
.card-item-smallinner:last-of-type{
    margin-bottom: 50px;
}
.biopla-img {
    padding-bottom: 25px;
}
.biopla-01.smallcard {
    max-width: 90%;
    margin: auto;
}
/*-------------------
*新着情報ページ
-------------------*/
.news-list .news-item a{
  flex-wrap: wrap;
}
.news-list .news-item .news-date{
  min-width: 100px;
}
.news-list .news-item .news-title{
  margin-top: 10px;
}
.news-list {
    margin: 0 auto 50px;
}
/*-------------------
*新着記事ページ
-------------------*/	
.news-article-list {
    max-width: 90%;
    margin-bottom: 30px;
}	
/*-------------------
*採用情報ページ
-------------------*/
td.recruit-table-title {
    padding: 5px;
    width: 75px;
}	
.recruit-table-title {
    font-size: 1.5rem;
    line-height: 1.5;
	vertical-align: middle;
}
td.recruit-table-text {
    padding: 5px;
}
.recruit-table-text {
    font-size: 1.5rem;
    line-height: 1.7;
}
/*-------------------
*コンタクトページ
-------------------*/


