@charset "UTF-8";



/*--------------------------------------------------
**************************************************
About　us 内容
**************************************************
--------------------------------------------------*/
#top_wrap .commerce_wrap {
  position: relative;
	width: calc(100% - 20px);
	background: #ffffff;
  font-size: 10px;
  line-height: 20px;
	padding: 20px ;
	margin: 0 auto;
	box-sizing: border-box;
}
#top_wrap .commerce_wrap li {
  display: flex;
  margin-bottom: 7px;
}
#top_wrap .commerce_wrap .commerce_title {
  width: 90px;
}
#top_wrap .commerce_wrap .commerce_text {
  width: calc(100% - 90px);
}
#top_wrap .commerce_wrap .sub_title {
  width: calc(100% + 40px);
  font-size: 15px;
  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 {
  margin-left: -90px;
}
#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: 5px 10px;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
#top_wrap .commerce_wrap .commerce_text table td:last-child {
  border-right: none;
}
.word_wrap {
  display: inline-block;
}
