.w900{
  max-width: 900px;
  margin: auto;
  padding: 3%;
  box-sizing: border-box;
}

.cont_gy{
  padding: 1.5em;
  border:1px solid rgb(198, 198, 198);
  border-radius: 10px;
}
.cont_dl dt{
  float: left;
  clear: left;
  width:8em;
  font-weight: bold;
}
.cont_dl dd{
  padding-left: 1em;
  position: relative;
  float: left;
  margin: 0;
}
.cont_dl dd::before{
  content: "：";
  position: absolute;
  top:0;
  left: 0;
}
.cont_list{
  margin: 15px 0 0 0;
  padding: 0;
}
.cont_list li{
  list-style-type: none;
  padding-left: 1.3em;
  position: relative;
}
.cont_list li:before{
  content: "※";
  position: absolute;
  top:0;
  left: 0;
}
.button_result.button_wo{
  width: auto;
  max-width: 100%;
  display: inline;
  /*color:#000;*/
  text-decoration:none;
}


.cont_foot_box{
  max-width: 900px;
  margin: 30px auto;
}
.cont_rgs_ck{
  width: 95%;
  margin: auto;
  font-weight: bold;
}
.cont_rgs_ck input{
  float: left;
}
.cont_rgs_ck label{
  display:block;
  margin-left: 1.7em;
}

.button_result {
    margin: 0 auto;
    width: 265px;
    width: 120px;
    display: inline-block !important;
    margin: 0;
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#eeeeee',GradientType=0 );
    display: block;
    padding: 12px 10px 11px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    font-size: 114.2%;
}
.button_result.button_ac {
    background: #E9F3E5;
    background: -moz-linear-gradient(top, #e9f3e5 0%, #e1efdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9f3e5), color-stop(100%, #e1efdc));
    background: -webkit-linear-gradient(top, #e9f3e5 0%, #e1efdc 100%);
    background: linear-gradient(to bottom, #e9f3e5 0%, #e1efdc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9F3E5', endColorstr='#E1EFDC',GradientType=0 );
}
