/*
Theme Name: My Theme
Text Domain: mytheme
Version: 1.5
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: khanhnp
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.form-select, .form-control {
    color: #000
}

.invalid-tooltip {
    font-size: 0.65rem;
    padding: 0 0.5rem;
    line-height: 2.2em;
}

.frm_contact .confirmForm {display: none;}

.box_privacypolicy .form-check .invalid-tooltip { top: 0; }

.section_request .btn_checkentries {
    justify-content: center;
}

.form-check-input[type=checkbox][name=same_contact] {
    border-radius: 100%;
}

#person_contact {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#person_contact.hidden {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

footer .copyright {
    font-family: "SF Pro Text";
    font-size: 0.75em;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    top: -35px;
}
footer .copyright a {
    color: #fff;
}
@media (max-width: 768px) {
    footer .copyright {
      text-align: center;
      top: inherit;
    }
}

footer ul {
    padding: 0;
    margin: 0 0 40px;
    list-style-type: none;
    display: flex;
    justify-content: unset;
}

@media (max-width: 768px) {
    footer ul li:first-of-type {
      display: block;
    }
    footer ul li:first-of-type a {
      font-family: "SF Pro Text";
      font-size: 12px;
    }
}
footer .footer-lgps {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
}
footer .footer-lgps p {
    font-family: "SF Pro Display", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    footer .footer-lgps {
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }
    footer .footer-lgps p {
      order: 2;
      font-size: 12px;
      line-height: 1.5em;
    }
    footer .footer-lgps p span {
      display: block;
    }
    footer .footer-lgps img {
      order: 1;
    }
}

@media (max-width: 992px) {
    footer ul {
        margin-bottom: 20px;
    }

    footer .copyright {
        margin-bottom: 20px;
    }
}

.section_banner .logo_lgps .img-lgps {
    position: absolute;
    bottom: 60px;
    right: 0;
    z-index: 9999;
    opacity: 1 !important;
  }
@media (max-width: 768px) {
    .section_banner .logo_lgps {
        text-align: right;
    }
    .section_banner .logo_lgps .img-lgps {
        position: static;
        margin-top: 30px;
    }
}

.section_banner .box_map h2 span {
    font-size: 90px;
}

.section_banner .box_map h2 {
    max-width: 540px;
}

.info_contact li a img {
    margin-right: 9px !important;
}

.block_achievements .block_card .block_card_img.scheduled::after {
    content: "2028年度開業予定";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block_achievements .block_card h4 span {
    font-size: 20px;
    line-height: 1.8em;
    padding: 0 10px;
    border: 1px solid #fff;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .block_achievements .block_card h4 span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .section_banner .box_map h2 span {
        font-size: 60px;
    }
}

@media (max-width: 375px) {
    .section_banner .box_map h2 span {
        font-size: 55px;
    }
}