/*
About
*/
#about {
  width:100%;
  clear:both;
  margin:0px auto 0px auto;
}
h2.main {
  font-family: Open Sans;
  color: #fff;
  font-weight:600;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 0px;
  padding: 20px 10px;
  background:#333;
}
h2 span {
  font-size: 20px;
  padding-bottom:5px;
}
#about h2 span {
  border-bottom:2px solid #ffff00;
}


#aboutBody {
  width:1000px;
  margin: 0px auto 0px auto;
  padding: 20px;
}
.about_detail h3 {
  background-color: #555;
  color: #fff;
  padding: 3px 5px;
}
.about_detail h4 {
  margin-top: 20px;
}

/* company */
.company_list {
  margin: 10px;
}
.company_list .item {
  display: flex;
  margin: 1px 0px;
}
.company_list .item .title ,
.company_list .item .desc {
  padding: 20px 5px;
}
.company_list .item .title {
  min-width: 30%;
  background-color: #eee;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.company_list .item .desc {
  min-width: 70%;
  border: 1px solid #eee;
  padding-left: 20px;
  padding-right: 20px;
}


/* terms */
.law_list {

}
.law_list .item {
  padding: 10px;
}
.law_list .item .title {
  border-bottom: 1px solid #999;
  font-weight: bold;
}
.law_list .item .desc_area {
  padding: 10px;
}
.law_list .item .desc {
  padding-top: 10px;
}
.law_list .item .desc_area ul {
  padding: 10px 0 10px 2em;
  list-style-position: outside;
  list-style-type: none;
}
.law_list .item .desc_area ul.num {
  list-style-type: decimal;
}
.law_list .item .desc_area ul.num {
  padding-left: 4em;
}
.law_list .item .desc_area ul.num li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -3em;
}
.law_list .item .desc_area ul.num li::before {
  display: marker;
  content: "（" counter(cnt) "） ";
}
.law_list .item .desc_area ul.disc {
  list-style-type: disc;
}
.law_list .item .desc_area .sub_title {
  font-weight: bold;
  margin-top: 15px;
}
ul li.no_style {
  list-style-type: none;
}

/* transaction */
.transaction_list {
  margin: 10px;
}
.transaction_list .text {
  margin: 10px 0 ;
}
.transaction_list .item {
  display: flex;
  margin: 1px 0px;
}
.transaction_list .item .title ,
.transaction_list .item .desc {
  padding: 5px;
}
.transaction_list .item .title {
  min-width: 30%;
  background-color: #eee;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.transaction_list .item .desc {
  min-width: 70%;
  border: 1px solid #eee;
  padding-left: 20px;
  padding-right: 20px;
}





@media screen and (max-width: 480px) {
  #aboutBody {
    width:100%;
    padding: 10px;
  }

  /* company */
  .company_list .item {
    display: block;
    margin: 0px;
  }
  .company_list .item .title {
    padding: 5px 5px;
  }
  .company_list .item .desc {
    padding: 5px 10px;
    text-align: left;
  }

  /* transaction */
  .transaction_list .item {
    display: block;
    margin: 0px;
  }


}

