main{
		width: calc(100% - 30px);
		margin: 40px 15px 100px;
}

main p{
 font-size: 1.4rem;
 line-height: 2.2rem;
margin-bottom: 10px;}

ul#SearchStep h2{
 font-size:2.0rem;
 color: #333;
 margin-bottom: 20px;
}
ul#SearchStep h2::before {
  content: attr(data-text);
  display: block;
  margin-bottom: 0;
  color: #555;
  font-size: 1.2rem;
 font-weight: normal;
}


ul#SearchStep {
  position:inherit;
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
 display:inherit;
 justify-content: space-between;
}
ul#SearchStep > li {
  position:inherit;
  display: block;
  background-color: #f3f5f7;
  box-sizing: border-box;
 margin-top: 10px;
}
ul#SearchStep > li:before,
ul#SearchStep > li:after {
   content: none;
 /*position: absolute;
  left: -30px;
  display: block;
  content: '';
  background-color: #f3f5f7;
  border-left: 15px solid #FFF;
  width: 20px;
  height: 162px;*/
}
ul#SearchStep > li:after {
   content: none;
 /*top: 0;
  transform: skew(10deg);*/
}
ul#SearchStep > li:before {
   content: none;
 /*bottom: 0;
  transform: skew(-10deg);*/
}
ul#SearchStep > li:first-child {
 width:100%;
padding: 20px 10px;}
ul#SearchStep > li:nth-child(2){
 width:100%;
 padding: 20px 10px;
}
ul#SearchStep > li:last-child {
 width:100%;
 padding: 20px 10px 10px 10px;
}

/*ul#SearchStep > li:first-child img{
 object-fit: cover;
 width: 156px;
 height:98px;
 margin: 28px 0 25px 0;
}
ul#SearchStep > li:nth-child(2) img{
 object-fit: cover;
 width: 94px;
 height:98px;
 margin: 28px 0 25px 0;
}*/
ul#SearchStep > li:last-child img{
 width: 100%;
 height:auto;
 margin: 0 0 20px 0;
}


ul#SearchStep li:last-child ul{
 display:inherit;
 justify-content: space-between;
 font-size: 1.4rem;
 text-align: left;
}
ul#SearchStep li:last-child li{
 padding: 0;
 width: 100%;
 margin-bottom: 20px;
}
ul#SearchStep li:last-child select{
 margin-top: 5px;
}
ul#SearchStep li select{
 min-width:inherit;
}

/*

select Box
change for common.css
*/
#Search .selectWrap{
 margin-bottom: 0;
 width: 100%;
}
#Search .selectWrap select{
 width: 100%;
 padding: 20px 38px 20px 15px;
 background-color: #FFF;
}
#Search .selectWrap .selectArrow{
 z-index: 1;
}

/*検索ボタン*/
main button{
 width: calc(100% - 90px);
 height: 70px;
}