@charset "UTF-8";

/*common*/
.page1 .l-main {
    width: 100%;
    padding: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.l-header--popup {
    min-width: initial;
    margin-bottom: 0.3%;
}
.l-header--popup .lc-logo {
    width: 100%;
    padding-left: 1%;
}
.l-header--popup .lc-logo > a {
    width: 17vw;
    height: 4vw;
    background-size: contain;
}
.l-footerWrap {
    min-width: initial;
    margin: 0 auto;
    background-color: transparent;
}
.l-copyright {
   height: auto;
}

/* 表示切替 */
.l-content .pc_view {
    display: none;
}
.l-content .sp_view360 {
    display: none;
}
@media screen and (max-width: 360px) {
    .l-content .sp_view360 {
        display: block;
    }
}

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

.l-content .h2Ttl {
  margin-top: 60px;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border-left: solid 5px #999999;
  background-color: #e6e6e6;
}

.l-content .msg {
    font-size: 15px;
}

.l-content .static_form_area .m-table th,
.l-content .static_form_area .m-table td {
    display: block;
    font-size: 15px;
}

.l-content .static_form_area .m-table > tbody > tr > th:first-child {
    border-left: 1px solid #ccc;
}

.l-content .static_form_area .m-table > tbody > tr > td:last-child {
    border-top: none;
    border-right: 1px solid #ccc;
}

.l-content .static_form_area .m-table > tbody > tr:not(:first-child) > th {
    border-top: none;
}

.l-content .static_form_area .m-table > tbody > tr:last-child > td.border_none {
    border-right: none;
    border-bottom: none;
}

.l-content .static_form_area .m-table label {
    margin: 4px 10px 4px 0;
}

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

.l-content .static_form_area input[type="text"]{
    width: 100%;
    max-width: 300px;
}

.l-content .static_form_area input[type="text"].name{
    width: 180px;
}

.l-content .static_form_area input[type="button"][name="submit_check"] {
    width: 250px;
    margin-bottom: 0;
}

.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;
  }