@charset "UTF-8";

*, :after, :before {
	box-sizing: border-box;
	border: 0 solid #eee;
}

html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: normal;
	font-variation-settings: normal;
}

body {
	margin: 0;
	line-height: inherit;
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}

code, kbd, pre, samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em;
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
	margin: 0;
}

fieldset {
	margin: 0;
}

fieldset, legend {
	padding: 0;
}

menu, ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

dialog {
	padding: 0;
}

textarea {
	resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	color: #bdbdbd;
}

input::placeholder, textarea::placeholder {
	opacity: 1;
	color: #bdbdbd;
}

[role=button], button {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

audio, canvas, embed, iframe, img, object, svg, video {
	display: block;
	vertical-align: middle;
}

img, video {
	max-width: 100%;
	height: auto
}

[hidden] {
	display: none
}

*, ::after, ::before{
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

*{
	margin:0;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box
}

canvas, img, picture, svg, video{
	display:block;
	max-width:100%
}

button, input, select, textarea{
	font:inherit
}

h1, h2, h3, h4, h5, h6, p {
	word-wrap:break-word;
	margin:0;
	padding:0
}

ul{
	margin:0;padding:0;
	list-style:none
}

body{
	-webkit-font-smoothing:antialiased;
	height:100%;
	margin:0;
	padding:0;
	font-family:sans-serif;
	word-wrap:break-word;
	font-size:16px;
	line-height:1.0;
	background-color: #f9b63e;
}

html{
	height:100%;
	overflow-y:scroll
}

blockquote, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul{
	margin:0;
	padding:0;
	vertical-align:baseline;
	outline:0;
	border:0
}

img{
	border:0;
	font-size:0;
	line-height:0
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height:0;
	font-size:0
}

.contents {
	margin: 0;
	padding: 0;
}

.contents .inner {
	width: 100%;
	margin: 0 auto;
}

.contents .inner h1 {
	padding: 0px 0px 30px 0px;
}

.contents .inner h1 img {
	width: 100%;
}

.contents .inner .bnr {
	padding: 30px 0px 0px 0px;
}

.contents .inner .bnr:last-child {
	padding: 60px 0px 0px 0px;
}

.contents .inner .bnr img {
	width: 100%;
}

.footer {
}

.footer .inner {
	padding: 75px 12px 20px 12px;
	color: #FFFFFF;
	text-align: center;
	z-index: 10;
	font-size: 16px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	.footer .inner {
		font-size: 12px;
	}
}

.footerfix {
	min-height: 100vh;
    position: relative;
    padding-bottom: 100px;
    box-sizing: border-box;
}