@charset "utf-8";
body,html{
	width: 100%;
	height: 100%;
	font-family: helvetica;
}
ul,ol{
	list-style: none;
}
.wrap-container{
	width: 100%;
	height: 100%;
}
.top-rectangle{
	width: 100%;
}
.mico-log{
	width: 100%;
	margin-top: 6.94%;
	margin-bottom: 3.05%;
  max-width: 40vw;
}
p{
	font-size: 22px;
	/*color: #707070 !important;*/
	margin:20px 0px;
  color: #444;
	line-height: 33px;
}
.mico-Mission{
  margin-top: .5em;
  margin-bottom: .5em;
}
.mico-Mission p{
  margin: 0px;
}
.mico-addr{
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 22px;
}
.mico-addr p{
  margin: 0px;
  font-size: .8em;
  line-height: 1.25;
  color: #666;
}
.mico-addr:first-child {
  margin-top: 1em;
}
.mico-addr:last-child{
  margin-bottom: 1em;
}
.mico-main-feautures .feautures{
	margin-top: 20px;

}
.mico-main-feautures .feautures img {
  margin-inline-end: 0.2em;
}
.mico-main-feautures p{
	margin: 5px 0px;
	line-height: 1.452;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
    line-height: 1.4328;
  }

  .feautures p i img {
    height: 18px;
  }
}
