/********************************************************************

reset

*********************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, em, img, small, strong, 
dl, dt, dd, ol, ul, li, table, tbody, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}



/****************************************

          Clearfix

*****************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* clearfix for ie7 */
.clearfix {
	display: block;
}

.clear {
	clear: both;
}

.clearfix::after{
  content: "";
  clear: both;
  display: block;
}
.col_2{
	width: 100%;
}
.col_2 > div{
	width: 47%;
	padding: 10px;
	float: left;
}
.col_2 > div img{
  width: 100%;
  margin-bottom: 0;
	padding-bottom: 1em;
}
.mb-5{margin-bottom:3rem}

.col_4{
	width: 100%;
	display: flex;
	
}

.img-w {width: 100%;}
.bg-col{ background-color:#eaffea;}
.voice {
    margin: 1em 0;
  }
.panel-img {
	  width: 30%;
	  text-align: center;
	}
.panel-img img {
	  max-width: 100%;
		width: 90%;
	  }
 .panel {
      margin: 0 0 40px 0;
      width: 100%;
      background-color:#eaffea;
      padding: 1em;
			text-align:justify
   }
 .panel .more {
      display: block;
      width: 40%;
      height: 50px;
      margin: 1em auto;
      line-height: 50px;
      text-align: center;
      color: #028e5e;
      border: 2px solid #028e5e;
      transition: .3s;
      text-decoration: none;
    }
  .panel .more:hover {
      color: #fff;
      background: #028e5e;
    }
  .panel .hideContent {
      display: none;
    }
  .panel .open {
      display: block;
    }

.spbr{
    display: none;
}
/****************************************

          CSS3 MEMO

*****************************************/

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}




/****************************************

          General Setting

*****************************************/

body {
	background: #fff;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #313e3a;
}



/* スマートフォン向けのレイアウトの指定:～768px */
@media only screen and (max-width: 768px){
	body{
		width:100%;
	}
	
	img{
		width:100%;
		max-width:600px;
		height:auto;
	}
	
	
}


/****************************************

          Common

*****************************************/
.alignLeft {text-align:left;}
.alignRight {text-align:right;}
.alignCenter {text-align:center;}
.bold {font-weight:bold;}

.left{float:left;}
.right{float:right;}
.center{
	margin: 0 auto;
	display: block;
}

.mt_05{margin-top:5px;}
.mt_10{margin-top:10px;}
.mt_15{margin-top:15px;}
.mt_20{margin-top:20px;}
.mt_30{margin-top:30px;}
.mt_40{margin-top:40px;}
.mt_50{margin-top:50px;}
.mt_60{margin-top:60px;}

.mb_none {margin-bottom:0 !important;}
.mb_05{margin-bottom:5px;}
.mb_10{margin-bottom:10px;}
.mb_15{margin-bottom:15px;}
.mb_20{margin-bottom:20px;}
.mb_25{margin-bottom:25px;}
.mb_30{margin-bottom:30px;}
.mb_40{margin-bottom:40px;}
.mb_80{margin-bottom:80px;}

.mr_05{margin-right:5px;}
.mr_10{margin-right:10px;}
.mr_15{margin-right:15px;}
.mr_20{margin-right:20px;}
.mr_25{margin-right:25px;}
.mr_30{margin-right:30px;}
.mr_40{margin-right:40px;}

.ml_05{margin-left:5px;}
.ml_10{margin-left:10px;}
.ml_15{margin-left:15px;}
.ml_20{margin-left:20px;}
.ml_30{margin-left:30px;}
.ml_40{margin-left:40px;}
.ml_50{margin-left:50px;}
.ml_60{margin-left:60px;}

.pt_15{padding-top:15px;}

div.inner {
	width: 1000px;
	margin: 0 auto;
}

span.red {
	color: #ff0000;
}

span.blue {
	color: #004ab9;
}

span.small {
	font-size: 14px;
	line-height: 150%;
}

a:hover img{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

img{vertical-align:bottom;}



/* スマートフォン向けのレイアウトの指定:～768px */
@media only screen and (max-width: 768px){
	div.inner {
		width: 100%;
	}
}

/****************************************

          Header

*****************************************/
div#headerTop {
	height: 40px;
	background: url(../images/gif/header_bg.gif) repeat-x;
}

img#logo01 {
	position: relative;
	z-index: 100;
}

img#logo02 {
	margin: 25px 0 0 135px;
	float: none;
}

