@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /*font-size: 14px;*/
  /*font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "Helvetica Neue" , Arial, Helvetica, "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
}

body {
  -webkit-text-size-adjust: 100%;
  /*letter-spacing: 0.05em;*/
}

@media screen and (min-width: 641px), print {
  #footer {
    min-width: 760px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

div:after, dl:after, ul:after {
  display: none;
  visibility: visible;
}

button {
  border: none;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.main_contents {
  overflow: hidden;
}

.fc-content {
  position: relative;
  width: 100%;
  padding: 0 0 20px;
  background-color: #fff;
  overflow: hidden;
}

.step_flow {
  font-size: 10px;
}

@media screen and (min-width: 770px) {
  .fc-content {
    padding: 20px;
    width: 902px;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    behavior: url(../../../js/PIE.htc);
    position: relative;
  }
  .fc-content.product {
    padding: 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(../../../js/PIE.htc);
    position: relative;
  }
}
