@charset "UTF-8";

h3 {
  font-size: 3.2rem;
  letter-spacing: -0.01em;
  margin-top: 26px;
}
section {
  margin-bottom: 100px;
}
.wrap {
  max-width: 1050px;
  margin: 0 auto;
}
.container {
  position: relative;
  padding-top: 58px;
}

/*company*/
.company{
  width:90%;
  margin:60px auto; 
}
.company h3{
color: #C8B2A1!important;
border-bottom: 0!important;
margin:20px auto 40px!important;
font-size:150%!important;
	text-align: center;
  font-family: "Lora", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, serif;
}
.company p{
	line-height: 250%;
	text-align: center;
	margin-bottom: 80px!important;
}

table{
	width:100%;
	max-width:800px;
	margin:0 auto 40px;
	border-collapse: collapse;
}

th,td{
	padding: 20px 10px;
	border-bottom: solid 1px #D7D7D7;
}
.company a{
  text-decoration: underline;
}
.company a:hover{
  text-decoration: none;
}
@media (max-width:767px){
.company p{
	line-height: 150%;
  margin-bottom: 40px!important;
}
p.company_about{
	text-align: left;
}

 th{
  display: block;
  width:100%;
  padding:10px 5% 0px;
  text-align: left;
  border: 0;
}

td{
  display: block;
  width:100%;
  padding:10px 5%;
}
 
}

/*privacy*/
.privacy{
	line-height: 180%;
  width:90%;
  margin:60px auto; 
}
.privacy div{
	width:100%;
	max-width:800px;
	margin: auto;
}
.privacy h3{
color: #000!important;
border-bottom: 0!important;
margin:40px auto 10px!important;
font-size: 100%;
}
.other_title_p{
	line-height: 250%;
	text-align: center;
	margin-bottom: 80px!important;
}
@media (max-width:767px){
.other_title_p{
	line-height: 150%;
  margin-bottom: 40px!important;
}
}

/*law*/
#law{
	margin: 60px auto;
	width:90%;
	max-width:1100px;
}
.other_title_h2{
	width:100%;
	text-align: center;
	margin-bottom: 10px;
}
.law_h3 {
    border-bottom: 1px solid #e0e0e0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 15px;
    padding: 0 0 0.4em;
}
.other_title_p{
	width:100%;
	text-align: center;
	margin-bottom: 40px;
}


#law div{
	width:100%;
	max-width:800px;
	margin:0 auto 40px;
}
#law h3{
	font-weight: 600;
	margin-bottom: 20px;
  font-size:100%;
}
#law dd{
	margin-bottom: 20px;
  -webkit-margin-start:20px;}
