@charset "utf-8";
/* 
http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
text {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #2e0215;
    vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 画像のフルード化 */

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

/* 大きい枠 */

body {
    background-image: url(/takomaru/images/bg.png);
    background-attachment: fixed;
}

.wrap {
    overflow: hidden;
}

.container {
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
}

section {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    width: 95%;
    margin: 0 auto;
}

/* 文字設定*/
h3 {
    font-size: 18px;
}

h3::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 22px;
    background-color: #ff842c;
    position: relative;
    bottom: -3px;
    left: -5px;
}


/* ヘッダー部分 */

header h1 img {
    width: 200px;
    margin-top: 13px;
    margin-bottom: 5px;
}

header h1 img a {
    display: block;
}

/* ヘッダー部分ナビ */

header #header_gnav ul {
    display: flex;
    justify-content: center;
}

header #header_gnav ul li {
    display: inline-block;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}

header #header_gnav ul li a {
    background-color: rgba(255, 255, 255, 0.6);
    width: 68px;
    height: 78px;
    padding: 10px 5px;
    margin-right: 10px;
    border-radius: 15px;
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
}

.new_line {
    display: inline-block;
    font-size: 11px;
}


header #header_gnav ul li:first-child a {
    background-image: url(/takomaru/images/ico_menu.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 60% 79%;
    margin-left: 10px;
}

header #header_gnav ul li:nth-child(2) a {
    background-image: url(/takomaru/images/ico_service.png);
    background-size: 56%;
    background-repeat: no-repeat;
    background-position: center 76%;
}

header #header_gnav ul li:nth-child(3) a {
    background-image: url(/takomaru/images/ico_concept.png);
    background-size: 56%;
    background-repeat: no-repeat;
    background-position: center 75%;
}

header #header_gnav ul li:nth-child(4) a {
    background-image: url(/takomaru/images/ico_access.png);
    background-size: 48%;
    background-repeat: no-repeat;
    background-position: center 75%;
}

/* ローディング：参考 https://web-creates.com/code/jquery-loading-sessionstorage/*/

.loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

.loading.is-active {
    opacity: 0;
    visibility: hidden;
}

.loading-animation {
    width: 100vw;
    height: 100vh;
    transition: all 2s;
    background-color: #FFF;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.loading-animation.is-active {
    opacity: 1;
    visibility: visible;
}


/* スライドショー*/

main .slide_show {
    max-width: 95%;
    margin: 0 auto;

}

main .slide_show img {
    border-radius: 15px;

}

/* トップページコンセプト */

main .main_massege {
    position: relative;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

main .main_massege h2 {
    position: absolute;
    top: 20%;
    left: -14%;
    font-size: 22px;
    margin: 0 auto;
    width: 130%;
    height: 130%;
}

main .main_massege p {
    position: absolute;
    top: 50%;
    left: -50%;
    margin: 0 auto;
    width: 200%;
    height: 120%;
    line-height: 130%;
    text-align: center;
}

/* トップページお知らせ */

.main_news {
    width: 100%;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
}

.main_news h3 {
    padding: 15px 0;
}

.main_news h3::before,
.concept:first-child h3::before {
    content: none;
}

.main_news_flex {
    position: relative;
}

.main_news p {
    position: absolute;
    display: inline-block;
    border-radius: 15px;
    padding: 5px 20px;
    top: -5px;
    left: 50px;
    background-color: #cc294b;
    color: #fff;
}

.main_news ul li {
    padding: 0 15px 15px 15px;
    text-align: center;
}

.main_news ul li span {
    display: block;
    padding-bottom: 3px;
}

.main_news ul li time {
    padding-bottom: 10px;
    display: block;
}

/* トップページメニューに遷移 */

.main_photo {
    width: 90%;
    border-radius: 16px;
    margin-top: 17px;
}

#menu_link {
    margin-bottom: 24px;
}

#menu_link h3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu_link h3::before {
    content: none;
}

#menu_link p {
    line-height: 120%;
    padding-bottom: 10px;
}

#menu_link p:last-child {
    padding-bottom: 24px;
}


/* オレンジ色のボタン */

.btn_link a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #ff842c;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    font-size: 16px;
}

#menu_link p:last-child {
    display: block;
}

/* メインメニュー他リンク遷移
別箇所でまとめてflex→クラスで参照する */

#main_link {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    width: 95%;
    padding-top: 20px;
    padding-bottom: 24px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.main_link_flex img,
