@charset "utf-8";

/* =========================================================
	営業部門・製品紹介
========================================================= */
body#index .section-left {
	width: 265px;
}

body#index .section-right {
	width: 354px;
}

@media screen and (max-width: 767px) {

	body#index .section-left,
	body#index .section-right {
		width: 100%;
	}
}

/* thumb-box */
body#index .thumb-box {
	overflow: hidden;
	zoom: 1;
	padding-top: 2px;
	display: flex;
    flex-wrap: wrap;
	max-width: 400px;
    margin: auto;
}

body#index .thumb-box .box {
	width: 170px;
	padding: 0px 3px 8px 3px;
}

@media screen and (max-width: 767px) {
	body#index .thumb-box .box {
		width: 50%;
	}
}

body#index .thumb-box .box {
	/* float: left; */
	float: none;
	box-sizing: border-box;
}
.thumb-box .box img {
	max-width: 100%;
}

body#index .thumb-box .box .txt {
	background: url(../showcase/images/eigyo_thumbbox_txt_upper.gif) no-repeat 0px 0px;
}

body#index .thumb-box .box .txt-inner {
	background: url(../showcase/images/eigyo_thumbbox_txt_lower.gif) no-repeat 0px 100%;
	min-height: 144px;
	height: auto !important;
	height: 144px;
}

body#index .thumb-box .box .txt-inner p {
	padding: 12px;
}

/* box-line */
body#index .border-box {
	border-bottom: 1px solid #CCC;
}

body#index .border-box h5 {
	padding: 10px 0px;
}

body#index .border-box h5.border {
	border-top: 1px solid #CCC;
}

body#index .border-box .box-body {
	padding-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}

body#index .border-box .box-wrapper {
	overflow: hidden;
	zoom: 1;
}

body#index .border-box .box-body .box-img {
	float: left;
	width: 145px;
	padding: 0px 3px 8px;
}

body#index .border-box .box-body .box-txt {
	float: right;
	width: 196px;
}

body#index .border-box .box-body ul {
	float: right;
	width: 200px;
}

body#index .border-box .box-body li {
	text-indent: -1em;
	padding-left: 1em;
}

body#index .border-box .box-body dl {
	margin-top: 10px;
}

body#index .border-box .box-body dt {
	font-weight: bold;
}


@media screen and (max-width: 767px) {

	body#index .border-box .box-body .box-img,
	body#index .border-box .box-body .box-txt,
	body#index .border-box .box-body ul {
		float: inherit;
		width: 100%;
	}
}


/* 薬品容器／物流資材
--------------------------------------------------------- */
body#index #yakuhin .txt-box {
	background: url(../showcase/images/eigyo_txt_upper.gif) no-repeat 0px 0px;
	width: 348px;
	margin: 5px 3px 0px;
}

body#index #yakuhin .txt-box-inner {
	background: url(../showcase/images/eigyo_txt_lower.gif) no-repeat 0px 100%;
}

body#index #yakuhin .txt-box-inner p {
	padding: 15px 10px;
}

body#index #yakuhin .txt-box-inner span.icon {
	color: #25b8f5;
}


/* ホームセンター
--------------------------------------------------------- */
body#index #homecenter .section-items {
	clear: both;
}

body#index #homecenter .section-items h4 {
	margin-bottom: 20px;
	padding-top: 30px;
}

body#index #homecenter .section-items .item {
	overflow: hidden;
	zoom: 1;
}

body#index #homecenter .section-items .item .item-img {
	padding: 0px 3px 10px;
	float: left;
	width: 170px;
}

body#index #homecenter .section-items .item .item-txt {
	float: right;
	width: 455px;
}

body#index #homecenter .section-items .item .item-txt p {
	margin-top: 5px;
}


@media screen and (max-width: 767px) {

	body#index #homecenter .section-items .item .item-img,
	body#index #homecenter .section-items .item .item-txt {
		float: inherit;
		width: 100%;
	}

	body#index #homecenter .section-items .item .item-img img {
		display: block;
		margin: 0 auto;
	}

	body#index #homecenter .section-items .item .item-txt h5 {
		margin-bottom: 15px;
	}

	body#index #homecenter .section-items .item .item-txt h5 img {
		display: block;
		margin: 0 auto;
	}
}


/* =========================================================
	企画開発部門
========================================================= */
body#kikaku .section-box {
	padding-top: 30px;
}

body#kikaku .section-right {
	width: 286px;
	margin: 0px 0px 30px 30px;
}



/* =========================================================
	製造部門
========================================================= */
body#seizo .section-left {
	width: 210px;
}

.torikumi_sec {
	display: flex;
	justify-content: flex-start;
}

