.page_mv {
	/* background: url(../images/description/20200602111959_photo/949597_m.jpg) no-repeat center center; */
	background: url(../images/lp_img/sohucs.jpeg) no-repeat center center;
	background-size: cover;
}
.head_test {
  margin:  0;/* デフォルトCSS打ち消し */
  position:  relative;
  font-weight:  normal;
  margin-bottom: 35px;
  font-size: 40px;
  text-align:  center;
  padding-top: 20px;
}

.head_test:before {
  content: '';
  width: 150px;
  height: 150px;
  border-radius:  50%;
  border: solid #ccc;
  display:  block;
  position:  absolute;
  left:  0;
  right:  0;
  margin:  auto;
  top: 0;
  z-index: -1;
}
.head_test:after {
  content: '';
  width: 140px;
  height: 140px;
  border-radius:  50%;
  border: 1px solid #ccc;
  display:  block;
  position:  absolute;
  left:  0;
  right:  0;
  margin:  auto;
  top: 7px;
  z-index: -1;
}
.performance{
  margin:0 auto 5rem;
}
h3 {
  margin:1rem auto;
  /* padding: 0.4em 0.5em; */
  color: #494949;
  font-size:1.6rem;
  width:85%;
}
.flex-wrap p{
  width: 85%;
  margin: 1rem auto;
}
@media screen and (min-width: 1025px){
h3 {
width:60%;
padding-left:7rem;
font-size: 2rem;
}
.flex-wrap p{
  width:60%;
  padding-left: 7rem;
}
}





@media screen and (min-width: 1025px){
.contents-wrap{
  padding: 1.5rem 0;
  text-align: left;
  border-bottom: 2px solid #fff;
}
.contents-wrap-last{
  padding: 1.5rem 0;
  text-align: left;
}
.table-wrap{
  width: 70%;
  /* font-size:  1.3rem; */
}
.contents-title{
  padding:1.5rem;
}
.contents-txt{
  padding: 1.5rem;
}
}
  @media screen and (max-width: 1024px){
  .contents-wrap{
    display: flex;
    padding: 1.5rem 0;
    text-align: left;
    border-bottom: 2px solid #fff;
  }
  .contents-wrap-last{
    display: flex;
    padding: 1.5rem 0;
    text-align: left;
  }
  .contents-title{
    width: 25%;
    padding-right: 1rem;
  }
  .contents-txt{
    width: 95%;
  }
}












@media screen and (max-width: 660px) {
  
  .table-wrap{
    margin: auto;
    font-size: 0.9rem;
  }
  .contents-wrap{
    display: flex;
    padding: 1.5rem 0;
    text-align: left;
    border-bottom: 2px solid #fff;
    margin:auto 1rem;
  }
  .contents-wrap-last{
    display: flex;
    padding: 1.5rem 0;
    text-align: left;
    margin:auto 1rem;
  }
  .contents-title{
    width: 30%;
    padding-right: 0.8rem;
  }
  .contents-txt{
    width: 100%;
  }
}