@charset "UTF-8";

/*reset*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	width: 100%;
}
a {
	outline: none;
}
a[target="_blank"]::after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0 6px 0 0;
	background-image: url("../images/ico_link01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align: middle;
}

/*clearfix*/
.cf:before, .cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}

/*style*/
html {
	background-color: #FFFFFF;
}
body {
	-webkit-text-size-adjust: none;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #333333;
}
img {
	border: none;
	height: auto;
}
	@media screen and (max-width: 959px) {
	img {
		max-width: 100%;
		height: auto;
		width /***/: auto;
	}
	}
a {
	color: #333333;
	text-decoration: none;
}
	a:hover, a:active, a:focus {
		opacity:0.7;
	}
a img {
	/* vertical-align: bottom; */
	vertical-align: middle;
}
	a img:hover, a img:active, a img:focus {
		opacity: 0.7;
	}
.screen-reader-text {
	display: none;
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}

