@charset "UTF-8";

@font-face {
	font-family: AudiType;
	src: url(../font/AudiType-ExtendedNormal_4.03.woff) format("opentype");
}
@font-face {
	font-family: AudiType;
	font-weight: 600;
	src: url(../font/AudiType-Bold_4.03.woff) format("opentype");
}
@font-face {
	font-family: AudiType;
	font-weight: 900;
	src: url(../font/AudiType-ExtendedBold_4.03.woff) format("opentype");
}
@font-face {
	font-family: AudiType-normal;
	src: url(../font/AudiType-Normal_4.03.woff) format("opentype");
}
@font-face {
	font-family: AudiTypeWide;
	src: url(../font/AudiType-WideNormal_4.03.woff) format("opentype");
}
@font-face {
	font-family: "平成角ゴシック Std";
	src: url(../font/DFHSGOTHICSTD-W3_0.woff2) format("woff2"), url(../font/DFHSGOTHICSTD-W3_0.woff) format("woff");
}
@font-face {
	font-family: "平成角ゴシック Std";
	font-weight: 700;
	src: url(../font/DFHSGOTHICSTD-W7_0.woff2) format("woff2"), url(../font/DFHSGOTHICSTD-W7_0.woff) format("woff");
}

/* リセット
---------------------------------------------------------- */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
table,
th,
td,
button,
a,
span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

ol,
ul {
	list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	height: 100%;
	font-size: 1rem;
	font-size: 10px;
}

body {
	height: 100%;
	color: #000;
	font-family: "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3,
		ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
	font-style: normal;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	height: 100%;
	min-width: 1200px;
	-webkit-text-size-adjust: 100%;
	overscroll-behavior-y: none;
	word-wrap: break-word;
}
[data-device="sp"] {
	display: none;
}

@media only screen and (max-width: 768px) {
	body {
		min-width: 0;
	}
	[data-device="pc"] {
		display: none;
	}
	[data-device="sp"] {
		display: block;
	}
}

/* display
----------------------------------------*/
.hidden {
	display: none;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
