@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 .main_img{
	width: 60%;
  max-width: 260px;
  margin: 0 auto 30px;
}

#top_wrap .commerce_wrap li {
  display: flex;
  margin-bottom: 20px;
}
#top_wrap .commerce_wrap li.img_valign {
  display: flex;
  align-items: center;
}

#top_wrap .commerce_wrap .commerce_title {
  width: 90px;
  font-weight: bold;
}
#top_wrap .commerce_wrap li.img_valign .commerce_title img{
  width: 60px;
}
#top_wrap .commerce_wrap li.img_valign .commerce_title.img1 img{
  width: 30px;
}

#top_wrap .commerce_wrap .commerce_text {
  width: calc(100% - 90px);
}

#top_wrap .commerce_wrap .commerce_text .underline {
  position: relative;
  display: inline-block;
}

#top_wrap .commerce_wrap .commerce_text .underline::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 5px;
  background: #333;
}

#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;
}

#top_wrap .commerce_wrap .commerce_info .company_logo {
  width: 200px;
  margin: 0 auto 20px auto;
}

#top_wrap .commerce_wrap li.img_valign.line {
  position: relative;
  margin-top: 30px;
}

#top_wrap .commerce_wrap li.img_valign.line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: -10px;
  left: 0;
  right: 0;
  background: #333333;
}