h1 {
	width: 865px;
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	color: #fff;
	float: right;
	text-align: left;
	margin: 0 0 0 17px;
}

div#header {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

div#mainvisual_wrap {
	background: url(../images/gif/mainvisual_bg.gif) repeat-x;
	text-align: center;
}

div#mainvisual_wrap h2 {
	margin: 0 auto;
}

div#gNavi_wrap {
	width: 655px;
	border-right: 1px dotted #ddd;
	float: right;
	margin-top:-55px;
}

ul.gNavi {
	float: right;
	list-style: none;
}

ul.gNavi li {
	width: 150px;
	height: 80px;
	float: left;
	border-left: 1px dotted #ddd;
	text-align: center;
}

ul.gNavi li.home {
	background: url(../images/gif/home_bg.gif) center top no-repeat;
}

ul.gNavi li.company {
	background: url(../images/gif/company_bg.gif) center top no-repeat;
}

ul.gNavi li.products {
	background: url(../images/gif/products_bg.gif) center top no-repeat;
}

ul.gNavi li.employment {
	background: url(../images/gif/employment_bg.gif) center top no-repeat;
}

	ul.gNavi li a {
		display: block;
		color: #313e3a;
		text-decoration: none;
		font-weight: bold;
		padding: 40px 0 0 0;
	}
	
	ul.gNavi li a:hover {
		padding: 40px 0 0 0;
		color: #008c5c;
		text-decoration: none;
	}

ul#breadcrumbs {
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	list-style: none;
}

	ul#breadcrumbs li:first-child {
		background: url(../images/png/breadcrumbs_home.png) left no-repeat;
		line-height: 14px;
		color: #313e3a;
		padding: 0 0 0 20px;
		margin: 0;
		display: inline;
	}
	
	ul#breadcrumbs li {
		background: url(../images/png/arrow03.png) left no-repeat;
		line-height: 14px;
		font-size: 14px;
		color: #313e3a;
		padding: 0 0 0 15px;
		margin: 0 0 0 5px;
		display: inline;
	}

	ul#breadcrumbs li a {
		color: #313e3a;
		text-decoration: none;
	}
	
	ul#breadcrumbs li a:hover {
		color: #008c5c;
		text-decoration: none;
	}

/* スマートフォン向けのレイアウトの指定:～768px */
@media only screen and (max-width: 768px){
	div#headerTop{
		width:100%;
		background:none;
	}
	
	div#headerTop img{
		width:68px;
	}
	
	img#logo02{
		float:left;
		width:130px;
		margin:-25px 0 0 80px;
	}
	
	h1{
		display:none;
	}
		
	div#header{
		position:relative;
		width:100%;
	}
	
	div#gNavi_wrap {
		position:absolute;
		top:105px;
		left:0;
		width:100%;
	}
	
	ul.gNavi {
		float: left;
		width:100%;
	}
	
	ul.gNavi li {
		width: 24%;
	}
	
	div#mainvisual_wrap{
		margin-top:100px;
	}

	    .spbr{
        display: block;
    }

}


/****************************************

          Top page

*****************************************/
div#contents_wrap {
	padding: 50px 0 0 0;
}

/* スマートフォン向けのレイアウトの指定:～768px */
@media only screen and (max-width: 768px){
}

/****************************************

          Contents

*****************************************/
div.contents {
	float: left;
	width: 720px;
}

div.contents h3.news_title {
	background: url(../images/gif/news_title_bg.gif) no-repeat;
	height: 50px;
	padding: 4px 0 0 50px;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

	dl.news {
		font-size: 16px;
		line-height: 200%;
	}
	
	dl.news dt {
		width: 130px;
		float: left;
		padding: 30px 0 0 0;
		font-weight: bold;
		color: #008c5c;
	}
	
	dl.news dd {
		padding: 30px 0 15px 130px;
		border-bottom: 1px dotted #ddd;
	}
	
		dl.news dd a {
			color: #2586bd;
			text-decoration: underline;
		}
		
		dl.news dd a:hover {
			color: #2586bd;
			text-decoration: none;
		}
.news_box {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
}

.news_box a{
  width: 25%;
  padding: 1em;
  text-decoration: none;
  border: 2px solid #028e5e;
  border-radius: 20px;
  margin: .5em;
  color: #000000;
}
.news_box a:hover{
  background-color: #028e5e;
  color: #ffffff;
}

#top_map iframe{
  margin-top: 2em;
  width: 100%;
  min-height: 400px;
}

#top_company_inner{
  margin: 3em auto;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
