/* Layout Style
=================================================================== */
.l-wrapper {
  width: 100%;
}

.l-main {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 940px;
  padding: 1.5rem 0 0;
  width: 100%;
}

.l-main::after {
  clear: both;
  content: "";
  display: table;
}

.l-content {
  margin: 0 auto;
  width: 100%;
}

.l-search {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

.l-choice {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.l-contact01 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.l-contact02 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.l-column {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}

.l-column--left {
  float: left;
  width: 700px;
}

.l-column--right {
  float: right;
  width: 220px;
}

.l-side--useful,
.l-side--features,
.l-side--faq {
  display: none;
}

.l-side--useful--sp,
.l-side--features--sp,
.l-side--faq--sp {
  display: block;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

div[data-main-rightMenu="page"] {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .l-main {
    display: block;
    width: 960px;
  }
  .l-content {
    display: inline-block;
    float: left;
    width: 700px;
  }
  .l-side--useful,
  .l-side--features,
  .l-side--faq {
    display: block;
  }
  .l-side--useful--sp,
  .l-side--features--sp,
  .l-side--faq--sp {
    display: none;
  }
}

/*# sourceMappingURL=../maps/layout.css.map */
