/* 規約 */
#terms,
#manual{
  color: white;
  margin: auto;
  width: 90%;
  max-width: 850px;
  padding: 40px 0;
}
#terms h1,
#manual h1{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#terms > p{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#terms > p.right{
  text-align: right;
}
#terms section{
  margin-bottom: 30px;
}
#terms section h2{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#terms section p{
  font-size: 16px;
  line-height: 1.5;
}
#terms section div{
  display: flex;
  column-gap: 10px;
}

/* マニュアル */
#manual section{
  margin-bottom: 40px;
}
#manual section h2{
  background: #6984b4;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 10px;
}
#manual section > img{
  object-fit: contain;
  width: 100%;
  margin-bottom: 20px;
}
#manual section .part{
  margin-bottom: 20px;
}
#manual section .part h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#manual section .part p,
#manual section .part .desc{
  font-size: 16px;
  line-height: 1.5;
}
#manual section .part .flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#manual section .part .flex img{
  width: 47%;
  object-fit: contain;
}
#manual section .part .flex p,
#manual section .part .flex .desc{
  width: 47%;
}
#manual section .part .flexmini{
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  margin: 10px 0;
}
#manual section .part .flexmini img{
  width: 30px;
}
#manual section .part .flexmini p{
  width: auto;
}
#manual section .part .flexmini > div{
  flex: 1;
}
#manual section .part .flexmini > div img{
  width: 250px;
}

@media (max-width: 768px){
  #terms,
  #manual{
    max-width: 500px;
  }
  #manual section .part .flex img{
    width: 100%;
  }
  #manual section .part .flex p,
  #manual section .part .flex .desc{
    width: 100%;
    margin-top: 20px;
  }
  #manual section .part .flex img.mt20{
    margin-top: 20px;
  }
  #manual section .part .flexmini img{
    width: 30px;
  }
  #manual section .part .flexmini p{
    width: auto;
  }
}

/* マニュアル */
