@charset "UTF-8";

.company{
	font-size: 1.4rem;
	margin-bottom: 40px;
}

/*-----------------------------------------------
	www.ifcreate.com/inc/
-----------------------------------------------*/
#privacypolicy p {
  margin-bottom: 10px;
}

#privacypolicy dt {
  padding: 10px 0 5px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}

#privacypolicy dd {
  margin-bottom: 10px;
}

#privacypolicy table {
  margin-bottom: 20px;
}

#privacypolicy table th {
  border: 1px solid #c2cad3;
  background: #e6e6e7;
  padding: 5px;
  vertical-align: middle;
  font-size: 1.2rem;
}

#privacypolicy table td {
  border: 1px solid #c2cad3;
  padding: 5px;
  font-size: 1.2rem;
  vertical-align: middle;
}

#privacypolicy table br {
  display: none;
}

#privacypolicy table li {
  list-style-type: disc;
  margin-left: 1.5em;
}

#privacypolicy .inquiry {
  border: 1px solid #c2cad3;
  padding: 15px;
  text-align: center;
}

#privacypolicy .inquiry span {
  font-weight: bold;
}

#privacypolicy ul.cookie {
  margin-top: 10px;
}

#privacypolicy ul.cookie li {
  text-indent: -1em;
  margin-left: 1em;
}

#privacypolicy > ul {
  margin-bottom: 10px;
  text-align: right;
}

#privacypolicy .possession {
  background-color: #fff;
}

#privacypolicy .wid8 {
  width: 5%;
}

#houshin ol {
  margin-bottom: 10px;
}

#houshin li {
  text-indent: -2.5em;
  margin-left: 2.5em;
	margin-bottom: 5px;
}

#houshin p {
  margin-bottom: 10px;
}

#security p {
  margin-bottom: 10px;
}

#security dt {
  padding: 10px 0 5px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}

#security dd {
  margin-bottom: 10px;
}

#security > ul {
  margin-bottom: 10px;
  text-align: right;
}

#antisocial ol {
  margin-bottom: 10px;
}

#antisocial li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-bottom: 10px;
}

#antisocial p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #privacypolicy .inquiry {
    padding: 10px;
    text-align: left;
  }
  #privacypolicy > ul {
    text-align: left;
  }
  #security > ul {
    text-align: left;
  }
  #privacypolicy .wid8 {
    width: 10%;
  }
  
}

/*-----------------------------------------------
	table
-----------------------------------------------*/
.table-wide {
  width: 100%;
  margin-bottom: 20px;
	border-top: 1px solid #c2cad3;
  border-left: 1px solid #c2cad3;
}

.table-wide th {
	padding: 10px 20px;
	background: #e6e6e7;
	vertical-align: top;
	white-space: nowrap;
	width: 200px;
	text-align: left;
	border-bottom: 1px solid #c2cad3;
  border-right: 1px solid #c2cad3;
}

.table-wide td {
  padding: 10px 20px;
	border-bottom: 1px solid #c2cad3;
  border-right: 1px solid #c2cad3;
}

.hoken-box {
  float: left;
  margin: 0 30px 0 0;
}

.hoken-box p {
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .table-wide {
    margin-bottom: 10px;
  }
  .table-wide th {
    font-weight: bold;
    white-space: normal;
    text-align: left;
  }
	.table-wide th,
	.table-wide td{
    box-sizing: border-box;
    display: block;
    width: 100%;
	}
  .hoken-box {
    margin: 0 0 15px 0;
		float: none;
  }
}