.concept ul li img {
    width: 300px;
    max-height: 200px;
    border-radius: 16px;
    border-radius: 8px;
    box-shadow: -9px 9px 0px 0px rgba(242, 159, 4, 0.9);
    margin-top: 24px;
    margin-bottom: 10px;
}

.main_link_flex li:first-child img {
    margin-top: 0;
}

.ttle_page {
    height: 40px;
    width: 240px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #cc294b;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
}


.main_link_flex p {
    margin-top: 10px;
}

.main_link_flex p:not(.ttle_page) {
    line-height: 120%;
}

.main_link_flex .btn_link a {
    margin: 0 auto;
}

/* フッター部分 */

footer {
    background-color: #2e0215;
}

footer p,
footer p a,
footer li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
}

footer p small {
    font-size: 8px;
    font-weight: 400;
    color: #fff;
}

#footer_logo {
    width: 160px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}

#footer_flex address {
    margin-top: 45px;
    margin: 0 auto;
}

.footer_address p:nth-child(3) {
    display: block;
    line-height: 15px;
}

.footer_address p:not(.footer_address p:last-child) {
    line-height: 18px;
}

.footer_address p:last-child a {
    display: block;
    height: 30px;
    width: 20%;
    padding: 0 35px;
    margin: 0 auto;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background-color: #35742a;
    font-size: 16px;
}

#footer_gnav {
    margin: 0 auto;
}

#footer_gnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#footer_gnav ul li {
    width: 50%;
}

#footer_gnav ul li a {
    display: block;
    padding: 8px 0;
}

footer p:last-child {
    padding: 20px 0;
}

/* リンク色 */
.link_color {
    color: #1a0dab;
}

/* hoverしたとき */

.footer_address p:last-child a:hover {
    background-color: #fff;
    color: #cc294b;
    font-weight: 700;
}

.btn_link a:hover {
    background-color: #fff;
    color: #ff842c;
    border: 1px solid #ff842c;
}

.link_color:hover {
    color: #100866;
}

.link_color:visited {
    color: #3F0866;
}

aside ul li a:hover {
    text-decoration-line: underline;
}

header #header_gnav ul li:nth-child(1) a:hover,
#menu #header_gnav ul li:nth-child(1) a {
    background-image: url(/takomaru/images/ico_menu.hover.png);
    text-align: center;
}

header #header_gnav ul li:nth-child(2) a:hover,
#service #header_gnav ul li:nth-child(2) a {
    background-image: url(/takomaru/images/ico_service.hover.png);
    text-align: center;
}


header #header_gnav ul li:nth-child(3) a:hover,
#concept #header_gnav ul li:nth-child(3) a {
    background-image: url(/takomaru/images/ico_concept_hover.png);
    text-align: center;
}

header #header_gnav ul li:nth-child(4) a:hover,
#access #header_gnav ul li:nth-child(4) a {
    background-image: url(/takomaru/images/ico_access_hover.png);
    text-align: center;
}

/* 各ページh2背景共通設定 */

.menu_bg,
.recruitment_bg,
.privacypolicy_bg,
.allergy_bg,
.concept_bg,
.service_bg,
.access_bg,
.contact_bg {
    background-repeat: no-repeat;
    background-size: cover;
    color: #2e0215;
    font-size: 28px;
    padding: 28px 0;
    text-align: center;
    letter-spacing: 4px;
    /* 文字間 */
    text-shadow: 2px 2px 5px #FFF,
        -2px 2px 5px #fff,
        2px -2px 5px #fff,
        -2px -2px 5px #fff;
}

/* 画面下部サイドメニュー */

aside ul li a {
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    width: 95%;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin: 12px auto;
    padding: 12px 0;
}

/* パンくずリスト */
.breadcrumb {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: left;
    margin: 8px auto;
    border-radius: 5px;
}

.breadcrumb ol li,
.breadcrumb ol li a {
    font-size: 12px;
    display: inline-block;
    padding: 2px 8px;
}

.breadcrumb ol li:last-child {
    position: relative;
}

.breadcrumb ol li:last-child::before {
    content: "≫";
    position: absolute;
    left: -9px;
}

.breadcrumb ol li a:visited {
    color: #100866;
}

/* メニューページ */
.menu_bg {
    background-image: url(/takomaru/images/bg_snav_menu.jpg);
}

/* メニュー詳細 */

.menu_flex {
    margin: 0 auto;
}

.menu_flex li {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    padding-bottom: 30px;
    margin: 0 auto 25px;
    width: 95%;
}

