@charset "UTF-8";
/* CSS Document */
.header {
  height: 60px;
}
.header__logo {
  width: 220px;
  padding: 16px 16px;
}
.header-content-wrapper {
  height: 60px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.gnav {
text-align: center;
}

.gnav ul li{
display: inline-block;
width: 90px;
}
.section_privacy {
  max-width: 820px;
  margin: 0 auto;
}
.section_privacy h2 {
  font-size: 2.2rem;
  font-weight: 100;
	line-height: 3.2rem;
  color: #5F460D;
  padding: 80px 0 20px;
}
.v_line {
  margin: 0 auto;
  width: 820px;
  height: 1px;
  background-color: #000000;
  margin-bottom: 30px;
}
.section_privacy h3 {
  font-size: 1.8rem;
  font-weight: 100;
  padding-top: 20px;
  color: #5F460D;
	text-align: left;
}
.section_privacy div {
	font-size: 1.4rem;
}
.section_privacy p {
  padding: 10px 0 20px;
  line-height: 3rem;
	text-align: left;
}
@media(max-width:480px) {
  .section_privacy {
    width: 90%;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .v_line {
    width: 100%;
  }
}
.section_specific_product {
  width: 820px;
  margin: 0 auto;
  padding: 60px 0 100px;
}
.section_specific_product h2 {
  font-size: 2.2rem;
  font-weight: 100;
  color: #5F460D;
  padding: 80px 0 20px;
}
.section_specific_product th {
  font-size: 1.6rem;
  font-weight: 100;
  color: #5F460D;
  padding: 20px 40px 10px 0;
}
@media(max-width:480px) {
  .section_specific_product {
    width: 90%;
  }
  .section_specific_product th, td {
    display: block;
  }
  .section_specific_product td {
    border-bottom: solid 1px #000;
    padding-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media(max-width:896px) {
	.v_line {
	width: auto;	
	}
.section_privacy,.section_specific_product  {
	margin: 30px;
	width: auto;	
	}


}