#top_company_inner img {
width: 35% !important;
}
#top_company_inner div {
  width: 50% !important;
}
#top_company_inner dl {
  display: flex;
  text-align: left;
  padding: 2em 0;
  border-bottom: 1px solid #028e5f;
}
#top_company_inner dl:first-child {
  border-top: 1px solid #028e5f;
}
#top_company_inner dl dt{
  width: 30% !important;
  margin-bottom: 2em;
  line-height: 2;
}

#top_company_inner dl dd{
  line-height: 2;
}

ul.lower_index {
	list-style: none;
	margin-left: -30px;
}

ul.lower_index li {
	width: 220px;
	height: 180px;
	margin: 0 0 30px 30px;
	float: left;
	vertical-align: bottom;
	position: relative;
	display: block;
}

span.index_caption {
	width: 205px;
	background-color: rgba(0,140,92,0.8);
	color: #fff;
	padding: 0 0 0 15px;
	line-height: 40px;
	background-image: url(../images/png/arrow04.png);
	background-repeat: no-repeat;
	background-position: 190px 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-decoration: none;
}

a:hover span.index_caption{
	width: 205px;
	background-color: rgba(171,157,99,0.8);
	color: #fff;
	padding: 0 0 0 15px;
	line-height: 40px;
	background-image: url(../images/png/arrow05.png);
	background-repeat: no-repeat;
	background-position: 190px 12px;
	bottom: 0;
	left: 0;
	text-decoration: none;
}

div.contents > p {
	margin: 0 0 15px 0;
	font-size: 18px;
	line-height: 160%;
}

dl.newsList {
	margin: 10px 0 60px 0;
	font-size: 18px;
}

dl.newsList dt {
	margin: 0 0 10px 0;
	color: #00a5db;
}

dl.newsList dd {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	line-height: 160%;
}

ul.pageList {
	margin: 40px 0 60px -20px;
	list-style: none;
}

ul.pageList li {
	float: left;
	margin: 0 0 10px 20px;
	font-size: 18px;
}

	ul.pageList li a {
		background: url(../html/images/png/arrow_blue.png) no-repeat;
		background-position: right 15px center;
		background-color: #ddd;
		display: block;
		width: 290px;
		margin: 0 auto;
		padding: 15px 20px;
		color: #004ab9;
		text-decoration: none;
		border-radius: 25px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
	}
	
	ul.pageList li a:hover {
		background: url(../html/images/png/arrow_white.png) no-repeat;
		background-position: right 15px center;
		background-color: #004ab9;
		color: #fff;
	}

table.timeTable {
	border-collapse: collapse;
	margin: 0 0 15px 0;
	font-size: 18px;
}

table.timeTable th {
	border: 1px solid #ddd;
	background: #ffb2b2;
	padding: 10px 15px;
	font-weight: normal;
}

table.timeTable td {
	border: 1px solid #ddd;
	padding: 10px 15px;
	text-align: center;
	vertical-align: middle;
}

table.timeTable td span {
	background: #f8f400;
	font-size: 14px;
}

div.topInfo {
	margin: 0 0 60px 0;
}

div.topInfo p {
	margin: 0 0 12px 0;
	line-height: 150%;
	font-size: 16px;
}

ul.drIntro {
	list-style: none;
	margin: 30px 0;
	padding-left: 85px;
}

ul.drIntro li {
	float: left;
	width: 180px;
	margin: 0 0 0 50px;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
}

ul.drIntro li img {
	margin: 0 0 5px 0;
}

