@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,700,900');

html, body, div, span, applet,footer, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

main,article,aside,details,figcaption,figure,header,hgroup,menu,nav,section {
	display: block;
	margin: 0;
	padding: 0;
}

html {
	font-size: 137.5%;
}

a {
	color: #333333;
	text-decoration: none;
	transition: 0.5s;
}

a:hover {
	opacity: 0.75;
}

.sp {
	display: none;
}

.pc {
	display: inline-block;
}

.note {
	font-size: 0.8em;
}

.flex-sb {
	margin: 0 0 1rem 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: start;
	align-items: start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-st {
	margin: 0 0 1rem 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: start;
	align-items: start;
	-webkit-justify-content: start;
	justify-content: start;
}

.flex-c {
	margin: 0 0 1rem 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex-sb img {
	max-width: 100%;
	height: auto;
}

.fwrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.txt_c {
	text-align: center !important;
}

.txt_r {
	text-align: right !important;
}

.txt_jstfy {
	text-align: justify !important;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #666666;
	line-height: 1.75;
	font-weight: 300;
	font-feature-settings : "palt";
	position: relative;
}

main {
	position: relative;
}

header {
}

header a {
}

section {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

section h2 {
	max-width: 1000px;
	margin: 0 auto 30px;
	padding: 0;
	color: #333333;
	text-align: center;
	font-weight: 400;
	vertical-align: middle;
	position: relative;
}

.btn {
	padding: 0 0.2rem;
	color: #ffffff;
	font-weight: 400;
	background: #333333;
	border-radius: 0.2rem;
}

/* フッター
--------------------*/
footer {
	margin: 0;
	padding: 40px 0;
	text-align: center;
	background: #e74c0a;
}

footer a {
	font-size: 0.636rem;
	color: #ffffff;
	text-decoration: underline;
	display: inline-block;
}

footer .copyright {
	font-size: 0.545rem;
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
	font-weight: 300;
}

/* ページトップ
--------------------*/
#page-top {
	position: fixed;
	right: 2.5%;
	bottom: 10%;
	z-index: 100;
}

#page-top a {
	color: #e74c0a;
	display: block;
}

#page-top a:hover {
	opacity: 1.0;
}

@media screen and (max-width: 767px) {
	html {
		font-size: 107.5%;
	}
	
	
	p {
		text-align: justify;
	}
	
	.sp {
		display: inline-block;
	}
	
	.pc {
		display: none;
	}
	
	.flex-sb {
		margin: 0 0 1rem 0;
		display: block;
	}
	
	.flex-st {
		margin: 0 0 1rem 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: start;
		justify-content: start;	}
	
	.flex-c {
		margin: 0 0 1rem 0;
		display: block;
	}
	
	.flex-sb img {
		max-width: 100%;
		height: auto;
	}
	
	body {
		line-height: 1.45;
		background: none;
		position: relative;
	}
	
	header {
	}
	
	header a {
	}
	
	section {
	}
		
	section h2 {
		margin: 0 1rem 1rem;
	}
	
	.btn {
		padding: 0 0.2rem;
		color: #ffffff;
		font-weight: 400;
		background: #333333;
		border-radius: 0.2rem;
	}
	
	/* フッター
	--------------------*/
	footer {
		padding: 1rem 0;
	}
	
	footer a {
		margin: 0 0 1rem 0;
	}
	
}