.menu_flex li img {
    border-radius: 15px 15px 0 0;
    display: block;
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.title {
    font-size: 28px;
    padding: 12px 10px 20px 17px;
}

.price_flex {
    display: flex;
    justify-content: center;
}

.price_flex div:first-child {
    border-right: 3px solid #cc294b;
}


.price_flex div:first-child p:not(.menu) {
    padding-right: 20px;
    text-align: center;
}

.price_flex div:nth-child(2) p {
    padding-left: 20px;
    text-align: center;
}

.menu_price {
    font-size: 48px;
}

.price_flex div:first-child p:nth-child(1),
.price_flex div:nth-child(2) p:nth-child(1) {
    font-size: 12px;
    text-align: left;
    text-indent: 1em;
}

.menu_new {
    position: relative;
}

.new {
    position: absolute;
    display: block;
    width: 90px;
    height: 100px;
    top: -110px;
    right: -30px;
    z-index: 1;
}

.text_new {
    position: absolute;
    top: -97px;
    right: -12px;
    color: #fff;
    z-index: 2;
}


/* ドリンクメニュー */

#menu_drink .container img {
    display: block;
    margin: 25px 16px 20px 0;
    border-radius: 15px 15px 0 0;
}

#menu_drink h3,
#menu_drink dl,
#menu_drink p {
    text-align: center;
    line-height: 20px;
}

#menu_drink h3 {
    padding-bottom: 20px;
    text-align: center;
    font-size: 28px;
}

#menu_drink h3::before {
    content: none;
}

#menu_drink dt {
    float: left;
    text-indent: 5em;
}

#menu_drink dl dd:not(.drink_price) {
    text-indent: 6em;
    text-align: left;
}

.drink_price {
    text-align: right;
    margin-right: 40px;
}

#menu_drink dd span:nth-child(2) {
    display: inline-block;
}

#menu_drink p small {
    display: block;
    padding: 12px;
    font-size: 12px;
    text-align: center;
}

/* お子様向けサービス */
.service_bg {
    background-image: url(/takomaru/images/bg_snav_service.jpg);
}

.service:first-child .container {
    margin-bottom: 30px;
}

.service .container img {
    width: 90%;
    border-radius: 17px;
    margin-top: 26px;
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service .container div:last-child {
    background-image: url(/takomaru/images/ico_octopus.svg);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 90% 80%;
}

.service .container h3 {
    padding-top: 18px;
    padding-bottom: 10px;
}

.service .container h3::before {
    content: none;
}

.service .container p {
    line-height: 16px;
    padding-bottom: 10px;
}

.service .container p:last-child {
    padding-bottom: 20px;
}

/* たこ丸の想いページ */
.concept_bg {
    background-image: url(/takomaru/images/bg_snav_concept.jpg);
}

.concept img {
    width: 90%;
    border-radius: 17px;
    margin-top: 26px;
    margin-bottom: 5px;
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.concept p {
    line-height: 18px;
    padding: 0 2em 1.5em 2em;
}

.concept p span {
    display: inline-block;
}

.concept .container {
    background-image: url(/takomaru/images/ico_octopus.svg);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: 95% 90%;
    margin-bottom: 28px;
}

.concept_sub {
    margin-top: 24px;
    padding-bottom: 18px;
}

.concept_sub h3 {
    text-align: center;
    padding: 18px 9px 18px 0;
}

.concept_sub h3::before {
    content: none;
}

.concept_flex .ttle_page {
    margin-top: 18px;
}

.concept_flex li p:last-child {
    margin: 5px 0 18px 0;
    line-height: 16px;
}


div.image_circle1 {
    margin: 0 auto;
    overflow: hidden;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-image: url(/takomaru/images/img_concept_side1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 140%;
    box-shadow: -10px 10px 0px 0px rgba(242, 159, 4, 0.9);

}

div.image_circle2 {
    margin: 0 auto;
    overflow: hidden;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-image: url(/takomaru/images/img_concept_side2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 160%;
    box-shadow: -10px 9px 0px 0px rgba(242, 159, 4, 0.9);

}

div.image_circle3 {
    margin: 0 auto;
    overflow: hidden;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-image: url(/takomaru/images/img_concept_side3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 140%;
    box-shadow: -9px 9px 0px 0px rgba(242, 159, 4, 0.9);

}

/* アクセス */

.access_bg {
    background-image: url(/takomaru/images/bg_snav_access.jpg);
}

.access_flex .container div {
    text-align: left;
    padding: 18px 0;
    padding-left: 1.5em;
}

.access_flex .container iframe {
    width: 90%;
    border-radius: 19px;
    margin-bottom: 26px;
}

.access_flex dt {
    margin-top: 20px;
}

.access_flex dl {
    padding-left: 2em;
    text-align: left;
}

.access_flex .container h3::before {
    content: none;
}

.access_flex .container h3 {
    text-align: center;
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.access_flex p {
    margin-top: 16px;
    text-align: left;
    padding-left: 2em;
}

iframe {
    width: 45%;
}

/* お問い合わせページ */

.contact {
    margin-bottom: 24px;
    text-align: left;
}

.contact_bg {
    background-image: url(/takomaru/images/bg_snav_contact.jpg);
}


.contact h3 {
    padding: 25px 2em 18px 0;
    text-align: left;
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
    padding-left: 2em;
}

.contact h3 span {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 18px;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact h3::before {
    content: none;
}

.contact p {
    line-height: 22px;
}

.contact p:last-child:not(td > p) {
    padding: 16px 0;
}

.contact_explanation {
    padding-left: 2em;
}

.contact_explanation span {
    display: inline-block;
}

.ast {
    color: #cc294b;
}

.tel {
    font-size: 24px;
}

.contact_time {
    font-size: 14px;
}

#entry_form {
    padding-left: 2em;
}

#entry_form th::before {
    content: '';
    font-size: 15px;
    background-color: #ff842c;
    padding-left: 10px;
}

#entry_form table tr:last-child th::before {
    content: none;
}

#entry_form table tr:nth-child(5) th {
    padding-top: 1em;
}

#entry_form input[type="text"],
#entry_form input[type="tel"],
#entry_form input[type="email"],
#entry_form textarea {
    width: 60%;
    padding: 10px;
    margin: 10px;
    border: none;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 1em;
}

#entry_form input[type="tel"],
#entry_form input[type="email"] {
    margin-bottom: 0;
}

#entry_form textarea {
    width: 80%;
}

