
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

body {
   background: #fff;
  line-height: 1.6;
}
h2,h3,h4 {
	/* font-family: "Hannari";  */
	font-family: "游ゴシック","Yu Gothic";
	line-height: 2;
	text-align: left;
  }

h2 {
	font-size: 1.5rem;
  }
h3 {
	font-size: 1.3rem;
  }
.lead_style_01 {
	font-weight: 600;
	color: rgb(10, 10, 59);
  }
figcaption {
	font-size: 0.7rem;

  }


p.fontStyle {
	font-family: 'Caveat', cursive;
  }
  a {
	color: #4C4C4C;
}

ul,dl {
	padding-left: 0;
}

.wrapper {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
  
  }
.font-style { font-family: "Nico Moji"; }
.font-style2 { font-family: "M PLUS Rounded 1c"; }


	/* Hero image for individual section */
	.desktopImg {
		display: none;
	}
	.mobileImg {
		display: block;
	}

	/* END */
  
/* ========= open, close Animation ======== */
 /* DropDown */
#dropDown {
	width: 10px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	z-index: 4;
	right: -20px;
	top: 10px;
	transition: .5s ease-in-out;
}
#dropDown span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	/*border-radius: 5px;*/
	opacity: 1;
	transition: .25s ease-in-out;
}

.accordion {
	position: relative;
}
p.accordion {
	color: #fff;
}

#dropDown span:nth-child(1){
	top: 0px;
	transform: rotate(45deg);
	transform-origin: left center;
}

#dropDown span:nth-child(2){
	right: 0;
	left: 5;
	top: 7;
	transform: rotate(-45deg);
	transform-origin: left center;
}

#dropDown.open span:nth-child(2) {
	left: 6;
	top: 7;
}





/* ========= Navigation ======== */
#nav-icon4 {
	width: 30px;
	height: 45px;
/*	position: relative;
	margin: 50px auto;*/
	/*display: block;*/
	position: absolute;
	position: fixed;
	top: 10px;
	right: 20px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 3;
}
#nav-icon4 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
	background: #fff;
}

#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 22px;
	left: 8px;
	background: #fff;
}


/*.blockMenu {
	display: block;
}
*/


/* ========= Navigation for mobile ======== */

	.accordion {
		cursor: pointer;
		width: 100%;
		border: none;
		outline: none;
	}
	a:hover {
		text-decoration: none;
	}
	.panel {
		display: none;
		overflow: hidden;
		/* padding: 0 18px; */
		flex-direction: column;
		animation-name: panel;
		animation-duration: 1.5s;
	}
	.panel a {
		padding: 0.8rem;
	}

	.panel section {
		display: inline-grid;
		/* border-top: 1px solid #fff;
		padding-top: 1rem; */

	}
	h3.toTopLink  {
		text-align: center;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 1rem;
		margin-bottom: 1rem;
		
	}
	.icon::before {
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		padding-right: 1rem;
	  }
	
	  .arrow::before {
		font-family: "Font Awesome 5 Free"; 
		font-weight: 600; 
		content: "\f054";
		float: right;
	  }
	
	.panel section h3 {
		color: #fff;
		/* border-top: 1px solid #fff;
		border-bottom: 1px solid #fff; */
		background: #979797;
		padding: 1rem;
	}
	section h3 {
	 font-size: 1.2rem;
}
	section ul li {
		list-style-type: none;
	}

	@keyframes panel {
		0% {
			opacity: 0
		} 
		50% {
			opacity: 0.8
		}
		100% {
			opacity: 1
		}
	}
	.toTop {
		width: 100%;
		margin-top: 3rem;
		display: flex;
		justify-content: center;
		color: #333;
	}
	.toTop span:hover {
		background:  #99318D;
		color: #fff;
	}
	  .toTop span {
		border: 1px solid #b8b8b8;
		padding: 0.4rem 2rem;
		transition: all 0.5s;
	}
	.section-inner {
		display: flex;
	}


/* Navigation for mobile device */
.show_Navigation {
	overflow-y: scroll;
    background: rgba(20,20,20,0.9);
	/* position: absolute; */
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    display: none;
    animation-name: navShow;
    animation-duration: 0.5s;
}

i.fas.fa-chevron-left, i.fas.fa-chevron-down  {
	margin-left: 10px;
    color: #aaa;
}