body#seizo .torikumi_sec .section-left {
	width: 33.3%;
	float: none;
	margin-right: 10px;
}

body#seizo .torikumi_sec .section-left:nth-last-child(1) {
	margin-right: 0px;
}

.torikumi_sec .section-left img {
	width: 100%;
	height: auto;
}

body#seizo .section-right {
	width: 345px;
}

body#seizo .section-right .img-wrapper {
	overflow: hidden;
	zoom: 1;

}

@media screen and (max-width: 767px) {
	/* body#seizo .section-right .img-wrapper {
		width: 400px;
		margin: 0 auto;
	} */
}

@media screen and (max-width: 480px) {
	/* body#seizo .section-right .img-wrapper {
		width: 300px;
	} */

	li.img1 {
		margin-bottom: 10px;
	}
}



body#seizo .section-right .img-wrapper .img1 {
	float: left;
}

body#seizo .section-right .img-wrapper .img2 {
	float: right;
}

body#seizo .section-right p {
	margin-top: 10px;
}


@media screen and (max-width: 767px) {

	body#seizo .section-left,
	body#seizo .section-right {
		width: 100%;
	}

	body#seizo .section-left {
		margin-bottom: 20px;
	}

	body#seizo .section-left img {
		width: 100%;
		display: block;
	}

	/*body#seizo .section-right .img-wrapper .img1 ,
  body#seizo .section-right .img-wrapper .img2 {
    float: inherit;
  }*/
}


/*add 20211015*/
.section-indent {
	padding-left: 15px;
}

.section-indent .thumb-box {
	display: flex;
	margin-left: -10px;
	flex-wrap: wrap;
}

.section-indent .thumb-box li {
	width: 33.33%;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.66;
}

.section-indent .thumb-box li a {
	display: block;
	margin-bottom: 10px;
}

.mT23 {
	margin-top: 23px;
}

.color-blue {
	color: #0AA7F2;
}

@media screen and (max-width: 767px) {
	.section-indent {
		padding-left: 0;
	}

	.section-indent .thumb-box li {
		width: 100%;
		margin-bottom: 20px;
	}

	.section-indent .thumb-box li a {
		display: block;
		margin-top: 0 !important;
		margin-bottom: 10px;
	}

	.section-indent .thumb-box li a img {
		width: 100%;
		height: auto;
	}

	.head-01 {
		border-left: 4px solid #0AA7F2;
		padding-left: 10px;
		font-size: 15px;
		font-weight: bold;
	}

	.head-02 {
		/* padding-left: 14px; */
		font-size: 13px;
		font-weight: bold;
		color: #0AA7F2;
	}

	#seizo #main-content {
		padding-left: 0px;
	}
}

.re0png {
	max-width: 500px;
	margin: 20px auto;
	position: relative;
}

.re0png img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	position: relative;
	right: 10px;
}

p.recycle-text {
	/* font-size: 12px; */
	font-size: 11px;
}

@media screen and (max-width: 767px) {
	.torikumi_sec {
		flex-wrap: wrap;
		padding-top: 0px !important;
	}

	body#seizo .torikumi_sec .section-left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0px;
		padding: 0 20px;
	}

	.re0png img {
		position: initial;
	}

}

/* @media screen and (max-width: 480px) {
	body#seizo .section-left img {
		width: 300px;
	}
} */

/* .mT30 img {
	margin-bottom: 10px;
} */

.sairiyou_detail {
	margin-top: 15px;
}

.torikumi_sec p.recycle-text {
	margin-top: 6px;
}