div.topInfo a.dr {
	background: url(../html/images/png/arrow_blue.png) no-repeat;
	background-position: right 15px center;
	background-color: #ddd;
	display: block;
	width: 180px;
	margin: 0 auto;
	padding: 10px 20px;
	color: #004ab9;
	text-decoration: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

div.topInfo a.dr:hover {
	background: url(../html/images/png/arrow_white.png) no-repeat;
	background-position: right 15px center;
	background-color: #004ab9;
	color: #fff;
}

ul.sheetList {
	margin: 40px 0 0 -20px;
	list-style: none;
}

ul.sheetList li {
	float: left;
	margin: 0 0 10px 20px;
	font-size: 18px;
}

	ul.sheetList li a {
		background: url(../html/images/png/sheet_blue.png) no-repeat;
		background-position: right 15px center;
		background-color: #ddd;
		display: block;
		width: 290px;
		margin: 0 auto;
		padding: 15px 20px;
		color: #004ab9;
		text-decoration: none;
		border-radius: 25px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
	}
	
	ul.sheetList li a:hover {
		background: url(../html/images/png/sheet_white.png) no-repeat;
		background-position: right 15px center;
		background-color: #004ab9;
		color: #fff;
	}
	
table.contact_form {
	width:720px;
	font-size:16px;
	line-height:150%;
	border:1px solid #ddd;
	border-collapse:collapse;
	padding: 0;
}

table.contact_form th {
	background-color:#dcf1e4;
	font-weight: normal;
	text-align: left;
	border:1px solid #ddd;
	width: 190px;
	padding: 20px 10px;
	line-height:150%;
}

table.contact_form td {
	border:1px solid #ddd;
	padding: 20px 10px;
}

table.contact_form td > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
table.lithium_form {
	width:720px;
	font-size:16px;
	line-height:150%;
	border:1px solid #ddd;
	border-collapse:collapse;
	padding: 0;
	margin:0 auto;
}

table.lithium_form th {
	background-color:#dcf1e4;
	font-weight: normal;
	text-align: left;
	border:1px solid #ddd;
	width: 190px;
	padding: 20px 10px;
	line-height:150%;
}

table.lithium_form td {
	border:1px solid #ddd;
	padding: 20px 10px;
}

table.lithium_form td > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.required {
	font-size:12px;
	color:#FFFFFF;
	background: #F00;
	padding: 2px 4px;
}

.example {
	font-size:14px;
}

.banner_kensetsu_ob{
	margin:20px 20px 0 20px;
	padding:0;
}


/* スマートフォン向けのレイアウトの指定:～768px */
@media only screen and (max-width: 768px){
	div.contents {
		float: none;
		width:98%;
		padding: 0 1%;
	}
	
	div.contents h3.news_title{
		background: url(../images/gif/news_title_bg_s.gif) no-repeat;
		border-bottom:3px solid #008c5c;
	}
	
	dl.news dt {
		float:none;
	}
	
	dl.news dd {
		padding: 30px 0 15px 0;
	}
}
/* スマートフォン向けのレイアウトの指定:～480px */
@media only screen and (max-width: 480px){
  .news_box a{
    width: 33%;
  }

	ul.lower_index {
		margin: 0 10%;
	}
	
	ul.lower_index li {
	}
.voice {
		  text-align: center;
		}
	  .panel-img {
		  width: 50%;
 		  margin: 0 auto;
    }
    .panel {
		  margin-top: 1em;
      width: 90%;
		}
  }
/****************************************

          Sidebar

*****************************************/
div.sidebar {
	float: right;
	width: 240px;
}

ul.sideBanner {
	list-style: none;
}

ul.sideBanner li {
	display: block;
	margin: 0 0 10px 0;
}

div.sideNavi {
	margin: 0 0 20px 0;
}

div.sideNavi h3 {
	background: #195b34;
	background: -moz-linear-gradient(top,  #195b34 0%, #028e5e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#195b34), color-stop(100%,#028e5e));
	background: -webkit-linear-gradient(top,  #195b34 0%,#028e5e 100%);
	background: -o-linear-gradient(top,  #195b34 0%,#028e5e 100%);
	background: -ms-linear-gradient(top,  #195b34 0%,#028e5e 100%);
	background: linear-gradient(to bottom,  #195b34 0%,#028e5e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195b34', endColorstr='#028e5e',GradientType=0 );
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	text-align: left;
	padding: 0 0 0 20px;
	border-bottom: 5px solid #8cd1a6;
	width: 220px;
	position: relative;
}

img#sidenaviIcon {
	position: absolute;
	right: 20px;
	bottom: 0px;
}

ul.sidenaviList {
	width: 234px;
	border-bottom: 3px solid #ddd;
	border-left: 3px solid #ddd;
	border-right: 3px solid #ddd;
	list-style: none;
}

ul.sidenaviList li {
	border-top: 1px solid #ddd;
}

	ul.sidenaviList li a {
		background: url(../images/png/arrow01.png) no-repeat;
		background-position: 15px 19px;
		background-color: #f8f8f8;
		display: block;
		padding: 16px 0 16px 38px;
		color: #313e3a;
		text-decoration: none;
		font-weight:bold;
	}
	
	ul.sidenaviList li a:hover {
		background: url(../images/png/arrow02.png) no-repeat;
		background-position: 15px 19px;
		background-color: #ab9d63;
		display: block;
		padding: 16px 0 16px 38px;
		color: #fff;
		text-decoration: none;
	}
	
/* スマートフォン向けのレイアウトの指定:～768px */
@media only screen and (max-width: 768px){
	div.sidebar {
		float: none;
		width: 100%;
	}
	
	ul.sideBanner{
		margin:0 auto;
		width:100%;
		max-width:600px;
	}
	
	div.sideNavi h3{
		width:93.5%;
		max-width:600px;
		margin:0 auto;
	}
	
	img#sidenaviIcon{
		width:45px;
	}
	
	ul.sidenaviList{
		width:98%;
		max-width:600px;
		margin:0 auto;
	}
	
	div.sideNavi_no{
		display:none;
	}
	  .panel-img img {margin-bottom: 0 !important;}
  
  #top_company_inner {
    display: block;
  }	
  #top_company_inner div {
    width: 70% !important;
    margin: 2em auto;
  }
  #top_company_inner dl dt{
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 480px){
  #top_company_inner{
    margin: 1em auto;
  }
  #top_company_inner img{
    width: 80% !important;
  }
  #top_company_inner div {
    width: 90% !important;
  }
  #top_company_inner dl {
    display: block;
  }
  #top_company_inner dl dd{
    line-height: 1.5;
  }
}

