/* 共通 */
.w60.no-bottom {
	padding-bottom: 0px!important;
}
.block-center {
    text-align: center;
}
.outer .result p.font-90 {
    font-size: 90%;
}

/* PC調整 */
@media only screen and (min-width: 769px){

/* 下部ステップ */

.step_zone {
padding: 1em 1em;
margin: 2em 0;
border: solid 1px #e9e9ea;
}

.step_row {
display: flex;
margin-bottom: 20px;
}

.step_title {
font-size: 16px;
color: #ab404b;
font-weight: bold;
}

.step_delta {
  margin:0,0,0,10px;
  font-size:20px;
  margin-top: 20px;
  display: block;
  color:#e1c1bc;
  transform: scale(0.8, 1);
}

.font_12 {
  font-size: 12px;
}

.font_18 {
  font-size: 18px;
}

.step_percent_5 {
  width:5%;
}

.step_percent_15 {
  width:15%;
}

.step_percent_20 {
  width:20%;
}

.step_percent_25 {
  width:25%;
}

.outer .btnarea a.btn_gray {
	display: block !important;
    background: #67696f !important;
    color: #ffffff !important;
    border: 2px solid transparent !important;
    border-radius: 2em !important;
    min-width: 9em !important;
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.3em !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    padding: 15px 30px !important;
    transition: all 0.2s !important;
    margin: 0 0 20px 0 !important;
    box-sizing: border-box!important;
}

}




/* スマホ調整 */
@media only screen and (max-width: 768px){
	
/* 下部ステップ */
.step_zone {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: solid 1px #e9e9ea;
  }
  
  .step_title {
  font-size: 16px;
  color: #ab404b;
  font-weight: bold;
  }
  
  .step_delta {
  margin-left: 46px;
  font-size:20px;
  color:#e1c1bc;
  transform: scale(1.2, 1);
  }
  
  .step_zone a {
    display: inline-block;
    background: #e77c22;
    color: #ffffff;
    border: 2px solid transparent;
    border-radius: 2em;
    margin: 20px 0;
    padding: 10px 30px;
    font-size: 16px;
  }
  
  .font_12 {
    font-size: 12px;
  }
  
  .font_16 {
    font-size: 16px;
  }
    
  .step_percent_5 {
    width:100%;
  }
  
  .step_percent_15 {
    width:100%;
  }
  
  .step_percent_20 {
    width:100%;
  }
  
  .step_percent_25 {
    width:100%;
  }

.outer .btnarea a.btn_gray {
	display: block !important;
    background: #67696f !important;
    color: #ffffff !important;
    border: 2px solid transparent !important;
    border-radius: 2em !important;
    min-width: 9em !important;
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.3em !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    padding: 15px 30px !important;
    transition: all 0.2s !important;
    margin: 0 0 20px 0 !important;
    box-sizing: border-box!important;
}
}




























