@charset "UTF-8";
/* CSS Document */

/*support
-------------------------------------------------------*/
body {
  background: none;
}
#m_wrapper.fixbar, #totop a {
  display: none;
}
.column3 > *:not(:first-of-type) {
  margin-left: 2%;
}
.period .column2 > *:nth-of-type(2n+2), .period .column1 {
  margin-left: 2%;
}
.flex, .dl2 > div {
  display: block;
}
.flex > *, .dl2 > div > * {
  display: block;
  float: left;
}
.flex::after, .dl2 > div::after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
#support_wrapper .icon.flex > *, #support_wrapper h2.flex > * {
  display: inline-block;
  float: none;
}
#support_wrapper .outline .sub .period {
  flex: none;
  width: 40%;
}
#support_wrapper .outline .sub > .period:first-of-type {
  width: 100%;
}
#support_wrapper .outline .sub .limit p > span:first-of-type {
  min-width: 150px;
}
#support_wrapper .cont .dl2 div > dd {
  flex: none;
  width: 680px;
}
/*.support_b li:nth-of-type(even) {
  margin-right: 4%;
}*/