@keyframes navShow {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}


.show_Navigation a {
	color: white;
}
ul.ul_class {
    text-align: left;
}

li.list_class {
    list-style-type: none;
    margin: 2rem;
    color: #333;
    font-size: 1.3rem;
    border-bottom: 1px solid #4f4f4f;
    padding-bottom: 1.5rem;
}

/* ========= END ======== */

/* ========= HERO ======== */
#company .hero-style,
#product .hero-style,
#term .hero-style,
#greeting .hero-style,
#recruit .hero-style,
#greeting .hero-style,
#medicine .hero-style,
#company-details .hero-style,
#advice .hero-style,
#healthy-food .hero-style,
#drink .hero-style,
#water-purifier .hero-style,
#cosmetics .hero-style,
#thanks .hero-style,
#contact .hero-style {
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	background-position: center;
	flex-direction: column;
}

#company .hero-style,
#thanks .hero-style,
#contact .hero-style {
	background-image: url(img/hero-img02.jpg);
	height: 300px;
}

#product .hero-style,
#healthy-food .hero-style,
#drink .hero-style,
#water-purifier .hero-style,
#cosmetics .hero-style
 {
	background-image: url(img/hero-img03.jpg);
	height: 300px;
}
#greeting .hero-style,
#recruit .hero-style,
#greeting .hero-style,
#medicine .hero-style,
#company-details .hero-style,
#advice  .hero-style {
	background-image: url(img/hero-img05.jpg);
	height: 300px;
}


#term .hero-style {
	background-image: url(img/hero-img04.jpg);
	height: 300px;
}
.hero-style div:nth-child(1) {
	background: rgba(255,255,255,0.8);
	padding: 1rem;
	text-align: center;
	width: 350px;
}
.hero-style h1, .hero-style p {
	color: #99318D;
	margin-bottom: 0;
}

.hero-style h1 {
    font-size: 1.65rem;
    font-weight: 700;
	border-bottom: 1px solid #99318D;
}

/* ========= TOP PAGE ======== */

.inner_product_lineup {
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
}

img[src="img/headlogo.svg"] {
	width: 200px;
	height: 50px;
}
img[src="img/headlogo.svg"]:hover {
	opacity: 0.8;
}

.jumbotron {
	background-image: url(img/hero-img01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	display: flex;
    align-items: center;
	position: relative;
	background-position: center;
	margin: auto;
}

.display-4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
	text-shadow:2px 2px 3px #4a4a4a;
	position: absolute;
    bottom: 5%;
    left: 5%;
}

.wrapper {
	width: 100%;
/*	overflow-y: hidden;
	overflow-x: hidden;*/
}


/* ========= IMAGE ======== */
.responsive {
	width: 100%;
	height: auto;
}
.style_0 img {
	cursor: pointer;
}

/* Navigation setting */

.navigation-wrapper {
    background: #049a3d;
}

.menu-wrapper {
		display: none;
		background: #ffffff;
	    padding: 1rem;
	    box-shadow: 0px 7px 6px -3px rgba(116,116,116,0.3);
	    position: absolute;
	    width: 100%;
	    z-index: 1;
}

a.nav-link  {
	color: #181818;
}
.sub-nav,.sub-nav2,.sub-nav3 {
	z-index: 1;
    background: white;
    padding: 1rem 1rem;
    font-size: 13px;
	width: 100%;
    display: none;
    /*display: flex;*/
    justify-content: center;
    position: absolute;
    /*top: 72px;*/
    left: 0;
    flex-wrap: wrap;
}
.dropdown-item {
	width: auto;
}
.sub-nav2 a.dropdown-item {
	color: #990C05;
  }

.inner-nav2 {
	display: flex;
    flex-direction: column;
}

.sub-nav a, .sub-nav2 a {
	padding-bottom: 0.5rem;
}

.nav-item:hover .sub-nav,
.nav-item:hover .sub-nav2,
.nav-item:hover .sub-nav3 {
	display: flex;
}
.sub-nav a,.sub-nav2 a,.sub-nav3 a {
	display: block;
}
.sub-nav a:hover,.sub-nav2 a:hover,.sub-nav3 a:hover {
	color: rgb(173, 173, 173);
	background: none;
	transition: all 0.5s;
}