/****************************************

          Footer

*****************************************/
#pagetop_wrap {
    width: 1000px;
    margin: 80px auto 0 auto;
}

#pagetop {
    width: 170px;
    height: 20px;
    background: url(../images/gif/scrolltop.gif) no-repeat;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 0 0 55px;
	float: right;
}

	#pagetop a {
		color: #313e3a;
		text-decoration: none;
	}
	
	#pagetop a:hover {
		color: #008c5c;
		text-decoration: none;
	}

div#footer {
	background: #dcf1e4;
	padding: 30px 0;
}

div#fAddress{
	width: 314px;
	height: 94px;
	padding:0 100px 0 0;
	float: right;
}

div#fLeft_wrap{
	width: 586px;
	height: 94px;
	margin: 30px 0 0 0;
	float: left;
}

ul.fNavi_main {
	width: 586px;
	margin: 0 0 20px 0;
	list-style: none;
	float: left;
}

ul.fNavi_main li {
	float: left;
}

	ul.fNavi_main li a {
		display: block;
		background: url(../images/png/arrow01.png) no-repeat left;
		margin: 0 40px 0 0;
		padding: 0 0 0 24px;
		color: #313e3a;
		text-decoration: none;
		font-weight: bold;
	}
	
	ul.fNavi_main li a:hover {
		color: #008c5c;
		text-decoration: none;
	}

ul.fNavi_sub {
	width: 586px;
	list-style: none;
	float: left;
}

ul.fNavi_sub li {
	border-right: 1px solid #313e3a;
	float: left;
}
	
ul.fNavi_sub li:first-child {
	border-left: 1px solid #313e3a;
	padding-left: 0;
}

	ul.fNavi_sub li a {
		display: block;
		padding: 0 20px;
		color: #313e3a;
		text-decoration: none;
		font-size: 14px;
	}
	
	ul.fNavi_sub li a:hover {
		color: #008c5c;
		text-decoration: none;
	}

div#copyright {
	background: url(../images/gif/copyright_bg.gif) repeat-x;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}

.contents_text {
	text-align:center;
}

/* スマートフォン向けのレイアウトの指定:～768px */
@media only screen and (max-width: 768px){
	#pagetop_wrap{
		width:100%;
	}
	
	div#fLeft_wrap{
		display:none;
	}
	
	div#fAddress{
		float:none;
		width:100%;
		max-width:285px;
		padding: 30px 0 0 0;
		margin:0 auto;
	}
}

/****************************************

          Company

*****************************************/
.iso {margin: 0 1em;}

.iso ul{
	list-style: none;
}
li#iso9001 {float: left;}
li#iso14001 {float: left;}
li#iso9001 span,
li#iso14001 span{
	display: block;
	text-align: center;
	margin-top: 0.5em;
}
.iso_p{
	clear: both;
	padding: 1em;
}
	
/* スマートフォン向けのレイアウトの指定:～768px */
@media only screen and (max-width: 768px){
	li#iso9001 span img,
	li#iso14001 span img {
		width: 40%;
	}
}

/* スマートフォン向けのレイアウトの指定:～640px */
@media only screen and (max-width: 640px){
	li#iso9001,
	li#iso14001 {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 480px){
    .voice {
      display: flex;
   	  margin: 1em 0;
    }
  }
