@charset "UTF-8";

body {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

#header.simple {
    margin-bottom: 0;
}

#footer {
    margin-top: 0;
}

#main.lp {
    margin-top: 0;
    overflow: hidden;
}

#main p {
    margin-top: 0;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

.lp-layout-container > *:last-child, .lp-jumbotron > *:last-child, .lp-jumbotron-content > *:last-child, .lp-text-group > *:last-child, .lp-card > *:last-child, .lp-textPhone > *:last-child {
    margin-bottom: 0;
}

.lp-layout-container {
    width: 544px;
    font-size: 16px;
    line-height: 1.62;
}

.lp-jumbotron {
    margin-bottom: 32px;
}

.lp-jumbotron-content {
    margin-bottom: 16px;
}

.lp-jumbotron-title {
    margin-bottom: 32px;
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.161);
}

.lp-text-group {
    margin-bottom: 32px;
}

.lp-text-group > p {
    margin-bottom: 16px;
}

.lp-card {
    margin-bottom: 16px;
    padding: 14px;
    background-color: #f0f0f0;
    color: #333;
}

.lp-textPhone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.lp-textPhone-number {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-right: 10px;
}

.lp-textPhone-note {
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.72;
}

.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 9px;
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.lp-textPhone-icon .of-iconColor-secondary {
    fill: #fe8800;
}

.lp-textPhone-icon .of-iconColor-tertiary {
    fill: #0086b1;
}

.lp-textPhone-icon .of-iconColor-quaternary {
    fill: #838079;
}

.lp-textPhone-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}

.lp-textPhone.of-center {
    text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
    justify-content: center;
}

.lp-utility-line-break {
    display: block;
}
