@charset "UTF-8";



/*--------------------------------------------------
**************************************************
About　us 内容
**************************************************
--------------------------------------------------*/

#top_wrap .commerce_wrap {
  position: relative;
	max-width: 900px;
	width: calc(100% - 40px);
	background: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 35px;
	padding: 50px ;
	margin: 0 auto;
	box-sizing: border-box;
}
#top_wrap .commerce_wrap li {
  display: flex;
  margin-bottom: 20px;
}
#top_wrap .commerce_wrap .commerce_title {
  width: 200px;
}
#top_wrap .commerce_wrap .commerce_text {
  width: calc(100% - 200px);
}
#top_wrap .commerce_wrap .sub_title {
  width: calc(100% + 40px);
  font-size: 18px;
  font-weight: 600;
  background: #eeeeee;
  padding: 10px 20px;
  margin: 30px 20px 10px -20px;
}
#top_wrap .commerce_wrap .commerce_text .title_cont {
  font-weight: 600;
  margin-top: 10px;
}
#top_wrap .commerce_wrap .commerce_text .environ li {
  position: relative;
  display: block;
  margin: 0;
  padding-left: 20px;
}
#top_wrap .commerce_wrap .commerce_text .environ li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  bottom: 0;
}
#top_wrap .commerce_wrap .commerce_text table tr:first-child{
  background: #f4f4f4;
}
#top_wrap .commerce_wrap .commerce_text table td {
  width: 280px;
  text-align: center;
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
#top_wrap .commerce_wrap .commerce_text table td:last-child {
  border-right: none;
}
