@charset "UTF-8";
/* CSS Document */
.new-customers__button {
  text-align: right;
  font-size: 1.6rem;
  line-height: 14px;
  margin-top: 10px;
}
.new-customers__button a {
  color: #333;
  text-decoration: none;
}
.new-customers__button a:hover {
  color: #E85940;
  text-decoration: underline;
}
.new-customers__icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  color: #333;
  border: 6px solid transparent;
  border-left: 6px solid #333;
}
.sidenavi-special-feature__item {
  margin: 20px auto 10px;
}
.company-overview_top {
  text-align: left;
  font-size: 3.0rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border-left: 8px solid #FA7D04;
}
#law_top {
  text-align: left;
  font-size: 3.0rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border-left: 8px solid #FA7D04;
}
#personal-information_top {
  text-align: left;
  font-size: 3.0rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 1rem 2rem;
  border-left: 8px solid #FA7D04;
}
.personal-information h1 {
  text-align: left;
  font-size: 2.4rem;
  margin: 30px auto 10px;
}
.main-wrapper p {
  text-align: left;
}
.table-co {
  border-collapse: collapse;
  border: 1px solid #CCC;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: left;
}
.table-co th {
  border: 1px solid #a0a0a0;
  color: #333;
  padding: 15px;
  vertical-align: middle;
  font-weight: 400;
}
.table-co td {
  border: 1px solid #a0a0a0;
  padding: 15px;
}
#NP_image {
  width: 60%;	
}
.pay {
  width: 30%;
  margin-top: 10px;
}
.tell {
  width: 90%;
  margin: 0 auto 20px;
}
.mail__button a {
  display: block;
  background-color: #444444;
  text-align: center;
  color: #FFF;
  font-size: 2.2rem;
  text-decoration: none;
  padding: 18px;
  width: 100%;
  height: 58px;
  margin: 0 auto 50px;
}
.line_side-qr {
  width: 100%;
  margin-bottom: 20px;
}
#line_main-qr img {
  width: 100%;
}
@media screen and (max-width:960px) {
  .header-content-wrapper {
    height: 0;
  }
  .top {
    width: 100%;
    margin-top: 170px;	
  }
  .company-overview_top {
	font-size: 2.2rem;	
  }
  .law {
	width: 100%;
  }
  #law_top {
	font-size: 2.2rem;	
  }
  #NP_image {
    width: 100%;	
  }
  .pay {
    width: 50%;
    margin-top: 5px;
  } 
  #personal-information_top {
	font-size: 2.2rem;			
  }
  .personal-information h1 {
	font-size: 2.0rem;	
  }
  .tell {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mail__button a {
    font-size: 2.0rem;
    margin-bottom: 45px;
  }
}


















