@charset "utf-8";
/* reset
-------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*:before,
*:after {
	box-sizing: border-box;
}
:root html {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}
:root :is(h1, h2, h3, h4, h5, h6, p) {
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
}
i {
	font-style: 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: 1em;
}
input,
textarea,
:is(input, textarea) * {
	vertical-align: middle;
	font-family: inherit;
}
address,
em {
	font-style: normal;
}
.copygard img {
	pointer-events: none;
}
.copygard img[usemap] {
	pointer-events: auto;
}
/* link
-------------------------------------------------------------------*/
:root a {
	color: inherit;
	text-decoration-line: underline;
	text-decoration-color: transparent;
	text-decoration-style: solid;
	text-underline-offset: 0.25em;
}
:root a:is(:hover, :focus) {
	text-decoration-line: underline;
	text-decoration-color: inherit;
}
label {
	cursor: pointer;
}
/* common class
-------------------------------------------------------------------*/
/* position */
.position {
	position: relative;
}
/* float */
.flt_left {
	float: left;
}
.flt_right {
	float: right;
}
.flt_none {
	float: none !important;
}

/* font */
.f_bold {
	font-weight: bold !important;
}
.f_normal {
	font-weight: normal !important;
}
/* align */
.t_left {
	text-align: left !important;
}
.t_center {
	text-align: center !important;
}
.t_right {
	text-align: right !important;
}
/* clearfix
-------------------------------------------------------------------*/
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.fix {
	display: inline-block;
	min-height: 1%;
}
/* start hide from IE-mac\ */
*html .fix {
	height: 1%;
}
.fix {
	display: block;
}
/* End hide from IE-mac */
/* img-Max */
.scale_all {
	width: 100%;
	height: auto;
}
@media screen and (max-width:767px) {
	.scale {
		width: 100%;
		height: auto;
	}
	.scale_m {
		max-width: 100%;
		width: auto;
		height: auto;
	}
}
/* display_none */
#top .display_pc {
	display: block;
}
#top .display_pc.in {
	display: inline;
}
#top .display_sp,
#top .display_sp.in {
	display: none;
}
@media screen and (max-width:767px) {
	#top .display_pc,
	#top .display_pc.in {
		display: none;
	}
}
@media screen and (max-width:767px) {
	#top .display_sp {
		display: block;
	}
	#top .display_sp.in {
		display: inline;
	}
}
.txt_indent {
	margin-left: 1em;
	text-indent: -1em;
}