/*--------- リセットCSS ---------*/
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,
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;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
 
ol, ul {
	list-style: none;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
 
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
 
a img {
	border: none;
}
 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	text-align: center;
}

* {
	padding: 0;
	margin: 0;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}


progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
}

/* フォームリセット　*/
 
input {
	border-radius: 0;
}

[type="number"] {
	width: auto;
}

textarea {
	overflow: auto;
	resize: vertical;
}
 
button,
input,
optgroup,
select,
textarea {
	font: inherit;
}

button {
	overflow: visible;
}
 
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}
 

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}
 
button,
html [type="button"], 
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
 
button,
select {
	text-transform: none;
}
 
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
	font: inherit;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/*--------- 共通設定 ---------*/

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	position: relative;
	min-height: 100%;
	font-size: 62.5%;
	line-height: 1.6;
}

body {
	font-family:-apple-system, BlinkMacSystemFont, Meiryo, "Helvetica Neue","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", sans-serif;
}


mg{
	max-width: 100%;
	height: auto;
	width /***/: auto;　
}

a {
    min-height: 0%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #005bac;
    word-break: break-all;
}
	
a:hover {
	color: #7ba8d1;
	text-decoration: underline;
}

	
/*テキスト設定*/
.text-blue{color: #005bac !important;}
.text-white{color: #fff !important;}
.text-gay{color: #5A5858 !important;}
.text-red{color: #B91A12 !important;}
.text-black{color: #000 !important;}
.text-bold{font-weight:bold !important;}
.text-center{text-align: center !important;}
.text-left{text-align: left !important;}
.text-right{text-align: right !important;}
.attention{
	font-weight: bold; !important;
	color: #B91A12; !important;
}

/*フォーム設定*/
input[type="text"], input[type="password"] {
	background: #fff;
}

input[type="text"]:focus{
	border: 1px solid #005bac !important;
	background: #D9E6F3 !important;
	outline: 0 !important;
}

input[type="password"]:focus{
	border: 1px solid #005bac !important;
	background: #D9E6F3 !important;
	outline: 0 !important;
}

::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

.error_border{
	border: 2px solid #B91A12 !important;
}

