@charset "UTF-8";
/*!
	Theme Name:		SmartCityConcier
	Theme URI:		https://smartcityconcier.jp/
	Author:			K.Nishizoe
	Version:		1.0
	License:		GNU General Public License v2 or later
	License URI:	http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain:  smart-wp-minimum
	Tags: two-columns, accessibility-ready, threaded-comments
*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;800');
html, body {
    margin: 0;
    padding: 0;
    scroll-padding-top: 50px;
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.show {
    display: block !important;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 a {
    color: #555;
    padding: 0;
    font-size: 22px;
    text-decoration: none;
}

h2 {
    font-size: 28px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

h3 {
    font-size: 26px;
    color: #555;
    padding: 0;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

h3::before {
    content: '～ ';
}

h3::after {
    content: ' ～';
}

p, a, li, table {
    font-size: 18px;
}

table, table th, table td {
    border-collapse: collapse;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    clear: both;
    margin: 20px 0;
}

/* スクロールバー */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
}