@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
.container *,
.container *:after,
.container *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.container * {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

.container pre,
.container textarea {
	overflow: auto;
}

.container [hidden],
.container audio:not([controls]),
.container template {
	display: none;
}

.container details,
.container main,
.container summary {
	display: block;
}

.container input[type=number] {
	width: auto;
}

.container input[type=search] {
	-webkit-appearance: textfield;
}

.container input[type=search]::-webkit-search-cancel-button,
.container input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.container progress {
	display: inline-block;
}

.container small {
	font-size: 75%;
}

.container sub,
.container sup {
	position: relative;
	vertical-align: baseline; 
	font-size: 75%;
	line-height: 0;
}

.container sup {
	top: -0.5em;
}

.container sub {
	bottom: -0.25em;
}

.container textarea {
	resize: vertical;
}

.container audio,
.container canvas,
.container iframe,
.container img,
.container svg,
.container video {
	vertical-align: middle;
}

.container img {
	border: 0; 
	max-width: 100%;
	height: auto;
}

.container button,
.container input,
.container select,
.container textarea {
	min-height: 1.5em;
	color: inherit;
	font-family: inherit; 
	font-weight: inherit;
	font-style: inherit;
}

.container button {
	overflow: visible;
}

.container button,
.container select {
	text-transform: none;
}

.container button,
.container html input[type="button"],
.container input[type="reset"],
.container input[type="submit"] {
	cursor: pointer; 

	-webkit-appearance: button;
}

.container button[disabled],
.container html input[disabled] {
	cursor: default;
}

.container button::-moz-focus-inner,
.container input::-moz-focus-inner {
	padding: 0; 
	border: 0;
}

.container input {
	line-height: normal;
}

.container code,
.container kbd,
.container pre,
.container samp {
	font-family: monospace,monospace;
}

.container ol,
.container ul {
	list-style: none;
}

.container select {
	   -moz-appearance: none;
	-webkit-appearance: none;
}

.container table {
	border-spacing: 0;
	border-collapse: collapse;
}

.container fieldset {
	border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
.container {
	background-color: #fff;
	word-wrap: break-word; 
	color: #333;
	font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 1.6875;

	-webkit-font-smoothing: antialiased;
	        font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.container a {
	text-decoration: underline; 
	color: #00f;
}
.container a:visited {
	color: #000080;
}
.container a:hover {
	text-decoration: none; 
	color: #f00;
}
.container a:active {
	text-decoration: none; 
	color: #ff8000;
}
.container a[href^="tel:"] {
	cursor: text; 
	text-decoration: none;
}
.container ::-moz-selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}
.container ::selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
	display: none !important;
	visibility: hidden;
}

@media screen and (min-width: 769px) {
	.u-hidden-small {
		display: block !important;
		visibility: visible;
	}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.u-hidden-small {
		display: block !important;
		visibility: visible;
	}
}

@media screen and (max-width: 640px) {
	.u-hidden-small {
		display: none !important;
		visibility: hidden;
	}
}

@media screen and (min-width: 769px) {
	.u-hidden-medium {
		display: block !important;
		visibility: visible;
	}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.u-hidden-medium {
		display: none !important;
		visibility: hidden;
	}
}

@media screen and (max-width: 640px) {
	.u-hidden-medium {
		display: none !important;
		visibility: hidden;
	}
}

@media screen and (min-width: 769px) {
	.u-hidden-large {
		display: none !important;
		visibility: hidden;
	}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.u-hidden-large {
		display: block !important;
		visibility: visible;
	}
}

@media screen and (max-width: 640px) {
	.u-hidden-large {
		display: block !important;
		visibility: visible;
	}
}

.u-visuallyhidden {
	overflow: hidden;
	clip: rect(0 0 0 0); 
	position: absolute;
	margin: -1px;
	padding: 0;
	border: 0;
	width: 1px;
	height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
	overflow: visible;
	clip: auto; 
	position: static;
	margin: 0;
	width: auto;
	height: auto;
}

.u-invisible {
	visibility: hidden;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* ------------------------
  Components
------------------------ */
.hoge {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.hoge {
		background: red;
	}
}
@media screen and (min-width: 641px) and (max-width: 768px) {
	.hoge {
		background: blue;
	}
}
@media screen and (max-width: 640px) {
	.hoge {
		background: yellow;
	}
}

/* 小コメント ------- */
.hoge_small {
	width: 100%;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}