@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
	scroll-padding: 110px;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
img, a img {
	border: none;
	display: block;
	max-width: 100%;
	height: auto;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
iframe {
	display: block;
}
.columnBoxStd {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 20px;
}
.columnBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.columnBox > div {
	padding-right: 10px;
	padding-left: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.c22, .c21 {
	width: 50%;
}
.c33, .c32, .c31 {
	width: 33.333%;
}
.c44, .c42, .c41 {
	width: 25%;
}
.c55, .c53, .c52, .c51 {
	width: 20%;
}
.c66, .c63, .c62, .c61 {
	width: 16.666%;
}
.imgLeft {
	float: left;
	margin-right: 20px;
}
.imgRight {
	float: right;
	margin-left: 20px;
}
.imgCenter {
	margin-right: auto;
	margin-left: auto;
}
.skewY_left {
	transform: skewY(-5deg);
}
.skewY_right {
	transform: skewY(5deg);
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_center-justify {
	text-align: center;
}
.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}
.nowrap {
	white-space: nowrap;
}
.margin_top00 {
	margin-top: 0px !important;
}
.margin_top05 {
	margin-top: 5px !important;
}
.margin_top10 {
	margin-top: 10px !important;
}
.margin_top20 {
	margin-top: 20px !important;
}
.margin_top30 {
	margin-top: 30px !important;
}
.margin_top40 {
	margin-top: 40px !important;
}
.margin_top60 {
	margin-top: 60px !important;
}
.margin_top80 {
	margin-top: 80px !important;
}
.attentionList {
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
	margin-left: 0px;
}
.w30percent {
	width: 30%;
}
.w80percent {
	width: 80%;
}
.w100percent {
	width: 100%;
}