.bg-about {
  background-image: url(../../img/bg_sample03.jpg);
  background-position: center bottom;
  background-repeat: repeat-x;
}
.page-box {
  margin: 50px auto;
  max-width: 1195px;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0;
}
.hstyle_basic_lv_line {
  border-left: 1px solid #4164a5;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: 15px;
  padding: 0.5em;
}
.overview {
  background: rgba(255,255,255,.85);
  width: 100%;
  margin: 30px 0;
  max-width: 1195px;
}
.overview tr{
  overflow: hidden;
}
.overview th {
  width: 250px;
  color: #4164a5 !important;
  border-top: 1px solid #4164a5;
  padding-top: 5px;
  padding-right: 0;
  text-align: left;
  padding-left: 10px;
  font-weight: 500;
  vertical-align:top;
}
.overview td {
  border-top: 1px solid #a6a6a6;
  text-align: left;
  padding-top: 5px;
  padding-right: 0;
  padding-left: 10px;
  padding-bottom: 30px;
  vertical-align: top;
}
.overview td h4{
  color:#666;
  font-family: 'Noto Sans JP', sans-serif;
    font-size: .95rem;
    margin: 0 -.5em;
    margin-bottom: 0;
}
.overview td p{
  font-family: 'Noto Sans JP', sans-serif;
	margin:0;
}

@media only screen and (max-width:700px){
  .overview {
  }
  .overview th, .overview td{
    width: 100%;
    max-width:680px;
    display: block;
  }
  .overview form{
    padding-bottom:50px;
  }
  .overview input{
    width: 100%;
    max-width:680px;
  }
}

@media only screen and (max-width:680px){
  .overview {
  }
  .overview th,
  .overview td{
    max-width:680px;
    display: block;
  }
  .overview form{
    padding-bottom:50px;
  }
  .overview input{
    width: 100%;
    max-width:680px;
  }
}

@media only screen and (max-width:480px){
  .overview {
  }
  .overview th, .overview td{
    max-width:480px;
    display: block;
  }
  .overview form{
    padding-bottom:50px;
  }
  .overview input{
    width: 90%;
    max-width:480px;
  }
}

.overview li {
  list-style-type: square;
  /* list-style-position: inside; */
}
