/* =====<=====<=====<=====<=====<=====<===== */
/* !<- HTML CONTROL ->                       */
/* =====>=====>=====>=====>=====>=====>===== */
html {
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "YuGo_custom", Meiryo, sans-serif;
	line-height: 1;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GENERAL CONTROL ->                    */
/* =====>=====>=====>=====>=====>=====>===== */
*,
*::before, *::after {
	box-sizing: border-box;
}

html, body, a,
h1, h2, h3, h4, h5, h6,
p, div, span, iframe,
address, small,
ol, ul, li, dl, dt, dd,
table, thead, tbody, tfoot, tr, th, td, caption,
details, figure, figcaption, img, audio, canvas, video,
b, em, strong, blockquote, q,
form, fieldset {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
	content: none;
}

hr {
	height: 1px;
	display: block;
	border: 0;
	background: #dddddd;
	box-shadow: 0 1px 0 white;
}

iframe {
	vertical-align: bottom;
}

strong {
	font-weight: inherit;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- TABLE CONTROL ->                      */
/* =====>=====>=====>=====>=====>=====>===== */
table, th, td,
caption {
	text-align: left;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	vertical-align: middle;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- FORM CONTROL ->                       */
/* =====>=====>=====>=====>=====>=====>===== */
input, select, textarea {
	vertical-align: middle;
}

input[type="button"],
input[type="email"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="password"],
input[type="date"],
textarea {
	margin: 0;
	padding: 0;
	border: 1px solid #dddddd;
	border-radius: 0;
	-webkit-appearance: none;
}

label {
	cursor: pointer;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- ANCHOR CONTROL ->                     */
/* =====>=====>=====>=====>=====>=====>===== */
a {
	line-height: 1;
	text-decoration: none;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- SPECIAL DECO CONTROL ->               */
/* =====>=====>=====>=====>=====>=====>===== */
/*===== { flex-box } =====*/
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

/*===== { alpha } =====*/
a,
a img {
	transition: .5s ease-in-out;
}

a:hover,
a:hover img {
	opacity: .6;
	cursor: pointer;
}