.sub-nav,.sub-nav2,.sub-nav3 {
	position: absolute;
	box-shadow:0px 0px 6px 0px rgba(44,44,44,0.6);
	animation-name: hoverAni;
	animation-duration: 0.8s;
}
@keyframes hoverAni {
	from {
		opacity: 0
	} to {
		opacity: 1
	}
}

/* ======  END Navigation setting ======= */
.style_0 h2, .style_0 p {
	text-align: center;
}

.style_0 p {
	font-size: 1rem;
}
.style_0 h3 {
	font-size: 1.3rem;
	text-align: center;
}
.autoplay img {
	width: 150px!important;
	height: auto!important;
	border-radius: 50%;
	border: 2px solid #fff;
	margin: 1rem;
	margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 0px 20px rgba(94, 59, 89, 0.19);
    transition: all 0.2s ease-in;

}
.autoplay img:hover  {
	border: 2px solid #84B374;
}

.style_0 img:hover  {
	opacity: 0.7;
}

.autoplay figure, .autoplay a {
	outline: none;
}
.autoplay figcaption {
	text-align: center;
	font-size: 0.7rem;
}

.bg_0 {
	background: linear-gradient(to top, rgba(255,216,250,1) 0%,rgba(255,232,251,1) 100%);
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.slick-prev:before, .slick-next:before {
	/*color: #333;*/
	font-size: 30px;
}

.slick-prev:before {
	margin-right: 2rem;
}
.slick-next:before {
	margin-left: 2rem;
}
.slick-slide {
	height: auto;
}
span.details {
	float: right;
	font-size: 0.7rem;
}
.details a {
	cursor: pointer;
	color: #333;
	text-decoration: none;
}
.details a:hover {
	color: #676767;
}
.style_01 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.slick-dots li button::before {
	font-size: 10px;
    width: 30px;
    height: 30px;
  }

/* ======================================
 =============== Product page ===========
 ======================================== */

 .product h2 {
	font-size: 1.2rem;
}
.cart-box01 {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.cart-box01 div:nth-child(1) {
	border: 4px solid #94B998;
	border-radius: 10px;
	text-align: center;
	background: #09653E;
	color: #fff;
	padding: 0.5rem;
}

.cart-box01 button, .cart-box01 .btn {
	width: 100%;
	margin: 0.5rem 0;
}
.cart-box01 button:hover, .cart-box01 .btn:hover {
	background: #09653E;
}
.img {
	max-width: 500px;
}

.healthy-food img, .drink img, .water-purifier img {
	max-width: 200px;
	height: auto;
}
.healthy-food figure, 
.drink figure, 
.cosmetics figure, 
.water-purifier figure, 
.greeting figure,
.term figure {
	border: 1px solid #a6a6a6;
}
.healthy-food figcaption, 
.drink figcaption, 
.cosmetics figcaption, 
.water-purifier figcaption, 
.greeting figcaption,
.term figcaption  {
	color: #fff;
	padding: 0.5rem;
}
.healthy-food figcaption {
	background: #F37336;
}
.drink figcaption {
	background: #1E3E72;
}
.cosmetics figcaption {
	background: #D88DBC;
}
.water-purifier figcaption {
	background: #63C8F2;
}

.greeting figcaption,
.term figcaption {
	background: #007bff;
	letter-spacing: 2px;
}









/* decoration for heading 3 */

.services-full-width-text h3 {
	font-weight: bold;
    /* text-transform: none; */
    /* border-radius: 20px; */
    padding: 5px;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
}

.services-full-width-text h3.red {
    background: #bf1e24;
}
.services-full-width-text h3.or {
    background: #FF8600;
}
.services-full-width-text h3.lightY {
    background: #dfbd7b;
}
.services-full-width-text h3.lightB {
    background: #8FC7E8;
}
.services-full-width-text h3.lightG {
    background: #595c55;
}

.services-full-width-text h3.lightOr {
    background: #f07758;
}
.services-full-width-text h3.cream {
	background: #fff2db;
	color: #333;
}
.services-full-width-text h3.lightRed {
	background: #ffdbea;
	color: #333;
}
.services-full-width-text h3.green {
	background: #dbfae8;
	color: #333;
}

.style_0 {
	text-align: center;
}
.product a.nav-link {
	color: #333;
}
.product01 h2, .product02 h2, .product03 h2, .product04 h2,.product05 h2,.product06 h2,
.product07 h2, .product08 h2, .product09 h2,
.product10 h2, .product11 h2, .product12 h2 ,.product18 h2, .product19 h2, .product20 h2{
	/* text-align: center; */
	border-bottom: 1px dotted gray;
	padding-bottom: 1rem;
	margin-top: 3rem;
}
.product01 h3, .product02 h3, .product03 h3, .product04 h3,.product05 h3,.product06 h3,.product07 h3, .product09 h3,
.product10 h3, .product11 h3, .product12 h3 {
	/* text-align: center; */
	font-size: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.product01, .product02, .product03, .product04,
.product05, .product06,.product07, .product08,.product09,.product10,.product11,.product12 {
	margin-bottom: 3rem;
}
.product05 .row:nth-child(2) img,
.product01 .row:nth-child(1) img,
.product01 .row:nth-child(2) img,
/*.product02 .row:nth-child(2) img,*/
.product03 .row:nth-child(2) img,
.product03 .row:nth-child(3) img {
	padding: 1rem;
}


/* bg styke */
.bg-style01 {
	background: #fff5e6;
    border-radius: 8px;
}	

.bg-style02 {
	background: #f3fff6;
    border-radius: 8px;
}	
.bg-style03 {
	background: #f3fdff;
    border-radius: 8px;
}	

/* ========= Product 1 ======== */

/* kunitachi koso*/
.product-hero01 {
	background-image: url("img/kunitachi_top_bk.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}	
.style_02 {
	display: flex;
}
.style_02_01 {
	background: #00ADEF;
	color: #fff;
	color: #fff;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	line-height: normal;
	position: relative;
	font-size: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.style_02_01 span {
	position: absolute;
}
.product h1, .product h2 {
	text-align: center;
}
.howTo {
	display: flex;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #88b395;
	border-radius: 60px;
	padding: 20px;
}
.howTo div{
	margin: 1rem;
}
.howTo div:nth-child(1) {
	flex: 1;
}
.howTo div:nth-child(2) {
	flex: 4;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product01 span {
    background: #ff5858;
    border-radius: 50%;
    padding: 0.5rem;
    color: #fff;
}



/* ========= Product 2 ======== */

#bijin dl {
	border-bottom: 0.5px dotted #333;
}
.product02 .services-full-width-text img {
	max-width: 200px;
  } 
  .product02 .services-full-width-text {
	text-align: center;
  } 


/* ========= Product 3 ======== */

.table-layout-wrapper th,.table-layout-wrapper th {
	min-width: 250px;
	}
	.table-layout-wrapper ul {
	padding-left: 1rem;
	}
	th.style_001 {
	background: #ff9191;
	}
	
	th.style_002 {
	background: #a7a7f3;
	}
	th.style_001,
	th.style_002 {
	color: #fff;
	text-align: center;
	}
	  
	.style_001 {
	background: #fbdede;
	color: #333;
	}
	
	.style_002 {
	background: #e3e3ff;
	color: #333;
	}

	.table-bordered td, .table-bordered th {
	border: 5px solid #fff;
	border-radius: 10px;
	}
	tr th:nth-child(1) {
	background: #f0f0f0;
	}


	/* ========= Product 4 ======== */


	/* ========= Product 5 ======== */
.product05 ol li {
		margin-bottom: 1rem;
}

	/* ========= Product 6 ======== */

	/* ========= Product 7 ======== */

	/* ========= Product 8 ======== */
.product08 h3 {
		font-size: 1rem;
		margin-top: 0.5rem;
		margin-bottom: 1rem;
}
.product08 .three-ingredients img {
	padding: 2rem;
  }
  .product08 h2 span {
	background: #1d2087;
	color: #fff;
	border-radius: 50%;
	padding: 0.5rem;
	margin-right: 1rem;
	font-size: 1.6rem;
}

.product08 h3 span {
	background: #FFA115;
	line-height: 2;
	border-radius: 50%;
	padding: 0.5rem 1rem;
	margin-right: 0.5rem;
	color: #fff;
}
	/* ========= Product 9 ======== */
.product09 span {
		color: red;
		font-weight: 800;
	  }
.product09 dt {
		margin-bottom: 0.5rem;
	  } 	
	/* ========= Product 10 ======== */
.product10 p {
		text-align: center;
}

/* ========= Product 11 ======== */
.product11 img[src="img/kurogoma_aojiru_02.svg"] {
	width: 300px;
	height: auto;
 }

/* ========= Product 12 ======== */

 ul.ul_wrapper li {
	 list-style-type: none;
	 background: #AF9270;
	 float: right;
	 margin: 0.5rem;
	 padding: 0.5rem;
	 border-radius: 8px;
	 color: white;
 }
 .style_003 {
	background: #F15555;
	padding: 0.5rem;
	border-radius: 8px;
	color: #fff;
   display: inline-block;
}
.product12 ul {
   padding-left: 2rem;
}
.product12 .style_004 img {
	max-width: 140px;
	height: auto;
  }
  .product12 .style_004 ul, .product12 .style_005 ul {
	display: flex;
	justify-content: center;
	padding-left: 0;
  }
  .product12 .style_004 ul li, .product12 .style_005 ul li {
	list-style-type: none;
  }
  
  .product12 .style_005 img {
	max-width: 230px;
	height: auto;
  }
  .product12 .services-full-width-text h3 {
	color: #333;
	border-left: 10px solid #67B67F;
	display: inline-block;
  }
 
  p.attention-style {
	  border-bottom: 5px solid yellow;
	  display: inline-block;
  }
  .product12 .style_006  {
    /* background: #88efff; */
    padding: 1rem;
    border-radius: 8px;
}
	.product12 .style_007 {
    background: #fcfbe9;
}


.product12 .bg-style04 {
	background: linear-gradient(to bottom, #ffffff 0%,#7affed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#7affed 100%); 
	background: -moz-linear-gradient(top, #ffffff 0%, #7affed 100%);
	
}



/* ========= Product 15 ======== */

	.product15 ul li {
		list-style: none;
	}
	.product15 h3 {
		color: #007F41;
		font-weight: 600;
		text-align: left;
	}
	.product15 .wrapper > * {
		max-width: 150px;
	}
	.product15 .eclat-02 {
    position: relative;
    margin-bottom: 2rem;
    width: 100%;
	color: #007F41;
	font-weight: 600;
}
	.product15 .eclat-02:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #007F41;
    width: 100%;
    height: 1px;
}
	.product15 .eclat-02:after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #007F41;
    width: 100%;
    height: 1px;
    left: 0;
}
i.far.fa-check-square.pr-2 {
    font-size: 1.3rem;
    color: #017f42;
}
	.wrapper-10things > * {
		max-width: 90px;
		text-align: center;
		margin: 0.5rem;
	}
	.wrapper-10things img {
		border-radius: 50%;
    	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	}
	.wrapper-10things figcaption {
		font-size: 0.7rem;
		margin-top: 0.5rem;
	}
	.desc-eclat {
    background-color: #F5F8E4;
    padding: 0.5rem;
    border-radius: 0.5rem;
}
ul.seven-eclat li {
    background-color: #F5F8E4;
    border: 1px solid #017f42;
    flex: 1;
    border-radius: 0.5rem;
    text-align: center;
    margin: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    min-height: 60px;
	font-weight: 600;
}
p.eclat-01 {
    background-color: #AA7C21;
    color: white;
    padding: 0 1rem;
}

.cart-wrapper {
	border-bottom: 1px dotted gray;
    padding-bottom: 1rem;
    margin-top: 3rem;
}


@media screen and (max-width: 800px) {
	.product15 br {
		display: none;
	}
	.product15 .eclat-02 {
    text-align: center;
}
	.product15 .wrapper > * {
    max-width: 100px;
}
	.product15 h4 {
		font-size: 1rem;
		font-weight: 600;
	}
}

/*product18*/
.product18 img{
	width: 100%;
}
.product18{
	width: 100%;
}

.nmn-01{
	position: relative;
	width: 100%;
	min-height: 22em;
}
.nmn-01 img{
	width: 35%;
	padding:0 10px;
	position: absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
}
.nmn-01 .text p{
	position:absolute;
	top:50%;
	left:35%;
	transform:translate(0,-50%);
	font-size: 120%;
	padding: 0 40px;
}
.nmn-01:nth-child(2n-1){
	background-color: #f5f4ef;
}

/*product19*/
.product19 h5{
	color: #76768a;
	line-height: normal;
} 
.round-gold{
	background-image: linear-gradient(30deg,#61543b, #e4d499 ,#938363);
	width: 200px;
	height:200px;
	border-radius: 50%;
	color: white;
	font-weight: 600;
	text-align: center;
	margin: 2em auto;
	position: relative;
	z-index: 2;
}
.round-gold .text{
	line-height: 1;
	font-size: 44px;
	text-align: center;
	display: block;
	padding: 56px 0;
}
.round-wrap{
	margin: auto;
	margin-top:-5.5em;
	margin-bottom: 2em;
	width: 400px;
	position: relative;
	z-index: 1;
	
}
.round-white{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #FFF;
	margin: 0 auto;
	box-shadow: 0 0 20px #b2ae99;
}

.round-white .text{
	line-height: 1;
	font-size: 24px;
	text-align: center;
	display: block;
	padding: 56px 0;
	color: #87682c;
}
.round-white .text-big{
	font-size: 44px;
}
.round-white .text-muted{
	font-size: 13px;
}
.dhaepa-01{
	width: 95%;
	margin: 10em auto;
	padding: 2em 0;
	position: relative;
}
.dhaepa-01::before{
	content: '';
	width: 105%;
	height: 140%;
	background-color: transparent;
	position: absolute;
	top:-20%;
	left: -2.5%;
	z-index: -1;
	border-left: 1px solid #b8b12b;
	border-right: 1px solid #b8b12b;
}
.dhaepa-01::after{
	content: '';
	width: 120%;
	height: 110%;
	background-color: transparent;
	position: absolute;
	top:-5%;
	left: -10%;
	z-index: -1;
	border-top: 1px solid #b8b12b;
	border-bottom: 1px solid #b8b12b;
}
.dhaepa-01 h3{
	line-height: normal;
	font-weight: 500;
	color: #494431;
}
.dhaepa-01 .text{
	background-color: #aeac83;
	display: block;
	line-height: 3em;
	border-radius: 40px;
	font-size: 22px;
	color: white;
	font-weight: 500;
}
.dhaepa-02{
	width: 100%;
	padding: 30px 0;
	background-image: url('img/dha_epa-bg.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
}
.dhaepa-02::before{
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top:0;
	left: 0;
}
.dhaepa-02 img{
	width: 100%;
}
.dhaepa-02-innner{
	width: 90%;
	margin: 10px auto;
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.536);
	color: #2e4155;
	position: relative;
}
.dhaepa-02-innner::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #ffffff5e;
	top:0;
	left: 0;
}
.dhaepa-02 h3{
	font-size: 50px;
	color: #222222;
}
.dhaepa-02 h4{
	line-height: normal;
}
.text-blue{
	color: #19369e;
	text-shadow:0 0 60px white;
}
.text-green{
	color: #017f42;
	text-shadow:0 0 60px white;
}

.dhaepa-03 h3{
	background-image: linear-gradient(90deg,#938363, #e4d499 ,#938363);
	color: #FFF;
	width: 90%;
	margin: 3em auto;
	text-shadow: 0px 0px 5px #846e52;
	position: relative;
	font-size: 24px;
	line-height: normal;
	padding: 6px;
}
.dhaepa-03 h3::before,
.dhaepa-03 h3::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top:0
}
.dhaepa-03 h3::before{
	left: -20px;
	border-width: 25.5px 20px 25.5px 0;
	border-color: transparent #938363 transparent transparent;
}
.dhaepa-03 h3::after{
	right: -20px;
	border-width: 25.5px 0 25.5px 20px;
    border-color: transparent transparent transparent #938363;
}
/*product20*/
.soypower01{
	width: 100%;
	padding: 50px 0 80px 0;
	margin: 50px auto;
}
.b-dot{
	font-weight: bolder;
	position: relative;
	border-bottom: 3px dotted rgb(238, 142, 32);
	margin: auto 0.5em;
}
.soy-box{
	box-shadow:0 0 5px  #978d72;
	border-radius: 2px;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 15px auto;
	position: relative;
}

.soy-box p{
	width: 100%;
	margin: 0 auto;
	padding: 1em 0;
	background-color: #978d72;
	color: white;
	font-weight: 500;
	font-size: 18px;
}
.soy-box img{
	width: 100%;
	margin: 0 auto;
}
.round-img{
	overflow: hidden;
	aspect-ratio: 1/1;
	border-radius: 50%;
	margin: 15px auto;
	text-align: center;
	position: relative;
	object-fit: cover;
}

.round-img img{
	object-fit: cover;
	width: 100%;
}
.round-img p{
	position: absolute;
	top:72%;
	left: 0;
	width: 100%;
	height: 30%;
	padding: 30px;
	background-color: rgba(92, 80, 34, 0.6);
	color: #ffffff;
}

.product20 h3{
	color: white;
	background-color: #978d72;
	position: relative;
	font-size: 28px;
	margin: 1em auto;
	border-radius: 5px 0 0 5px;
	text-align: center;
}
.product20 h3::before{
	content: '';
	width: 100%;
	height: 90%;
	position: absolute;
	top: 5%;
	left: 0;
	border-top: 2px dotted #e3e0d6;
	border-bottom: 2px dotted #e3e0d6;
	z-index: 2;
}
.soypower02{
	border: 3px dashed #e3e0d6;
	position: relative;
	width: 100%;
	padding: 50px 0 10px;
}
.soypower02 h4{
	position: relative;
	color: #393323;
	font-weight: 600;
}
.soypower02 h4::before{
	content: '';
	position: absolute;
	width: 2em;
	height: 4px;
	border-radius: 2px;
	background-color: #aa9b2d;
	bottom: 0.1em;
	left: calc(50% - 1em);
}
.soypower02 .row p{
	text-align: left;
	position: relative;
	padding-left: 1.5em;
	font-size: 18px;
}
.soypower02 .row p::before{
	content: '';
	width: 0.8em;
	height: 0.8em;
	border: 1px solid #333;
	position: absolute;
	top:0.4em;
	left: 0;
}
.soypower02 .row p::after{
	content: '';
	width: 1em;
	height: 0.5em;
	border-left: 4px solid #ff0303;
	border-bottom: 3px solid #ff0303;
	position: absolute;
	top:0.3em;
	left: -0.1em;
	transform: rotate(-40deg);
}



  /* =================== Recruit page ===================*/
  .mad-style01 {
	background: #fffaea;
	padding: 1rem;
	border-radius: 5px;
  }
  #recruit .row h3 {
	border-left: 7px solid blue;
    padding-left: 0.5rem;
  }
/* =================== company page ===================*/
/* =================== term page ===================*/

.company h2,
.term h2,
.product h2,
.greeting h2,
#water-purifier h2 {
	text-align: center;
	margin-bottom: 3rem;
	margin-top: 4rem;
	display: flex;
	align-items: center;
}
.top h2 {
	text-align: center;
	margin-top: 2rem;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
}

.top .container,
.company .container,
.term .container,
.greeting .container
 {
    margin-top: 3rem;
}

.company-list dt {
	 margin-bottom: 0.5rem;
}

  .top h2::before,
  .top h2::after,
  .company h2::before,
  .company h2::after,
  .term h2::before,
  .term h2::after,
  .product h2::before,
  .product h2::after,
  .greeting h2::before,
  .greeting h2::after,
  #water-purifier h2::after,
  #water-purifier h2::before 
   {
	content: '';
	height: 1px;
	background-color: #333;
	flex-grow: 1;
  }
  .top h2::before,
  .company h2::before,
  .term h2::before,
  .product h2::before,
  .greeting h2::before,
  #water-purifier h2::before {
	margin-right: 1rem;
  }
  .top h2::after,
  .company h2::after,
  .term h2::after,
  .product h2::after,
  .greeting h2::after,
  #water-purifier h2::after {
	margin-left: 1rem;
  }
  .term ul {
	padding-left: 1rem;
	}

  .term ul li {
	width: 160px!important;
	float: left;
	text-align: left;
	list-style-type: none;
	padding-bottom: 1rem;
	}

/* ====================  Company Page ================= */

#medicine .col-12 ul {
	background: #fffaea;
    padding: 1rem 1rem 1rem 2rem;
    border-radius: 5px;
}



  /* ====================  form setting ================= */

.form-div span {
	background: #ea7676;
	color: white;
	padding: 0.2rem;
	border-radius: 3px;
	margin-right: 0.5rem;
	font-size: 0.8rem;
}
.form-div {
margin-bottom: 1.5rem;
}

.contactForm {
margin-bottom: 5rem;
}

.error-messe, .error_messe {
margin-bottom: 2rem;
}
.form-group:nth-child(1) p,
.form-group:nth-child(2) p,
.form-group:nth-child(3) p,
.form-group:nth-child(4) p,
.form-group:nth-child(5) p  {
display: flex;
flex-direction: column;
}
.form-group:last-child p {
flex-direction: row;
}

.form-group label {
font-weight: 600;
}

.form-control {
	border: 1px solid #0b4b8b59;
}




/*=================== footer  =================== */

.footer {
	margin-top: 2rem;
	padding-top: 2rem;
	background: #f5f5f5;
	color: #3c3c3c;
	display: none;
}

.footer h5 {
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
.footer a {
	color: #474747;
}
.footer a:hover {
	color: #979797;
}
.footer ul li {
	list-style-type: none;
	margin-bottom: 0.5rem;
}

.footer .container {
	padding: 2rem;
}

.inner-item2 {
	display: flex;
}

.copy-right {
	background: #000000;
	color: white;
	font-size: 0.7rem;
	padding-top: 1rem;
}
footer section {
	margin: 1rem;
}
.inner-item {
    margin-right: 1rem;
    margin-left: 1rem;

}



/*=========== head back button setting ===========*/

#head_back{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background: #444;	
	background: rgba(0,0,0,0.7);
	position: relative;
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 9999;
	display: none;
  box-shadow: 0px 2px 3px rgba(71,71,71,0.6);
}
#head_back i{
	display: block;
	font-size: 260%;
	margin: 0 auto;
}
#head_back p{
	margin: 0 auto;
	padding: 1rem;
	text-align: center;
	color: #fff;
	font-size: 90%;
}
#head_back p a{
	padding: 4px 10px;
	margin: 0;
