﻿@import url("normalize.css");
@import url("common.css");
@import url("animation.css");

.pt00 {
    padding-top: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.font23 {
    font-size: 2.3rem;
}

.font28 {
    font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
    .font23 {
        font-size: calc(30 / 700 * 100vw);
    }

    .font28 {
        font-size: calc(35 / 700 * 100vw);
    }
}

.lity {
    background: #bbc4e4 !important;
}

.lity-content:after {
    box-shadow: none !important;
}

.lity-close {
    width: 70px !important;
    height: 70px !important;
}

@media screen and (max-width: 768px) {
    .lity-close {
        width: 30px !important;
        height: 30px !important;
    }
}

.lity-content {
    max-width: 700px;
    margin: 0 auto;
}

.lity-image img {
    border-radius: 30px;
}
