body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
}

.c-test {
	color: red;
	font-size: 20px;
	font-size: 1.25rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 520px;
	max-width: 32.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.pp__Container {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 5px #111111;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 1em;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
	margin-top: 70px;
	margin-top: 4.375rem;
	max-width: 1500px;
	padding: 4em;
	text-align: left;
	width: 80%;
}

.pp__title {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

.pp__content {
	margin-top: 2em;
}

.pp__text {
	font-size: 1em;
}

.pp__text:nth-child(n+2) {
	margin-top: 2em;
}

.pp__headline {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 2em;
}

.tt__Container {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 5px #111111;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 1em;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
	margin-top: 70px;
	margin-top: 4.375rem;
	max-width: 1500px;
	padding: 4em;
	text-align: left;
	width: 80%;
}

.tt__title {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

.tt__content {
	margin-top: 2em;
}

.tt__text {
	font-size: 1em;
}

.tt__text:nth-child(n+2) {
	margin-top: 2em;
}

.tt__headline {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 2em;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.l-inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