input,
textarea {
    cursor: pointer;
}

#entry_form table tr:nth-child(5) th {
    vertical-align: top;
}

#entry_form input[type="submit"] {
    width: 150px;
    height: 40px;
    background-color: #ff842c;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin: 1em 0 2em 1em;
}

#entry_form input[type="submit"]:hover {
    background-color: #fff;
    color: #ff842c;
    border: 1px solid #ff842c;
}

#entry_form small {
    display: block;
    font-weight: 400;
    padding-left: 1em;
    padding-bottom: 1em;
}


/* アレルギー情報ページ */

.allergy_menu {
    width: 95%;
    margin: 0 auto;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.6);
}

.allergy_bg {
    background-image: url(/takomaru/images/bg_snav_allergy.jpg);
}

.allergy_flex {
    text-align: left;
    padding-bottom: 18px;
    padding-left: 2em;
}

.allergy_flex section {
    background: none;
}

.allergy_menu .container p {
    padding: 18px 0;
}

.allergy_menu p span {
    display: inline-block;
    font-size: 18px;
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.allergy_menu p {
    padding: 25px 2em 18px 2em;
    ;
}

.allergy_flex section dt {
    margin-top: 18px;
}

.allergy_flex section dl:last-child {
    margin-bottom: 18px;
}

.allergy_flex section .ttle_menu {
    text-align: center;
}

.allergy_flex section .ttle_menu::before {
    content: none;
}


/* 採用情報ページ */
.recruitment_bg {
    background-image: url(/takomaru/images/bg_snav_recruitment.jpg);
}

.recruitment {
    padding-bottom: 27px;
    margin-bottom: 24px;
}

.recruitment_title {
    text-align: center;
    padding-top: 18px;
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.recruitment_title::before {
    content: none;
}

.recruitment dt {
    margin-top: 20px;
}

.recruitment dl {
    text-align: left;
    padding: 0 2em 18px 2em;
}

.recruitment_text {
    display: inline-block;
}

.recruitment img {
    width: 90%;
    border-radius: 19px;
}


/* プライバシーポリシーページ */
.privacypolicy_bg {
    background-image: url(/takomaru/images/bg_snav_privacypolicy.jpg);
}

.privacypolicy {
    width: 95%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 15px;

}

.privacypolicy section {
    text-align: left;
    background: none;
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.privacypolicy section:last-child {
    padding-bottom: 24px;
    margin-bottom: 18px;
}

.privacypolicy section h3 {
    padding-top: 18px;
    padding-left: 1em;
}

.privacypolicy section p {
    padding: 1em 2em 0;
}

.privacypolicy section span {
    display: inline-block;
}