@charset "UTF-8";

/***** 全ページ共通CSS *****/

/* base (reset)
---------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

ul,
ol,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

ol,
li {
	list-style: none;
}

img {
	border: none;
	line-height: 0;
	font-size: 0;
	vertical-align: middle;
	max-width:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ---------- */
a {
	margin: 0;
	padding: 0;
	font-size: inherit;
	background: transparent;
}

th,
td {
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	empty-cells: show;
}

input,
select {
	vertical-align: middle;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	/*-webkit-appearance: none;*/
	border-radius: 0;
}

pre {
	white-space: -moz-pre-wrap;/* Mozilla */
	white-space: -pre-wrap;/* Opera 4-6 */
	white-space: -o-pre-wrap;/* Opera 7 */
	white-space: pre-wrap;/* CSS3 */
	word-wrap: break-word;/* IE 5.5+ */
}

figure {
	margin: 0;
}

/* Selected Text
---------------------------------------------------*/
::selection {
	background: #191919;
	/* Safari */
	color: #FFFFFF;
}


/* HTML
---------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 62.5%;
}

body {
	background-color: #fff;
	position: relative;
	width: 100%;
	line-height: 1;
	color: #333;
	font-size: 1.6rem;
	font-size: 16px;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background: #fff;
}

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

.spno {display:block;}
br.spno {display: inline;}
.pcno {display:none;}
br.pcno {display:none;}


/* 768px以下 */
@media screen and (max-width: 768px) {
	body {
		background-color: #fff;
		min-width: auto;
		min-width: inherit;
		min-height: 100%;
		font-size: 2.4rem;
		font-size: 3.75vw;
		-webkit-text-size-adjust: 100%;
	}

	.pcno {display: block;}
	br.pcno {display: inline;}
	.spno {display: none;}
	br.spno {display: none;}
}


/* link
---------------------------------------------------*/
a {
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: #333333;
}
a:hover {
	color: #006633;
}
a.u {
	text-decoration: underline;
}
a,
a:hover,
.hover {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.hover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


/* clearfix
---------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/**/
	height: auto;
	overflow: hidden;
	/**/
}
.clearfix {
	zoom: 1;
}


/* wrapper
---------------------------------------------------*/
#wrapper {
	width: 100%;
	margin: 0 auto;
}


/* Footer
---------------------------------------------------*/
#Footer {
	background-color: #404040;
	padding: 50px 0 100px;
}
#Footer ul.navi {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	max-width: 980px;
	margin: 0 auto;
}
#Footer ul.navi li.home {
	order: 1;
	width: 89px;
	text-align: left;
}
#Footer ul.navi li.jwavelogo {
	order: 3;
	width: 164px;
	text-align: right;
}
#Footer ul.navi li.copy {
	order: 2;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
	#Footer {
		padding: 6.25vw 0 9.375vw;
	}
	#Footer ul.navi {
		max-width: 89.0625vw;
	}
	#Footer ul.navi li.home {
		width: 50%;
		order: 1;
		width: 26.5625vw;
	}
	#Footer ul.navi li.home img {
		width: 26.5625vw;
	}
	#Footer ul.navi li.jwavelogo {
		order: 2;
		width: 50%;
	}
	#Footer ul.navi li.jwavelogo img {
		width: 39.84375vw;
	}
	#Footer ul.navi li.copy {
		order: 3;
		width: 100%;
		font-size: 2.5vw;
		margin-top: 2em;
	}
}
