@charset "UTF-8";



/*--------------------------------------------------
**************************************************
About　us 内容
**************************************************
--------------------------------------------------*/

#top_wrap .commerce_wrap {
  position: relative;
  display: flex;
  align-items: center;
	max-width: 1200px;
	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 .main_img{
	width: 400px;
}
#top_wrap .commerce_wrap ul{
  padding-left: 40px;
}
#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: 180px;
  font-weight: bold;
}
#top_wrap .commerce_wrap li.img_valign .commerce_title img{
  width: 130px;
}
#top_wrap .commerce_wrap li.img_valign .commerce_title.img1 img{
  width: 60px;
}

#top_wrap .commerce_wrap .commerce_text {
  width: calc(100% - 200px);
}

#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: 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;
}

#top_wrap .commerce_wrap .commerce_info .company_logo {
  width: 250px;
  padding: 0 0 20px 20px;
  box-sizing: border-box;
}

#top_wrap .commerce_wrap li.img_valign.line {
  position: relative;
  margin-top: 50px;
}

#top_wrap .commerce_wrap li.img_valign.line::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: -10px;
  left: 0;
  right: 0;
  background: #333333;
}