@charset "UTF-8";
/* --------------------------
	概要ページ
--------------------------- */
/*会社概要ページ*/
.about .contents {
  -webkit-animation: fadeIn 1.8s;
          animation: fadeIn 1.8s;
  margin-bottom: 185px;
}
@media only screen and (max-width:1024px) {
  .about .contents {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width:767px) {
  .about .contents {
    margin-bottom: 100px;
  }
}
.about .contents table {
  width: 100%;
}
.about .contents table th, .about .contents table td {
  text-align: left;
  border-bottom: 1px solid #d1d4d7;
}
.about .contents table th {
  width: 20%;
  padding: 30px 25px;
}
@media only screen and (max-width:1024px) {
  .about .contents table th {
    width: 18%;
    padding: 25px 15px;
  }
}
@media only screen and (max-width:767px) {
  .about .contents table th {
    width: 100%;
    display: block;
    padding: 15px 0 5px;
    border-bottom: none;
  }
}
.about .contents table td {
  width: 80%;
  padding: 30px 15px;
}
@media only screen and (max-width:1024px) {
  .about .contents table td {
    width: 82%;
    padding: 25px 20px;
  }
}
@media only screen and (max-width:767px) {
  .about .contents table td {
    width: 100%;
    display: block;
    padding: 0 0 18px;
  }
}
.about .contents table tr:last-child th, .about .contents table tr:last-child td {
  border-bottom: none;
}
.about .contents table tr ul.list-adjust li {
	margin-left: 1rem;
	text-indent: -1rem;
}
/*利用規約ページ*/
.terms {
  margin-bottom: 185px;
}
.terms .contents {
  -webkit-animation: fadeIn 1.8s;
          animation: fadeIn 1.8s;
}
@media only screen and (max-width:1024px) {
  .terms {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width:1024px) {
  .terms {
    margin-bottom: 100px;
  }
}
.terms .en-text {
  font-family: "Noto Serif JP";
  text-align: center;
  margin-bottom: 15px;
  font-size: 25px;
  margin-top: 50px;
}
@media only screen and (max-width:767px) {
  .terms .en-text {
    font-size: 20px;
  }
}
.terms .text {
  text-align: center;
}
.terms table {
  width: 100%;
  border: 1px solid #d1d4d7;
  margin: 15px 0;
}
.terms table th, .terms table td {
  text-align: left;
  border-bottom: 1px solid #d1d4d7;
}
.terms table th {
  width: 50%;
  padding: 10px 18px;
  border-right: 1px solid #d1d4d7;
  font-weight: 500;
}
@media only screen and (max-width:1024px) {
  .terms table th {
    padding: 25px;
  }
}
@media only screen and (max-width:767px) {
  .terms table th {
    padding: 10px;
  }
}
.terms table td {
  width: 50%;
  padding: 10px 18px;
}
@media only screen and (max-width:1024px) {
  .terms table td {
    padding: 25px;
  }
}
@media only screen and (max-width:767px) {
  .terms table td {
    padding: 10px;
  }
}

/*プライバシーポリシーページ*/
.privacy .contents {
  -webkit-animation: fadeIn 1.8s;
          animation: fadeIn 1.8s;
  margin-bottom: 185px;
}
@media only screen and (max-width:1024px) {
  .privacy .contents {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width:767px) {
  .privacy .contents {
    margin-bottom: 100px;
  }
}

/*共通パーツ*/
.read {
  margin-bottom: 35px;
}
@media only screen and (max-width:767px) {
  .read {
    margin-bottom: 25px;
  }
}

.item {
  margin-bottom: 35px;
}
@media only screen and (max-width:767px) {
  .item {
    margin-bottom: 25px;
  }
}
.item h2 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
@media only screen and (max-width:767px) {
  .item h2 {
    font-size: 14px;
  }
}
.item ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 5px;
}
.item ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7db1c6;
  position: absolute;
  left: 0;
  top: 8px;
}
@media only screen and (max-width:767px) {
  .item ul li:before {
    top: 6px;
  }
}
.item ol {
  margin-top: 5px;
}
.item ol li {
  margin-bottom: 5px;
}
.item .inquiry {
  background-color: #f5f5f5;
  padding: 20px 30px 25px;
  margin-top: 20px;
}
@media only screen and (max-width:767px) {
  .item .inquiry {
    margin-top: 15px;
    padding: 15px 20px 20px;
  }
}