@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Reem Kufi Fun';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/reem-kufi-fun-v7-latin-regular.eot');
    src: url('../fonts/reem-kufi-fun-v7-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/reem-kufi-fun-v7-latin-regular.woff2') format('woff2'),
        url('../fonts/reem-kufi-fun-v7-latin-regular.woff') format('woff'),
        url('../fonts/reem-kufi-fun-v7-latin-regular.ttf') format('truetype'),
        url('../fonts/reem-kufi-fun-v7-latin-regular.svg#ReemKufiFun') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: local(''),
        url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'),
        url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: local(''),
        url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'),
        url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.3 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 690px;
    margin: 1rem auto;
    border: solid 2px #000;
    background-color: #fff;
    overflow: hidden;
}
h1, h2, strong {
    font-weight: 700;
}
p {
    padding-bottom: 0.75rem;
    text-align: justify;
    hyphens: auto;
}
h1 {
    font-size: 1.6em;
    line-height: 1.3;
    margin: 0 -1rem 0.25rem;
    padding: 0.25rem 1rem;
    color: #FFF;
    background: #95173F;
}
h1+p, h1, article section .box3 p {
    text-align: center;
}
article>p:nth-last-of-type(2) {
    margin-right: 5rem;
}
article>p:last-of-type {
    margin-top: -0.25rem;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 0;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
article section .box3 p .tel {
    margin-right: 17px;
    display: inline-block;
    width: 33px;
}
a.under {
    color: #1B80C4;
    text-decoration: underline;
    font-weight: 700;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
    flex: 1;
}
ul li:last-of-type{
    letter-spacing: -0.2px;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "\2022";
    font-size: 1.5em;
    line-height: 1;
    float: left;
    margin: -2px 0 0 -1rem;
    font-family: Arial, sans-serif;
}
.flex{
    display: flex;
    gap: 0 0.75rem;
}
header p {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
}
header p:first-of-type {
    background: #C40E3E;
    padding: 0.5rem;
}
article {
    padding: 0.5rem 1rem;
    position: relative;
}
article .qr {
    position: absolute;
    bottom: 10.25rem;
    right: 0.5rem;
}
article section:last-of-type .box p {
    font-family: 'Reem Kufi Fun', Arial, sans-serif;
    font-weight: 400;
    text-align: right;
    font-size: 2.25em;
    line-height: 1.1;
    margin-top: 3.5rem;
}
article section:last-of-type :is(p, a), header p {
    color: #FFF;
}
article section, footer {
    display: flex;
    justify-content: space-between;
    gap: 0 0.5rem;
}
article section{
    margin-left: 1rem;
}
article section .box3 {
    background: #CA0151;
    padding: 0.5rem 1rem 1rem;
}
article section .box3 p {
    padding-bottom: 0;
}
article>p:first-of-type {
    font-size: 1.03em;
    line-height: 1.3;
}
.pdl {
    display: block;
    margin-left: 2.5rem;
}
figure {
    margin: 0;
}
footer {
    padding: 0 1rem 0.5rem 2rem;
    flex-wrap: wrap;
}
footer a img {
    vertical-align: -3px;
    margin-right: 0.125rem;
}
@media only screen and (max-width: 689px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
    }
    article section{
        margin-left: 0;
    }
    footer{
        padding-left: 1rem;
        justify-content: space-around;
    }
    
}
@media only screen and (max-width: 480px) {
    .flex{
        flex-direction: column;
    }
    article>p:nth-last-of-type(2){
        margin-right: 0;
    }
    article .qr{
        position: static;
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
}