/*
Theme Name: sankin-theme
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: sankin-theme

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

.group-comp{
	padding-bottom: min(0.5490483163vw, 7.9063px);
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: min(0.9882869693vw, 14.2313px);
    color: #465D98;
}

@media screen and (max-width: 767px) {
    .group-comp {
        padding-bottom: 2.34375vw;
        margin-bottom: 4.21875vw;
        font-size: 15px;
        font-weight: 700;
    }
}

@media screen and (max-width: 767px) {
    .footer .under .left address {
        line-height: 1.5;
        margin-bottom: 8.25vw;
        font-size: 16px;
    }
}

.header .inner .pc-nav ul ul li.sub,
#gnav .sub-list .sub-link.sub,
.footer .under .right .footer-info01 ul li.sub,
.footer .under .right .footer-info02 ul li.sub{
	list-style-type: none;
	padding-left: 1rem;
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}

.header .inner .pc-nav ul ul li.sub:before,
#gnav .sub-list .sub-link.sub:before,
.footer .under .right .footer-info01 ul li.sub:before,
.footer .under .right .footer-info02 ul li.sub:before{
    content: "" !important;
}