@charset "UTF-8";

/*common*/
.page1 .l-main {
  width: 100%;
  padding: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page1 .l-main::-webkit-scrollbar {
  display: none;
}
.l-header--popup {
  min-width: initial;
  margin-bottom: 0.2%;
}
.l-header--popup .lc-logo {
  width: 100%;
}
.l-footerWrap {
  min-width: initial;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
}
.l-copyright {
  margin: 0 auto;
}

/* 表示切替 */
.l-content .sp_view {
  display: none;
}

/* .l-content */
.l-content {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}

.l-content .static_form_area .m-table .labelSubTxt{
  font-size: 11px;
}

.l-content .static_form_area .m-table .errorMsg {
  display: none;
  margin-top: 4px;
}

.l-content .static_form_area .m-table .errorMsg > p {
  padding: 0 0 0 20px;
  background-image: url(/common/sf/img/icon_note.png);
  background-repeat: no-repeat;
  background-position: left top;
  color: #d90000;
}