/*==================================================================
幅
==================================================================*/

/*==================================================================
余白
==================================================================*/

/*==================================================================
フォント
==================================================================*/

/*==================================================================
色
==================================================================*/

body {
	color: #1a1a1a;
	background-color: #FAFAFA;
	font-family: "Noto Sans JP", sans-serif;
}

body.js-fixed {
	height: 100%;
	position: fixed;
	width: 100%;
}

.md-none {
	display: block;
}

.md-show {
	display: none;
}

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	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: optimizeLegibility;
}

/* 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: 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;
}

/* ホバー */

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

a:hover {
	opacity: 0.7;
}

.layout-contact {
	margin-top: 5.625rem;
	padding-bottom: 2.5rem;
}

.layout-information {
	margin-top: 5.375rem;
}

.layout-news {
	margin-top: 6.25rem;
	padding-top: 4.375rem;
}

.button {
	display: inline-block;
	position: relative;
	width: 15rem;
	width: 100%;
}

.top{
	background-color: red;
	height: 70px;
	width: 90%;
	margin:30px auto 30px auto;
	text-align: center;
	padding: 14px 0;
	font-size: 30px;
	background-image: linear-gradient(90deg, #c00f00, #dc4f4fe8);
	color: #fff;
}

}


@media (max-width: 1440px) {

html {
	font-size: 1.1111111111vw;
}

}

@media screen and (max-width: 767px) {


}

@media (max-width: 375px) {

	html {
		font-size: 4.2666666667vw;
	}

	/* .twitter-timeline {
		max-width: 350px;
		height: 548px; 
	}  */

}


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