@charset "UTF-8";
/* base-style -------------------------------------------------------------- */

/* h1  */
div[class^="base-"].fs-24 h1 {
    font-size: 2.4rem;
}

/* h2  */
#sekisuihouseship .base-h2.fs-18 h2 {
    font-size: 1.86rem;
}

/* ul  */
.base-style.mt-0 ul,
.base-style.mt-0 ul li:not(:first-child) {
    margin-top: 0!important;
}
.base-style.none ul li:not(:first-child) {
    margin-top: 30px;
}
.base-style.none ul li {
    padding-left: 0;
}
.base-style.none ul li:before {
    content: none;
}

/* a  */
div[class^=base-].normal-size.opennewwindow-icon a[target=_blank] > img {
    width: 1em;
    height: 1em;
    margin: 0 10px;
}

/* mt  */
.base-mt-30 {
    margin-top: 30px;
}

/* font-size -------------------------------------------------------------- */
.fs-12 {
    font-size: 1.2rem;
}

/* Footer -------------------------------------------------------------- */
.b-a-wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 1160px;
    width: calc(100% - 40px);
}