@charset "UTF-8";

/*--------------------------------------------------*/
/*RESET*/
/*--------------------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
button,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html,
body {
	/* min-width: 1020px; */
	height: 100%;
}

body {
	background-color: #fff;
	color: #000;
	font-family: "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	/* font-feature-settings: "palt" 1; */
	/* font-feature-settings: "pwid" 1; */
	line-height: 1;
	word-break: break-all;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

a {
	background: transparent;
	color: #002174;
	/* text-decoration: none; */
	vertical-align: baseline;
}


blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

em,
address {
	font-style: normal;
}

fieldset,
form,
input,
textarea {
	font: inherit;
}

input,
textarea,
select {
	font-size: 1.6rem;
}

fieldset {
	border: 0;
}

form,
input,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
}

::-ms-expand {
	display: none;
}

input {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: top;
}

sup,
sub {
	font-size: 60%;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font: inherit;
}

th,
td {
	font: inherit;
	text-align: left;
	vertical-align: top;
}

ul,
ol,
li {
	list-style: none;
}


@media print,
screen and (min-width:768px) {
	body {
		/* min-width: 960px; */
	}

	a[href*="tel:"] {
		color: inherit;
		pointer-events: none;
		text-decoration: inherit;
	}

	a:hover,
	button.alpha:hover {
		opacity: 0.75;
		transition: 0.3s ease-in-out;
	}
}

@media screen and (max-width:767px) {}

@media screen and (orientation: portrait) {}

@media screen and (orientation: landscape) {}

@media print {}
