 @charset "utf-8";
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;
	vertical-align: baseline;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-seri

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height:1.7;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-seri
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

img{
	vertical-align:bottom;
	}

.mg-t15{
	margin-top:15px!important;
	}
.mg-t30{
	margin-top:30px!important;
	}
.mg-b15{
	margin-bottom:15px!important;
	}
.mg-b35{
	margin-bottom:35px!important;
	}
.alert{
	color:#CC6600;
	font-weight:bold;
	}
.bold{
	font-weight:bold;
	}
	
.font-red{
	color:#CC6600;
	}
.font_big-x {
	font-size:120%;
}
.font_big-xx {
	font-size:140%;
}
.font_small-x {
	font-size:80%;
}
.font_small-xx {
	font-size:60%;
}
.center {
	text-align:center;
}
.font-normal{
	font-weight:normal;
	}
.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
	letter-spacing:-1px;
}
.scroll{
	overflow:auto;
	}