@charset "UTF-8";
/* CSS Document */
.header {
  margin: 0 auto;
  background-color: #f2d6cb;
  position: relative;
  padding-bottom: 120px;
}
.header_inner {
  position: absolute;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.header_menu {
  margin: 0 0 0 200px; 
}
.wave1 img {
  width: 100%;
}
.sns ul:before {
  content: '';
  margin-top: 100px;
  width: 3px;
  height: 110px;
  background-color: #818181;
  position: absolute;
  bottom: 110%;
  left: 11px;
}
.sns ul {
  position: absolute;
  top: 33%;
  margin: 10px 30px 50px;
  z-index: 3;
}
.sns ul li {
  width: 25px;
}
.top h1 {
  font-size: 80px;
    display: flex;
  font-family: 'Times New Roman';
  margin-top: 40px;
}
.top h1 span {
    color: #e5005a;
}
.top p {
  text-align: left;
  margin-top: 70px;
}
.pad img {
    display: block;
    right: 0;
  bottom: -2%;
    position: absolute;
  opacity: 0.1;
  width: 550px;
}
.product_menu ul {
    justify-content: center;
  background-color: #eeeeee;
  border: solid 2px #fff;
  padding: 25px 84px;
  position: absolute;
  max-width: 1040px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  display: flex;
  bottom: -8%;
  z-index: 3;
	flex-wrap: wrap;
}
.product_menu ul li {
  margin-right: 50px;
  font-size: 2.4rem;
  font-family: 'Times New Roman';
  margin: 12PX 40px;
}
@media screen and (min-width:1024px) and (max-width: 1166px) {
  .top {
    margin-left: 50px;
  }
}
@media only screen and (max-width:480px) {
  .wave1 img {
    height: 31vh;
  }
.header_logo {
    width: 45%;
  }
  .header_menu {
    display: none;
  }
  .header{
    background-position: top;
    padding-bottom: 55px;
  }
  .sns ul {
    display: none;
  }
  }
  .top p {
    margin-top: 40px;
  }
.profile_table {
  font-size: 2.0rem;
  margin-top: 150px;
}
.profile_tittle {
	font-size: 3.4rem;
	color: #e5005a;
}
.profile_table table tr {
  border-bottom: solid 1px #000;
  padding: 30px 80px;
  vertical-align: middle;
  line-height: 1.6em;
}
.profile_table table th {
  padding: 40px 150px;
}
.profile_table table td {
  padding-bottom: 40px;
}
@media screen and (min-width:1024px) and (max-width: 1166px) {
  .profile_table {
    padding: 0 40px 0 90px;
    margin-top: 50px;
  }
  .profile_table table th {
    padding: 20px 50px;
  }
}
@media screen and (min-width: 481px) and (max-width:768px){
  .top {
    margin: 50px 50px 0;
  }
  .profile_table table th {
    padding: 10px 50px;
  }
  .profile_table {
    padding: 0 30px 0 50px;
    margin-top: 50px
}
}
@media only screen and (max-width: 480px) {
  .top h1 {
    font-size: 2.6rem;
    margin-top: 25px;
  }
	.product_menu ul {
    max-width: 320px;
    padding: 2px 0 4px 9px;
  }
  .product_menu ul li {
    margin: 1px 10px;
  }
  .product_menu ul a {
    font-size: 1.2rem;
  }
	
.profile_tittle {
	font-size: 2rem;
	color: #e5005a;
}
  .profile_table {
    font-size: 1.2rem;
    margin-top: 50px;
  }
  .profile_table table td {
    padding: 20px 20px;
  }
  .profile_table table th {
    padding: 10px;
    width: 36%;
  }
  .profile_table table {
    width: 100%;
  }
  }