@charset "utf-8";
/* reset
-------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	background: #FFFFFF;
	color: #333333;
	font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	scroll-behavior: smooth;
	scroll-padding-top: 0;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
@media screen and (max-width:760px) {
	html {
		color: #000000;
		font-size: 14px;
		-webkit-text-size-adjust: none;
	}
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
table {
	font-size: 100%;
	line-height: 1.5;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: normal;
	text-align: left;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul li {
	list-style: none;
}
ol {
	padding-left: 18px;
}
input,
textarea {
	vertical-align: middle;
}
address,
em {
	font-style: normal;
}
/* link
-------------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.text_link a,
a.text_link {
	text-decoration: none;
}
.text_link a:hover,
a.text_link:hover {
	text-decoration: none;
}
.block_link a,
a.block_link {
	display: block;
	transition: all 1s;
}
.block_link a:hover,
a.block_link:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	text-decoration: none;
	transition: all 0.5s;
}
@media screen and (max-width:760px) {
	a {
		display: inline;
	}
}
/* display_none */
.display_pc {
	display: block;
}
.display_pc.in {
	display: inline;
}
.display_sp,
.display_sp.in {
	display: none;
}
@media screen and (max-width:768px) {
	.display_pc,
	.display_pc.in {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.display_sp {
		display: block;
	}
	.display_sp.in {
		display: inline;
	}
}
/* rollover */
a:hover img.opacity,
.opacities a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.txt_indent {
	padding-left: 1em;
	text-indent: -1em;
}