/* 2024-06-18 */
.l_and_r_kakkomi {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	position: relative;
	padding: 8px 20px;
}
.l_and_r_kakkomi:before,
.l_and_r_kakkomi:after{ 
position: absolute;
top: 0;
content:'';
width: 10px;
height: 100%;
display: inline-block;
box-sizing: border-box;
}
.l_and_r_kakkomi:before{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	left: 0;
}
.l_and_r_kakkomi:after{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	right: 0;
}
.products_linkbox {
	padding: 10px 5px;
	color: white;
	/* background-color: #006DBA; */
	background: #00A0E8;
	border-radius: 10px;
	text-align: center;
	max-width: 200px;
	margin: 30px auto 0px;
	/* border: 1px solid #006DBA; */
	border: 1px solid #00A0E8;
	cursor: pointer;
}
.products_linkbox:hover {
	color: #006DBA;
	background-color: white;
	transition: 0.3s;
	border: 1px solid #006DBA;
}
.products_linkbox:hover a{
	color: #006DBA;
	display: block;
}
.products_linkbox a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.section-body {
	letter-spacing: 0.01rem;
	line-height: 1.3rem;
}
.ml0 {
	margin-left: 0;
}
body#index .thumb-box .box {
	margin-top: 0;
	margin-bottom: 5px;
	background: none;
}
.showcase_ttl {
	margin-bottom: 20px;
}
.mb0 {
	margin-bottom: 0;
}
.h2_2024 {
	/* background-color: #006DBA; */
	background: #00A0E8;
	font-size: 18px;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 6px;
}
.h2_2024_mb {
	margin-top: 60px;
	margin-bottom: 30px;
}
#syokuhin .h2_2024_mb:first-of-type {
margin-top: 0px;
}
.showcase_4circle {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.showcase_4circle img{
	width: 20%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.section2 {
	margin-top: 30px;
}
.showcase_example1 {
	margin-bottom: 30px;
}
.customer_example p:nth-child(1) {
	padding-top: 10px;
	border-top: 1px solid #cccccc;
	color: #036EB8;
	font-weight: bold;
}
.customer_example p:nth-child(3) {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
}
.customer_specific {
	max-width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
}
.customer_specific img {
	max-width: 100%;
	width: 40%;
	margin-right: 2%;
	box-sizing: border-box;
}
.special_product_child {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.special_product_child img{
	max-width: 200px;
	margin-right: 20px;
}
.special_product_child div p:nth-child(1){
	color: #006DBA;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
.special_product_child div p:nth-child(2){
	
}
.experiment_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px;
}
.experiment_wrap div{
	width: 48%;
	box-sizing: border-box;
}
.experiment_wrap div img{
	max-width: 100%;
	margin-bottom: 5px;
}
.experiment_btn {

}
.confort-from-c {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.confort-from-c img{
	max-width: 200px;
	display: inline-block;
	padding: 1px 10px;
	background-color: white;
}
.paragraph_title.health_h3.section2 {
	margin-top: 20px !important;
}

@media screen and (max-width:767px) {
	.products_linkbox {
		margin: 0px auto 30px;
	}
	body#index .thumb-box .box {
		text-align: center;
		padding-right: 0px;
	}
	.confort-from-c {
		flex-wrap: wrap;
	}
	.confort-from-c img{
		max-width: 150px;
		padding: 3px 1px;
	}
	.showcase_4circle {
		justify-content: space-evenly;
	}
	.showcase_4circle img {
		width: calc(25% - 10px);
		max-width: 125px;
	}
	.customer_specific {
		justify-content: left;
	}
	.special_product_child img {
		max-width: 180px;
	}
	.experiment_btn {
		padding: 10px 20px;
	}
	#main-content .namelink ul {
		display: flex;
		flex-wrap: wrap;
		float: none;
		left: initial;
	}
	#main-content .namelink ul li{
		width: 50%;
		left: initial;
		float: none;
	}
}
@media screen and (max-width:542px) {
	.experiment_wrap div:nth-child(2) .experiment_btn:nth-of-type(2) {
		margin-top: 2.5rem;
	}
}

.strong_blue {
	color: #036EB8;
}
.kikaku_kakomi {
	font-size: 18px;
	text-align: center;
	max-width: 400px;
	margin: auto;
	margin-top: 30px;
}
.kikaku_first_title {
	margin-bottom: 20px;
}
.contact_box_2024 {
    color: #036EB8;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
	font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
	justify-content: space-between;
}
.contact_box_2024 p{
    margin-bottom: 0;
}
.contact_box_2024_child {
	display: flex;
	flex-direction: column;
	min-width: 250px;
}
.contact_box_2024_child div {
	background: #006DBA;
	box-sizing: border-box;
	border: 1px solid #006DBA;
    color: white;
    padding: 7px 5px;
    text-align: center;
    border-radius: 6px;
	font-size: 14px;
}
.contact_box_2024_child div:hover {
	color: #006DBA;
    background-color: white;
    transition: 0.3s;
    border: 1px solid #006DBA;
}
.contact_box_2024_child div:hover a {
	color: #006DBA;
}
.contact_box_2024_child div a span{
	font-size: 10px;
	display: block;
}
.contact_box_2024_child div:nth-of-type(1) {
	margin-bottom: 10px;
}
.contact_box_2024_child a{
	text-decoration: none;
	color: white;
	display: block;
}


@media screen and (max-width:767px) {
	.contact_box_2024 {
		flex-direction: column;
		text-align: center;
		font-size: 16px;
		padding: 20px 10px;
	}
	.contact_box_2024_child {
		margin-top: 10px;
		min-width: auto;
		width: 250px;
	}
	.contact_box_2024_child div {
		font-size: 12px;
	}
}