/*	display: none;*/
}
#head_back a:link,
#head_back a:active,
#head_back a:visited{
	color:#fff;
	text-decoration: none;
}
#head_back a:hover {
	color: #f66;
	text-decoration: none;
}





/* ============== Media Query Setting =============== */

@media screen and (max-width:576px) {
	br {
		display: none;
	}
	.style_02_01 {
	height: 400px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (min-width:576px){
	.display-4 {
    font-size: 1.9rem;
}
	.autoplay img {
	width: 100px!important;
}

}

@media screen and (max-width: 768px) {
	body {
		margin-top: 50px;
	}
	.navigation-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #049a3d;
	z-index: 3;
	box-shadow: 0px 6px 6px -2px rgba(91,91,91,0.16);
}
}

@media screen and (min-width: 768px){
	h1,h2,h3,h4 {

		text-align: center;
	  }
	.jumbotron {
		height: 600px;
	}
	/* .cart-box01 {
	width: 196px;
	height: auto;
} */
.top h2 {
	font-size: 2rem;
}
}

@media screen and (min-width:992px){
/* Font setting */
	h2 {
		font-size: 2rem;
	  }
	h3 {
		font-size: 1.75rem;
	  }
	figcaption {
		font-size: 1rem;
	  }
	  
/* END Font setting */



.hero-style div:nth-child(1) {
	width: 400px;
}
	.company-list dt {
		margin-bottom: 0;
   }
	.company-list dt {
		float: left;
	}
	
	.company-list dd {
		display: flex;
		margin-left: 300px;
	}
.product h2 {
	font-size: 1.5rem;
}
	.product01 h3, .product02 h3, .product03 h3, .product04 h3,.product05 h3,.product06 h3,.product07 h3, .product08 h3,.product09 h3,
	.product10 h3 {
		font-size: 1.2rem;
	}

	.display-4 {
    font-size: 3rem;
}

p.attention-style {
	font-size: 20px;
	margin-bottom: 2rem;
}

.autoplay figcaption {
	font-size: 1rem;
}
}

@media screen and (min-width: 1200px){
	.jumbotron {
		height: 600px;
		margin-top: 73px;
	}

	/* Hero image for individual section */
	.desktopImg {
		display: block;
	}
	.mobileImg {
		display: none;
	}

	/* END */


	#nav-icon4 {
		display: none;
	}
	.menu-wrapper {
	display: block;
}
.hero-style {
	margin-top: 72px;
}
.autoplay img {
	width: 200px!important;
}
	.footer {
		display: block;
	}
}