@charset "UTF-8";

/* 1列 */

.text-list-1-row-box {
  width: 100%;
}

.text-list-1-row-box li a {
  border-bottom: 1px solid #e5e5e5;
  padding: 13px 28px 13px 6px;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.4;
  display: block;
  background-image: url(../../../img/common/sp-icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: right 15px center;
}

/* 2列 */

.text-list-2-row-box {
  width: 100%;
  background: #f5f5f5;
}

.text-list-2-row-box li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.text-list-2-row-box li:nth-child(odd){
  border-right: 1px solid #e5e5e5;
}

.text-list-2-row-box li a {
  padding: 13px 25px 13px 15px;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.4;
  display: block;
  background-image: url(../../../img/common/sp-icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: right 15px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
