@charset "UTF-8";


/*************************
利用規約・プライバシーポリシー 共通
**************************/
#tos {
  background: #d4dee0;
}

#tos h2,
#tos .ja-title {
  color: #705c53;
}

.tos-content {
  background-color: #fff;
  padding: 40px;
}

.tos-content h3 {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #705c53;
}

.tos-content p {
  margin-bottom: 40px;
  line-height: 1.8;
  color: #333;
}

.tos-content ul {
  margin-bottom: 40px;
  padding-left: 20px;
}

.tos-content ul li {
  list-style: disc;
  color: #333;
  margin-bottom: 8px;
}

/*************************
プライバシーポリシー（リスト）
**************************/
.info-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
  list-style: none;

}

.info-list li {
  width: 30%;
  margin-bottom: 20px;
  color: #333;
  position: relative;
}

.info-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  color: #705c53;
}

.info-list li:nth-child(4),
.info-list li:nth-child(5) {
  width: 45%;
}

/*************************
以下、スマホ用CSS
**************************/
@media screen and (max-width:768px) {
  .tos-content {
    padding: 20px;
  }

  .info-list div {
    width: 100%;
  }
}
