@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url("font.css");
@import url("margin.css");

body {
    font-family: 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------------------------------
初期化
----------------------------------------------------------------------------*/
.color-red {
    color: #a41819;
}

.color-red2 {
    color: #f40000;
}

.color-red3 {
    color: #a41819;
}

.border-red {
    border-color: #f40000 !important;
}

.color-blue {
    color: #005Bac;
}

.bg-blue {
    background-color: #005Bac;
}

.bg-gray {
    background-color: #f8f8f8;
}

.no-wrap {
    white-space: nowrap;
}

.line-height-1 {
    line-height: 30px;
}

.line-height-2 {
    line-height: 43px;
}

.common-border::after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background-color: #a41819;
}

@media screen and (min-width: 576px) {
    .common-border::after {
        margin-top: -4px;
    }
}


button {
    background-color: transparent;
}

.w-fit-content {
    width: fit-content;
}

.point-c-block,
.sub-effects-c-block {
    padding: 66px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
}


.zeb-btn-block {
    width: 100%;
    max-width: 320px;
    height: 57px;
    border: 1px solid #2365aa;
}

.bg-f8f8f8 {
    background-color: #f8f8f8;
}

.bg-blue {
    background-color: #005Bac;
}

.fire-wall {
    border: 2px solid #2365aa;
    padding: 20px 16px;
    background-color: #fff;
}

.border-red-half {
    position: relative;
}

.border-red-half:after {
    content: "";
    display: block;
    position: relative;
    bottom: -9px;
    left: 0;
    width: 31px;
    height: 2px;
    background-color: #d20c18;
}

@media screen and (min-width: 576px) {
    .zeb-btn-block {
        width: 85%;
    }
}

.zeb-btn-block-link {
    color: #2365aa;
    text-decoration: none;
}

.doc-download-wrap {
    padding: 80px 0;
}

.doc-download-block {
    width: 85%;
    max-width: 320px;
    height: 57px;
    border: 1px solid #fff;
}

.doc-download-btn-link {
    color: #fff;
    text-decoration: none;
}

.point-c-block,
.sub-effects-c-block {
    padding: 66px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

/*--------------------------------------------------------------------------
form-style
----------------------------------------------------------------------------*/
.bownow-wrap iframe {
    margin-bottom: 70px;
}

/*--------------------------------------------------------------------------
footer-style
----------------------------------------------------------------------------*/
.footer-bg {
    background-color: #efefef;
    margin-top: 70px;
}

.f-nav-item {
    list-style-type: none;
}

.f-nav-link {
    color: #222222;
    text-decoration: none;
}

/*--------------------------------------------------------------------------
zeb-style
----------------------------------------------------------------------------*/
.table-1-th {
    width: 100%;
    border-bottom: 4px solid #fff;
}

.table-1-td {
    width: 100%;
    border-bottom: 4px solid #fff;
    padding: 10px 20px;
}

@media screen and (min-width: 768px) {
    .table-1-th {
        max-width: 200px;
    }

    .table-1-td {
        max-width: 1200px;
        padding: 30px 80px;
    }
}

.gide-line-bl-contents {
    padding: 48px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.38);
    background-color: #fff;
}


.table-width-fixed {
    width: 1176px !important;
}

@media screen and (min-width: 992px) {
    .table-width-fixed {
        width: 100% !important;
    }
}


/*--------------------------------------------------------------------------
thanks-page-style
----------------------------------------------------------------------------*/
.thanks-page-height {
    height: calc(100vh - 100px - 399px) !important;
}

@media screen and (min-width: 992px) {
    .thanks-page-height {
        height: calc(100vh - 100px - 231px);
    }
}
