@charset "UTF-8";
/*!
	Theme Name:		SoloSoloConcier
	Theme URI:		https://solosoloconcier.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
*/

html, body {
    margin: 0;
    padding: 0;
    scroll-padding-top: 50px;
    overflow-x: hidden;
    position: relative;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.show {
    display: block !important;
}

p {
    color: #555;
}

h2 {
    color: #555;
    padding: 0;
    margin-bottom: 5px;
}

h3 {
    color: #555;
    padding: 0;
    /* border-bottom: 1px solid #555; */
    text-align: center;
}

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;
}

/* レスポンシブ */

@media screen and (max-width: 799px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}