@charset "UTF-8";
@import "./reset.css";
@font-face {
  font-family: 'Noto Sans JP';
  src: url('./fonts/NotoSansJP-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('./fonts/NotoSansJP-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('./fonts/NotoSansJP-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('./fonts/NotoSansJP-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.gzbizUi-font_h1_Heading {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_h2_Heading {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_h3_Heading {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em
}

@media screen and (max-width: 959px) {
	.gzbizUi-font_h3_Heading {
		font-size: 20px
	}
}

.gzbizUi-font_h4_Heading {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_body1 {
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_body2 {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_input {
	font-size: 14px;
	line-height: 1
}

.gzbizUi-font_input_small {
	font-size: 12px;
	line-height: 1
}

.gzbizUi-font_button {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_button_small {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_caption {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_micro {
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 0em
}

@font-face {
	font-family: "gzbizIcons";
	src: url("../icon/gzbizIcons.ttf?jmme7t") format("truetype"),
		url("../icon/gzbizIcons.woff?jmme7t") format("woff"),
		url("../icon/gzbizIcons.svg?jmme7t#gzbizIcons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block
}

i.icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "gzbizIcons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.gzbizicon-angle-top:before {
	content: "\e900"
}

.gzbizicon-angle-right:before {
	content: "\e901"
}

.gzbizicon-angle-bottom:before {
	content: "\e902"
}

.gzbizicon-angle-left:before {
	content: "\e903"
}

.gzbizicon-arrow-top:before {
	content: "\e904"
}

.gzbizicon-arrow-right:before {
	content: "\e905"
}

.gzbizicon-arrow-bottom:before {
	content: "\e906"
}

.gzbizicon-arrow-left:before {
	content: "\e907"
}

.gzbizicon-compare:before {
	content: "\e912"
}

.gzbizicon-plus:before {
	content: "\e908"
}

.gzbizicon-minus:before {
	content: "\e909"
}

.gzbizicon-close:before {
	content: "\e90a"
}

.gzbizicon-check:before {
	content: "\e90b"
}

.gzbizicon-dot_horizontal:before {
	content: "\e90c"
}

.gzbizicon-dot_vertical:before {
	content: "\e90d"
}

.gzbizicon-download:before {
	content: "\e90e"
}

.gzbizicon-logout:before {
	content: "\e90f"
}

.gzbizicon-external:before {
	content: "\e910"
}

.gzbizicon-search:before {
	content: "\e911"
}

#gzbizUi-header {
	position: sticky;
	top: 0;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	min-width: 960px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

#gzbizUi-header h1 a {
	display: block;
	height: 64px;
	padding: 8px 16px
}

#gzbizUi-header h1 a img {
	width: auto;
	height: 100%
}

#gzbizUi-header .right {
	position: relative;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 16px;
	width: 100%
}

#gzbizUi-header .right nav#glnavi ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

#gzbizUi-header .right nav#glnavi ol>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 16px;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em;
	font-weight: 700
}

#gzbizUi-header .right nav#glnavi ol>li.--current>a {
	border-bottom: 3px solid #294184
}

#gzbizUi-header .right nav#glnavi ol>li.--parent {
	position: relative
}

#gzbizUi-header .right nav#glnavi ol>li.--parent>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 16px
}

#gzbizUi-header .right nav#glnavi ol>li.--parent>a::after {
	content: "";
	font-family: "gzbizIcons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px
}

#gzbizUi-header .right nav#glnavi ol>li.--parent ul.--child {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	min-width: 180px;
	padding: 8px 0;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .1)
}

#gzbizUi-header .right nav#glnavi ol>li.--parent ul.--child>li>a {
	display: block;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em;
	font-weight: 700;
	white-space: nowrap
}

#gzbizUi-header .right nav#glnavi ol>li.--parent ul.--child>li+li {
	border-top: 1px solid #ddd
}

@media screen and (max-width: 1200px) {
	#gzbizUi-header .right nav#glnavi {
		display: none
	}
}

#gzbizUi-header .right nav#burgerMenuList {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 9;
	max-height: calc(100vh - 66px);
	overflow-y: auto;
	border-radius: 0 0 0 4px
}

@media screen and (max-width: 1200px) {
	#gzbizUi-header .right nav#burgerMenuList {
		width: 375px
	}
}

#gzbizUi-header .right nav#burgerMenuList .account {
	display: none
}

#gzbizUi-header .right nav#burgerMenuList>ol {
	display: none;
	padding: 16px;
	background-color: #222d68
}

@media screen and (max-width: 1200px) {
	#gzbizUi-header .right nav#burgerMenuList>ol {
		display: block
	}
}

#gzbizUi-header .right nav#burgerMenuList>ol>li {
	background-color: #fff;
	border-radius: 2px
}

#gzbizUi-header .right nav#burgerMenuList>ol>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 16px;
	font-weight: 700
}

#gzbizUi-header .right nav#burgerMenuList>ol>li>a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}

#gzbizUi-header .right nav#burgerMenuList>ol>li>a span i img {
	width: 24px;
	height: 24px
}

#gzbizUi-header .right nav#burgerMenuList>ol>li.--parent>a::after {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border: 1px solid #294184;
	border-radius: 100%;
	font-family: "gzbizIcons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px
}

#gzbizUi-header .right nav#burgerMenuList>ol>li.--parent.--active>a::after
	{
	content: ""
}

#gzbizUi-header .right nav#burgerMenuList>ol>li.--parent>ul.--child {
	display: none
}

#gzbizUi-header .right nav#burgerMenuList>ol>li.--parent>ul.--child li {
	border-top: 1px solid #ddd
}

#gzbizUi-header .right nav#burgerMenuList>ol>li.--parent>ul.--child li a
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 8px 16px
}

#gzbizUi-header .right nav#burgerMenuList>ol>li.--parent>ul.--child li a::before
	{
	content: "";
	font-family: "gzbizIcons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px
}

#gzbizUi-header .right nav#burgerMenuList>ol>li+li {
	margin-top: 4px
}

#gzbizUi-header .right nav#burgerMenuList>ul {
	background-color: #5e74b0
}

#gzbizUi-header .right nav#burgerMenuList>ul>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 16px 32px;
	color: #fff;
	-webkit-transition: background-color .1s;
	transition: background-color .1s
}

#gzbizUi-header .right nav#burgerMenuList>ul>li>a::before {
	content: "";
	font-family: "gzbizIcons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px
}

#gzbizUi-header .right nav#burgerMenuList>ul>li>a:hover {
	background-color: hsla(0, 0%, 100%, .2)
}

#gzbizUi-header .right nav#burgerMenuList>ul>li+li {
	border-top: 1px solid hsla(0, 0%, 100%, .2)
}

#gzbizUi-header .right nav#burgerMenuList .logout {
	display: none
}

#gzbizUi-header .right #burgermenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px 16px;
	background-color: #222d68;
	-webkit-transition: background-color .1s;
	transition: background-color .1s;
	cursor: pointer
}

#gzbizUi-header .right #burgermenu:hover {
	background-color: #294184
}

#gzbizUi-header .right #burgermenu>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 24px;
	height: 18px
}

#gzbizUi-header .right #burgermenu>div>span, #gzbizUi-header .right #burgermenu>div::before,
	#gzbizUi-header .right #burgermenu>div::after {
	content: "";
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}

#gzbizUi-header .right #burgermenu b {
	margin-left: 8px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0em;
	font-weight: 700
}

#gzbizUi-header .right #burgermenu.--active {
	background-color: #5e74b0
}

#gzbizUi-header .right #burgermenu.--active>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 24px;
	height: 18px
}

#gzbizUi-header .right #burgermenu.--active>div::before {
	top: 8px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg)
}

#gzbizUi-header .right #burgermenu.--active>div::after {
	top: -8px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg)
}

#gzbizUi-header .right #burgermenu.--active>div>span {
	opacity: 0
}

#gzbizUi-header>.account {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1;
	padding: 4px 4px 4px 24px;
	background-color: #f5f5f5;
	border-radius: 0 0 0 6px;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

#gzbizUi-header>.account dl {
	position: relative;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px
}

#gzbizUi-header>.account dl dt {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0em
}

#gzbizUi-header>.account::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb),
		to(rgba(235, 235, 235, 0)));
	background: linear-gradient(to bottom, #ebebeb 0%, rgba(235, 235, 235, 0)
		100%)
}

@media screen and (max-width: 959px) {
	#gzbizUi-header {
		width: 100%;
		min-width: auto
	}
	#gzbizUi-header h1 a {
		display: block;
		height: 56px;
		padding: 10px 16px
	}
	#gzbizUi-header .right nav#glnavi {
		display: none
	}
	#gzbizUi-header .right nav#burgerMenuList {
		width: 100vw;
		max-height: calc(100vh - 56px);
		padding-bottom: 148px;
		background-color: rgba(0, 0, 0, .7);
		border-radius: 0
	}
	#gzbizUi-header .right nav#burgerMenuList .account {
		display: block;
		padding: 8px 16px;
		background-color: #f7f7f7;
		font-size: 14px;
		line-height: 1.5em;
		letter-spacing: 0em
	}
	#gzbizUi-header .right nav#burgerMenuList>ul {
		background-color: #5e74b0
	}
	#gzbizUi-header .right nav#burgerMenuList>ul>li>a {
		padding: 12px 16px
	}
	#gzbizUi-header .right nav#burgerMenuList .logout {
		display: block;
		padding: 16px;
		background-color: #5e74b0;
		border-top: 1px solid hsla(0, 0%, 100%, .2)
	}
	#gzbizUi-header .right #burgermenu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0px 16px
	}
	#gzbizUi-header .right #burgermenu>div {
		width: 32px;
		height: 18px
	}
	#gzbizUi-header .right #burgermenu b {
		margin-left: 0px;
		margin-top: 4px;
		font-size: 10px;
		line-height: 1;
		letter-spacing: 0em;
		letter-spacing: .1em
	}
	#gzbizUi-header>.account {
		display: none
	}
}

#gzbizUi-footer {
	min-width: 959px;
	padding: 16px 0;
	background-color: #222d68
}

#gzbizUi-footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

#gzbizUi-footer address {
	margin-top: 8px;
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0em;
	text-align: center
}

@media screen and (max-width: 959px) {
	#gzbizUi-footer {
		width: auto;
		min-width: auto;
		padding: 16px 16px 24px
	}
	#gzbizUi-footer ul {
		display: block
	}
	#gzbizUi-footer ul li .gzbizUi-button {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	#gzbizUi-footer address {
		margin-top: 16px
	}
}

.gzbizUi-searchFormsBlock {
	background-color: #f7f7f7;
	border-radius: 6px
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper {
	padding: 24px
}

@media screen and (max-width: 959px) {
	.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper {
		padding: 16px
	}
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}

@media screen and (max-width: 959px) {
	.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper nav ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper nav ul li {
		min-width: calc(( 100% - 16px)/3)
	}
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper {
	display: block
}

@media screen and (max-width: 959px) {
	.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper {
		display: none
	}
	.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper.--show
		{
		padding-bottom: 16px
	}
	.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper.--state-opend
		{
		display: block;
		padding-bottom: 16px
	}
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .flexForms
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 24px
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .flexForms.--col3>*
	{
	width: calc(( 100% - 48px)/3)
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .flexForms.--col2>*
	{
	width: calc(( 100% - 24px)/2)
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .flexForms+.flexForms
	{
	margin-top: 16px
}

@media screen and (max-width: 959px) {
	.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .flexForms
		{
		display: block
	}
	.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .flexForms.--col3>*,
		.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .flexForms.--col2>*
		{
		width: 100%
	}
	.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .flexForms.--col3>*+*,
		.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .flexForms.--col2>*+*
		{
		margin-top: 12px
	}
	.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .flexForms+.flexForms
		{
		margin-top: 12px
	}
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .formsCompare
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .formsCompare i
	{
	height: 32px;
	margin-top: 25px
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper dl>dt
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em;
	font-weight: 700
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper dl>dd
	{
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em
}

@media screen and (max-width: 959px) {
	.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper dl+dl
		{
		margin-top: 12px
	}
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .searchButton
	{
	width: 300px;
	margin: auto;
	margin-top: 24px
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .searchButton button
	{
	width: 100%
}

@media screen and (max-width: 959px) {
	.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .forms__wrapper .searchButton
		{
		width: 100%
	}
}

.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .toggleButton {
	display: none
}

@media screen and (max-width: 959px) {
	.gzbizUi-searchFormsBlock .searchFormsBlock__wrapper .toggleButton {
		display: block
	}
}

.gzbizUi-pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px
}

@media screen and (max-width: 959px) {
	.gzbizUi-pager {
		gap: 8px
	}
}

.gzbizUi-pager .result {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-pager .controller {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px
}

.gzbizUi-pager .controller .inputNumber {
	padding-bottom: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-formParts p.error {
	margin-top: 2px;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: #e62727;
	font-weight: 700
}

.gzbizUi-pager .controller .inputNumber .gzbizUi-formParts.--input {
	width: calc(3em + 8px)
}

.gzbizUi-pager .controller .inputNumber .gzbizUi-formParts.--input input
	{
	text-align: right
}

.gabizUi-warning {
	padding: 8px 16px;
	border: 1px dotted #7083b8;
	border-radius: 4px
}

.gabizUi-warning ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gabizUi-warning ul li::before {
	content: "※"
}

.gabizUi-warning ul li+li {
	margin-top: 4px
}

@media screen and (max-width: 959px) {
	.gabizUi-warning {
		padding: 8px
	}
}

*+.gabizUi-warning {
	margin-top: 32px
}

.gzbizUi-pageTitle {
	padding-bottom: 32px
}

.gzbizUi-pageTitle i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 8px;
	background: no-repeat center/cover url(../images/dotCirlce.png)
}

.gzbizUi-pageTitle i img {
	width: 32px;
	height: 32px
}

.gzbizUi-pageTitle h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: #294184;
	text-align: center
}

@media screen and (max-width: 959px) {
	.gzbizUi-pageTitle h2 {
		font-size: 20px
	}
}

@media screen and (max-width: 959px) {
	.gzbizUi-pageTitle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 16px;
		padding-bottom: 16px
	}
	.gzbizUi-pageTitle i {
		width: 46px;
		height: 46px;
		margin: 0
	}
	.gzbizUi-pageTitle i img {
		width: 24px;
		height: 24px
	}
	.gzbizUi-pageTitle h2 {
		text-align: left
	}
}

.gzbizUi-head2 {
	padding-bottom: 16px;
	text-align: center
}

.gzbizUi-head2 b {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em
}

@media screen and (max-width: 959px) {
	.gzbizUi-head2 b {
		font-size: 20px
	}
}

.gzbizUi-head2 span {
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: #7083b8;
	font-weight: 700
}

@media screen and (max-width: 959px) {
	.gzbizUi-head2 span {
		font-size: 12px;
		line-height: 1.5em;
		letter-spacing: 0em
	}
}

.gzbizUi-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gzbizUi-button a, .gzbizUi-button button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	-webkit-transition: background-color .1s !important;
	transition: background-color .1s !important;
	white-space: nowrap;
	cursor: pointer
}

.gzbizUi-button a i, .gzbizUi-button button i {
	position: relative;
	top: 1px
}

.gzbizUi-button.--fullWidth a, .gzbizUi-button.--fullWidth button {
	width: 100%
}

.gzbizUi-button.--size-large a, .gzbizUi-button.--size-large button {
	gap: 8px;
	height: 38px;
	padding: 0 16px;
	border-radius: 4px
}

.gzbizUi-button.--size-large a i.icon, .gzbizUi-button.--size-large button i.icon
	{
	font-size: 14px;
	font-weight: normal;
	line-height: 14px
}

.gzbizUi-button.--size-large a span, .gzbizUi-button.--size-large button span
	{
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0em
}

.gzbizUi-button.--size-medium a, .gzbizUi-button.--size-medium button {
	gap: 8px;
	height: 32px;
	padding: 0 16px;
	border-radius: 4px
}

.gzbizUi-button.--size-medium a i.icon, .gzbizUi-button.--size-medium button i.icon
	{
	font-size: 14px;
	font-weight: normal;
	line-height: 14px
}

.gzbizUi-button.--size-medium a span, .gzbizUi-button.--size-medium button span
	{
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0em
}

.gzbizUi-button.--size-small a, .gzbizUi-button.--size-small button {
	gap: 6px;
	height: 26px;
	padding: 0 12px;
	border-radius: 2px
}

.gzbizUi-button.--size-small a i.icon, .gzbizUi-button.--size-small button i.icon
	{
	font-size: 12px;
	font-weight: normal;
	line-height: 12px
}

.gzbizUi-button.--size-small a span, .gzbizUi-button.--size-small button span
	{
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0em
}

.gzbizUi-button.--variant-filled a, .gzbizUi-button.--variant-filled button
	{
	color: #fff
}

.gzbizUi-button.--variant-filled a.--disabled, .gzbizUi-button.--variant-filled a:disabled,
	.gzbizUi-button.--variant-filled button.--disabled, .gzbizUi-button.--variant-filled button:disabled
	{
	background-color: #ddd !important;
	color: #bbb !important;
	cursor: not-allowed
}

.gzbizUi-button.--variant-filled.--color-primary a, .gzbizUi-button.--variant-filled.--color-primary button
	{
	background-color: #294184
}

.gzbizUi-button.--variant-filled.--color-primary a:hover,
	.gzbizUi-button.--variant-filled.--color-primary button:hover {
	background-color: #7083b8
}

.gzbizUi-button.--variant-filled.--color-accent a, .gzbizUi-button.--variant-filled.--color-accent button
	{
	background-color: #e62727
}

.gzbizUi-button.--variant-filled.--color-accent a:hover, .gzbizUi-button.--variant-filled.--color-accent button:hover
	{
	background-color: rgba(230, 39, 39, .7)
}

.gzbizUi-button.--variant-filled.--color-dark a, .gzbizUi-button.--variant-filled.--color-dark button
	{
	background-color: #444
}

.gzbizUi-button.--variant-filled.--color-dark a:hover, .gzbizUi-button.--variant-filled.--color-dark button:hover
	{
	background-color: rgba(68, 68, 68, .7)
}

.gzbizUi-button.--variant-filled.--color-light a, .gzbizUi-button.--variant-filled.--color-light button
	{
	background-color: #fff;
	color: #444
}

.gzbizUi-button.--variant-filled.--color-light a:hover, .gzbizUi-button.--variant-filled.--color-light button:hover
	{
	background-color: hsla(0, 0%, 100%, .7)
}

.gzbizUi-button.--variant-outline a, .gzbizUi-button.--variant-outline button
	{
	border-width: 1px;
	background-color: rgba(0, 0, 0, 0);
	border-style: solid
}

.gzbizUi-button.--variant-outline a.--disabled, .gzbizUi-button.--variant-outline a:disabled,
	.gzbizUi-button.--variant-outline button.--disabled, .gzbizUi-button.--variant-outline button:disabled
	{
	border-color: #ddd !important;
	color: #ddd !important;
	cursor: not-allowed
}

.gzbizUi-button.--variant-outline a.--disabled:hover, .gzbizUi-button.--variant-outline a:disabled:hover,
	.gzbizUi-button.--variant-outline button.--disabled:hover,
	.gzbizUi-button.--variant-outline button:disabled:hover {
	background-color: rgba(0, 0, 0, 0) !important
}

.gzbizUi-button.--variant-outline.--color-primary a, .gzbizUi-button.--variant-outline.--color-primary button
	{
	border-color: #294184;
	color: #294184
}

.gzbizUi-button.--variant-outline.--color-primary a:hover,
	.gzbizUi-button.--variant-outline.--color-primary button:hover {
	background-color: rgba(41, 65, 132, .1)
}

.gzbizUi-button.--variant-outline.--color-accent a, .gzbizUi-button.--variant-outline.--color-accent button
	{
	border-color: #e62727;
	color: #e62727
}

.gzbizUi-button.--variant-outline.--color-accent a:hover,
	.gzbizUi-button.--variant-outline.--color-accent button:hover {
	background-color: rgba(230, 39, 39, .1)
}

.gzbizUi-button.--variant-outline.--color-dark a, .gzbizUi-button.--variant-outline.--color-dark button
	{
	border-color: #444;
	color: #444
}

.gzbizUi-button.--variant-outline.--color-dark a:hover, .gzbizUi-button.--variant-outline.--color-dark button:hover
	{
	background-color: rgba(68, 68, 68, .1)
}

.gzbizUi-button.--variant-outline.--color-light a, .gzbizUi-button.--variant-outline.--color-light button
	{
	border-color: #fff;
	color: #fff
}

.gzbizUi-button.--variant-outline.--color-light a:hover, .gzbizUi-button.--variant-outline.--color-light button:hover
	{
	background-color: hsla(0, 0%, 100%, .1)
}

.gzbizUi-button.--variant-flat a.--disabled, .gzbizUi-button.--variant-flat a:disabled,
	.gzbizUi-button.--variant-flat button.--disabled, .gzbizUi-button.--variant-flat button:disabled
	{
	color: #ddd !important;
	cursor: not-allowed
}

.gzbizUi-button.--variant-flat a.--disabled:hover, .gzbizUi-button.--variant-flat a:disabled:hover,
	.gzbizUi-button.--variant-flat button.--disabled:hover, .gzbizUi-button.--variant-flat button:disabled:hover
	{
	background-color: rgba(0, 0, 0, 0) !important
}

.gzbizUi-button.--variant-flat.--color-primary a, .gzbizUi-button.--variant-flat.--color-primary button
	{
	color: #294184;
	background-color: rgba(0, 0, 0, 0)
}

.gzbizUi-button.--variant-flat.--color-primary a:hover, .gzbizUi-button.--variant-flat.--color-primary button:hover
	{
	background-color: rgba(41, 65, 132, .1)
}

.gzbizUi-button.--variant-flat.--color-accent a, .gzbizUi-button.--variant-flat.--color-accent button
	{
	color: #e62727;
	background-color: rgba(0, 0, 0, 0)
}

.gzbizUi-button.--variant-flat.--color-accent a:hover, .gzbizUi-button.--variant-flat.--color-accent button:hover
	{
	background-color: rgba(230, 39, 39, .1)
}

.gzbizUi-button.--variant-flat.--color-dark a, .gzbizUi-button.--variant-flat.--color-dark button
	{
	color: #444;
	background-color: rgba(0, 0, 0, 0)
}

.gzbizUi-button.--variant-flat.--color-dark a:hover, .gzbizUi-button.--variant-flat.--color-dark button:hover
	{
	background-color: rgba(68, 68, 68, .1)
}

.gzbizUi-button.--variant-flat.--color-light a, .gzbizUi-button.--variant-flat.--color-light button
	{
	color: #fff;
	background-color: rgba(0, 0, 0, 0)
}

.gzbizUi-button.--variant-flat.--color-light a:hover, .gzbizUi-button.--variant-flat.--color-light button:hover
	{
	background-color: hsla(0, 0%, 100%, .2)
}

.gzbizUi-iconButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gzbizUi-iconButton a, .gzbizUi-iconButton button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: background-color .1s !important;
	transition: background-color .1s !important
}

.gzbizUi-iconButton.--variant-filled a i, .gzbizUi-iconButton.--variant-filled button i
	{
	color: #fff
}

.gzbizUi-iconButton.--variant-filled a.--disabled, .gzbizUi-iconButton.--variant-filled a:disabled,
	.gzbizUi-iconButton.--variant-filled button.--disabled,
	.gzbizUi-iconButton.--variant-filled button:disabled {
	background-color: #ddd !important;
	cursor: not-allowed
}

.gzbizUi-iconButton.--variant-filled.--color-primary a,
	.gzbizUi-iconButton.--variant-filled.--color-primary button {
	background-color: #294184
}

.gzbizUi-iconButton.--variant-filled.--color-primary a:hover,
	.gzbizUi-iconButton.--variant-filled.--color-primary button:hover {
	background-color: #7083b8
}

.gzbizUi-iconButton.--variant-filled.--color-accent a,
	.gzbizUi-iconButton.--variant-filled.--color-accent button {
	background-color: #e62727
}

.gzbizUi-iconButton.--variant-filled.--color-accent a:hover,
	.gzbizUi-iconButton.--variant-filled.--color-accent button:hover {
	background-color: rgba(230, 39, 39, .7)
}

.gzbizUi-iconButton.--variant-filled.--color-dark a, .gzbizUi-iconButton.--variant-filled.--color-dark button
	{
	background-color: #444
}

.gzbizUi-iconButton.--variant-filled.--color-dark a:hover,
	.gzbizUi-iconButton.--variant-filled.--color-dark button:hover {
	background-color: rgba(68, 68, 68, .7)
}

.gzbizUi-iconButton.--variant-filled.--color-light a,
	.gzbizUi-iconButton.--variant-filled.--color-light button {
	background-color: #fff
}

.gzbizUi-iconButton.--variant-filled.--color-light a i,
	.gzbizUi-iconButton.--variant-filled.--color-light button i {
	color: #444
}

.gzbizUi-iconButton.--variant-filled.--color-light a:hover,
	.gzbizUi-iconButton.--variant-filled.--color-light button:hover {
	background-color: hsla(0, 0%, 100%, .7)
}

.gzbizUi-iconButton.--variant-outline a.--disabled, .gzbizUi-iconButton.--variant-outline a:disabled,
	.gzbizUi-iconButton.--variant-outline button.--disabled,
	.gzbizUi-iconButton.--variant-outline button:disabled {
	border: 1px solid #ddd !important;
	cursor: not-allowed
}

.gzbizUi-iconButton.--variant-outline a.--disabled i,
	.gzbizUi-iconButton.--variant-outline a:disabled i, .gzbizUi-iconButton.--variant-outline button.--disabled i,
	.gzbizUi-iconButton.--variant-outline button:disabled i {
	color: #ddd !important
}

.gzbizUi-iconButton.--variant-outline.--color-primary a,
	.gzbizUi-iconButton.--variant-outline.--color-primary button {
	border: 1px solid #294184
}

.gzbizUi-iconButton.--variant-outline.--color-primary a i,
	.gzbizUi-iconButton.--variant-outline.--color-primary button i {
	color: #294184
}

.gzbizUi-iconButton.--variant-outline.--color-primary a:hover,
	.gzbizUi-iconButton.--variant-outline.--color-primary button:hover {
	background-color: rgba(41, 65, 132, .1)
}

.gzbizUi-iconButton.--variant-outline.--color-accent a,
	.gzbizUi-iconButton.--variant-outline.--color-accent button {
	border: 1px solid #e62727
}

.gzbizUi-iconButton.--variant-outline.--color-accent a i,
	.gzbizUi-iconButton.--variant-outline.--color-accent button i {
	color: #e62727
}

.gzbizUi-iconButton.--variant-outline.--color-accent a:hover,
	.gzbizUi-iconButton.--variant-outline.--color-accent button:hover {
	background-color: rgba(230, 39, 39, .1)
}

.gzbizUi-iconButton.--variant-outline.--color-dark a,
	.gzbizUi-iconButton.--variant-outline.--color-dark button {
	border: 1px solid #444
}

.gzbizUi-iconButton.--variant-outline.--color-dark a i,
	.gzbizUi-iconButton.--variant-outline.--color-dark button i {
	color: #444
}

.gzbizUi-iconButton.--variant-outline.--color-dark a:hover,
	.gzbizUi-iconButton.--variant-outline.--color-dark button:hover {
	background-color: rgba(68, 68, 68, .1)
}

.gzbizUi-iconButton.--variant-outline.--color-light a,
	.gzbizUi-iconButton.--variant-outline.--color-light button {
	border: 1px solid #fff
}

.gzbizUi-iconButton.--variant-outline.--color-light a i,
	.gzbizUi-iconButton.--variant-outline.--color-light button i {
	color: #fff
}

.gzbizUi-iconButton.--variant-outline.--color-light a:hover,
	.gzbizUi-iconButton.--variant-outline.--color-light button:hover {
	background-color: hsla(0, 0%, 100%, .1)
}

.gzbizUi-iconButton.--variant-flat a, .gzbizUi-iconButton.--variant-flat button
	{
	background-color: rgba(0, 0, 0, 0)
}

.gzbizUi-iconButton.--variant-flat a.--disabled, .gzbizUi-iconButton.--variant-flat a:disabled,
	.gzbizUi-iconButton.--variant-flat button.--disabled,
	.gzbizUi-iconButton.--variant-flat button:disabled {
	cursor: not-allowed
}

.gzbizUi-iconButton.--variant-flat a.--disabled i, .gzbizUi-iconButton.--variant-flat a:disabled i,
	.gzbizUi-iconButton.--variant-flat button.--disabled i,
	.gzbizUi-iconButton.--variant-flat button:disabled i {
	color: #ddd !important
}

.gzbizUi-iconButton.--variant-flat a.--disabled:hover,
	.gzbizUi-iconButton.--variant-flat a:disabled:hover,
	.gzbizUi-iconButton.--variant-flat button.--disabled:hover,
	.gzbizUi-iconButton.--variant-flat button:disabled:hover {
	background-color: rgba(0, 0, 0, 0) !important
}

.gzbizUi-iconButton.--variant-flat.--color-primary a i,
	.gzbizUi-iconButton.--variant-flat.--color-primary button i {
	color: #294184
}

.gzbizUi-iconButton.--variant-flat.--color-primary a:hover,
	.gzbizUi-iconButton.--variant-flat.--color-primary button:hover {
	background-color: rgba(41, 65, 132, .1)
}

.gzbizUi-iconButton.--variant-flat.--color-accent a i,
	.gzbizUi-iconButton.--variant-flat.--color-accent button i {
	color: #e62727
}

.gzbizUi-iconButton.--variant-flat.--color-accent a:hover,
	.gzbizUi-iconButton.--variant-flat.--color-accent button:hover {
	background-color: rgba(230, 39, 39, .1)
}

.gzbizUi-iconButton.--variant-flat.--color-dark a i, .gzbizUi-iconButton.--variant-flat.--color-dark button i
	{
	color: #444
}

.gzbizUi-iconButton.--variant-flat.--color-dark a:hover,
	.gzbizUi-iconButton.--variant-flat.--color-dark button:hover {
	background-color: rgba(68, 68, 68, .1)
}

.gzbizUi-iconButton.--variant-flat.--color-light a i,
	.gzbizUi-iconButton.--variant-flat.--color-light button i {
	color: #fff
}

.gzbizUi-iconButton.--variant-flat.--color-light a:hover,
	.gzbizUi-iconButton.--variant-flat.--color-light button:hover {
	background-color: hsla(0, 0%, 100%, .2)
}

.gzbizUi-iconButton.--size-medium a, .gzbizUi-iconButton.--size-medium button
	{
	width: 32px;
	height: 32px
}

.gzbizUi-iconButton.--size-medium a i.icon, .gzbizUi-iconButton.--size-medium button i.icon
	{
	font-size: 20px;
	font-weight: normal;
	line-height: 20px
}

.gzbizUi-iconButton.--size-small a, .gzbizUi-iconButton.--size-small button
	{
	width: 26px;
	height: 26px
}

.gzbizUi-iconButton.--size-small a i.icon, .gzbizUi-iconButton.--size-small button i.icon
	{
	font-size: 16px;
	font-weight: normal;
	line-height: 16px
}

.gzbizUi-iconButton.--size-xsmall a, .gzbizUi-iconButton.--size-xsmall button
	{
	width: 20px;
	height: 20px
}

.gzbizUi-iconButton.--size-xsmall a i.icon, .gzbizUi-iconButton.--size-xsmall button i.icon
	{
	font-size: 10px;
	font-weight: normal;
	line-height: 10px
}

.gzbizUi-linkMore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.gzbizUi-linkMore::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin-right: 16px;
	background-color: gray
}

.gzbizUi-linkMore>a, .gzbizUi-linkMore>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 0em;
	white-space: nowrap;
	color: #444 !important
}

.gzbizUi-linkMore>a::after, .gzbizUi-linkMore>span::after {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	border: 1px solid #294184;
	border-radius: 100%;
	font-family: "gzbizIcons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	color: #294184
}

.gzbizUi-linkMore.--hasChild {
	position: relative
}

.gzbizUi-linkMore.--hasChild>a::after {
	content: ""
}

.gzbizUi-linkMore.--hasChild>a+ul.--child {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 9;
	min-width: 180px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .1)
}

.gzbizUi-linkMore.--hasChild>a+ul.--child>li>a {
	display: block;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em;
	font-weight: 700;
	white-space: nowrap
}

.gzbizUi-linkMore.--hasChild>a+ul.--child>li+li {
	border-top: 1px solid #ddd
}

.gzbizUi-linkMore.--hasChild.--active>a::after {
	content: ""
}

#gzbizUi-slider .swiper {
	position: relative
}

#gzbizUi-slider .swiper .swiper-wrapper .swiper-slide a {
	display: block
}

#gzbizUi-slider .swiper .swiper-wrapper .swiper-slide a figure .thumb {
	padding: 8px;
	border: 1px solid #ddd
}

#gzbizUi-slider .swiper .swiper-wrapper .swiper-slide a figure .thumb img
	{
	width: 100%;
	height: auto
}

#gzbizUi-slider .swiper .swiper-wrapper .swiper-slide a figure figcaption
	{
	margin: 8px 0 16px;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: #444
}

#gzbizUi-slider .swiper .swiper-wrapper .swiper-slide a .gzbizUi-linkMore
	{
	padding: 0 16px
}

.swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 6px !important;
	border-radius: 0;
	background: #ddd;
	cursor: pointer;
	opacity: 1
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
	{
	background-color: #e62727
}

.swiper-controller .swiper-button-prev, .swiper-controller .swiper-button-next
	{
	text-align: center
}

.swiper-controller .swiper-button-prev:after, .swiper-controller .swiper-button-next:after
	{
	display: block;
	color: #666;
	font-weight: 700
}

.swiper-controller.--outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.swiper-controller.--outer .swiper-pagination {
	bottom: -64px !important
}

.swiper-controller.--outer .swiper-button-prev, .swiper-controller.--outer .swiper-button-next
	{
	width: 40px !important;
	height: 40px !important
}

.swiper-controller.--outer .swiper-button-prev::after,
	.swiper-controller.--outer .swiper-button-next::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	font-size: 24px !important
}

.swiper-controller.--outer .swiper-button-prev {
	left: -60px !important
}

.swiper-controller.--outer .swiper-button-next {
	right: -60px !important
}

@media screen and (max-width: 959px) {
	.swiper-controller.--outer {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 16px
	}
	.swiper-controller.--outer .swiper-pagination {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		margin: 0 16px
	}
	.swiper-controller.--outer .swiper-button-prev, .swiper-controller.--outer .swiper-button-next
		{
		position: static;
		top: auto;
		bottom: 0;
		margin-top: 0;
		width: 48px !important;
		height: 48px !important
	}
	.swiper-controller.--outer .swiper-button-prev::after,
		.swiper-controller.--outer .swiper-button-next::after {
		position: static;
		margin: auto;
		width: 48px;
		height: 48px;
		line-height: 48px !important;
		font-size: 12px !important
	}
}

.swiper-controller.--bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 16px
}

.swiper-controller.--bottom .swiper-pagination {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	margin: 0 16px
}

.swiper-controller.--bottom .swiper-button-prev, .swiper-controller.--bottom .swiper-button-next
	{
	position: static;
	top: auto;
	bottom: 0;
	margin-top: 0;
	width: 48px !important;
	height: 48px !important
}

.swiper-controller.--bottom .swiper-button-prev::after,
	.swiper-controller.--bottom .swiper-button-next::after {
	position: static;
	margin: auto;
	width: 48px;
	height: 48px;
	line-height: 48px !important;
	font-size: 12px !important
}

@media screen and (max-width: 959px) {
	.swiper-controller.--bottom {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 0
	}
}

.gzbizUi-tableHeader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 8px
}

*+.gzbizUi-tableHeader {
	margin-top: 32px
}

.gzbizUi-table table {
	width: 100%
}

.gzbizUi-table table th, .gzbizUi-table table td {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em;
	white-space: nowrap
}

.gzbizUi-table table th.--center, .gzbizUi-table table td.--center {
	text-align: center
}

.gzbizUi-table table th.--right, .gzbizUi-table table td.--right {
	text-align: right
}

.gzbizUi-table table th.--sticky-left, .gzbizUi-table table td.--sticky-left
	{
	position: sticky;
	top: 0;
	left: 0;
	border-right: none
}

.gzbizUi-table table th.--sticky-left::after, .gzbizUi-table table td.--sticky-left::after
	{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 0;
	height: 100%;
	border-right: 1px solid #ddd
}

.gzbizUi-table table th.--sticky-right, .gzbizUi-table table td.--sticky-right
	{
	position: sticky;
	top: 0;
	right: 0
}

.gzbizUi-table table th.--sticky-right::after, .gzbizUi-table table td.--sticky-right::after
	{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	border-left: 1px solid #ddd
}

.gzbizUi-table table th.--ellipsis-js, .gzbizUi-table table td.--ellipsis-js
	{
	white-space: nowrap;
	overflow: hidden
}

.gzbizUi-table table thead tr th {
	padding: 8px 20px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
	vertical-align: middle
}

@media screen and (max-width: 959px) {
	.gzbizUi-table table thead tr th {
		padding: 4px 8px
	}
}

.gzbizUi-table table thead tr th.--accent {
	color: #7083b8
}

.gzbizUi-table table thead tr th.--light {
	background-color: #fff
}

.gzbizUi-table table tbody tr th {
	padding: 8px 20px;
	background-color: #fafafa;
	border-right: 1px solid #ddd
}

@media screen and (max-width: 959px) {
	.gzbizUi-table table tbody tr th {
		padding: 4px 8px
	}
}

.gzbizUi-table table tbody tr td {
	padding: 8px 20px;
	background-color: #fff
}

@media screen and (max-width: 959px) {
	.gzbizUi-table table tbody tr td {
		padding: 4px 8px
	}
}

.gzbizUi-table table tbody tr:nth-child(2n) td {
	background-color: #fafafa
}

.gzbizUi-table.--withSticky-left .--sticky {
	position: sticky;
	top: 0;
	left: 0;
	border-right: none
}

.gzbizUi-table.--withSticky-left .--sticky::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 0;
	height: 100%;
	border-right: 1px solid #ddd
}

.gzbizUi-table.--withSticky-right .--sticky {
	position: sticky;
	top: 0;
	right: 0
}

.gzbizUi-table.--withSticky-right .--sticky::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	border-left: 1px solid #ddd
}

.gzbizUi-table.--scroll {
	overflow-x: scroll;
	padding-bottom: 16px
}

*:not (.gzbizUi-tableHeader )+.gzbizUi-table {
	margin-top: 32px
}

.gzbizUi-formParts label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em;
	font-weight: 700;
	white-space: nowrap
}

.gzbizUi-formParts label.--must::after {
	content: "必須";
	padding: 0 5px;
	background-color: rgba(230, 39, 39, .7);
	border-radius: 2px;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: #fff
}

.gzbizUi-formParts.--input {
	position: relative
}

.gzbizUi-formParts.--input input {
	display: block;
	width: 100%;
	border: 1px solid #ccc
}

.gzbizUi-formParts.--input input::-webkit-input-placeholder {
	color: #aaa
}

.gzbizUi-formParts.--input input::-moz-placeholder {
	color: #aaa
}

.gzbizUi-formParts.--input input:-ms-input-placeholder {
	color: #aaa
}

.gzbizUi-formParts.--input input::-ms-input-placeholder {
	color: #aaa
}

.gzbizUi-formParts.--input input::placeholder {
	color: #aaa
}

.gzbizUi-formParts.--input input:disabled {
	background-color: #ddd;
	color: #bbb
}

.gzbizUi-formParts.--input input:disabled::-webkit-input-placeholder {
	color: #bbb
}

.gzbizUi-formParts.--input input:disabled::-moz-placeholder {
	color: #bbb
}

.gzbizUi-formParts.--input input:disabled:-ms-input-placeholder {
	color: #bbb
}

.gzbizUi-formParts.--input input:disabled::-ms-input-placeholder {
	color: #bbb
}

.gzbizUi-formParts.--input input:disabled::placeholder {
	color: #bbb
}

.gzbizUi-formParts.--input.--size-default input {
	height: 32px;
	padding: 5px 8px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1
}

.gzbizUi-formParts.--input.--size-small input {
	height: 26px;
	padding: 0px 8px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 1
}

.gzbizUi-formParts.--input.--error .formParts__wrapper input {
	background-color: rgba(230, 39, 39, .1);
	border-color: #e62727;
	color: #e62727
}

.gzbizUi-formParts.--input.--error .formParts__wrapper input::-webkit-input-placeholder
	{
	color: rgba(230, 39, 39, .5)
}

.gzbizUi-formParts.--input.--error .formParts__wrapper input::-moz-placeholder
	{
	color: rgba(230, 39, 39, .5)
}

.gzbizUi-formParts.--input.--error .formParts__wrapper input:-ms-input-placeholder
	{
	color: rgba(230, 39, 39, .5)
}

.gzbizUi-formParts.--input.--error .formParts__wrapper input::-ms-input-placeholder
	{
	color: rgba(230, 39, 39, .5)
}

.gzbizUi-formParts.--input.--error .formParts__wrapper input::placeholder
	{
	color: rgba(230, 39, 39, .5)
}

.gzbizUi-formParts.--selectbox select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 32px;
	padding: 5px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1;
	color: #444;
	background: no-repeat right 8px center/14px 14px
		url(../images/icon_angle_bottom.png) #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,
		"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Arial, "メイリオ",
		Meiryo, sans-serif;
}

.gzbizUi-formParts.--selectbox select:required:valid {
	color: #444
}

.gzbizUi-formParts.--selectbox select::-ms-expand {
	display: none
}

.gzbizUi-formParts.--selectbox select:disabled {
	background: none;
	background-color: #ddd;
	color: #bbb
}

.gzbizUi-formParts.--selectbox select:disabled::-webkit-input-placeholder
	{
	color: #bbb
}

.gzbizUi-formParts.--selectbox select:disabled::-moz-placeholder {
	color: #bbb
}

.gzbizUi-formParts.--selectbox select:disabled:-ms-input-placeholder {
	color: #bbb
}

.gzbizUi-formParts.--selectbox select:disabled::-ms-input-placeholder {
	color: #bbb
}

.gzbizUi-formParts.--selectbox select:disabled::placeholder {
	color: #bbb
}

.gzbizUi-formParts.--dataList {
	position: relative
}

.gzbizUi-formParts.--selectbox.--error .formParts__wrapper select {
	background-color: rgba(230, 39, 39, .1);
	border-color: #e62727;
	color: #e62727
}

.gzbizUi-formParts.--dataList .selected {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 32px;
	background: no-repeat right 8px center/14px 14px
		url(../images/icon_angle_bottom.png) #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer
}

.gzbizUi-formParts.--dataList .selected>input {
	width: calc(100% - 20px);
	height: 32px;
	padding: 5px 8px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	font-size: 14px;
	line-height: 1;
	cursor: pointer pointer-events: none
}

.gzbizUi-formParts.--dataList .selected>input::-webkit-input-placeholder
	{
	color: #aaa
}

.gzbizUi-formParts.--dataList .selected>input::-moz-placeholder {
	color: #aaa
}

.gzbizUi-formParts.--dataList .selected>input:-ms-input-placeholder {
	color: #aaa
}

.gzbizUi-formParts.--dataList .selected>input::-ms-input-placeholder {
	color: #aaa
}

.gzbizUi-formParts.--dataList .selected>input::placeholder {
	color: #444
}

.gzbizUi-formParts.--dataList .selected>input:focus {
	outline: none
}

.gzbizUi-formParts.--dataList .options {
	display: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 99;
	top: calc(100% + 2px);
	left: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.gzbizUi-formParts.--dataList .options .search {
	display: none;
	padding: 8px 12px;
	background-color: rgba(112, 131, 184, .4)
}

.gzbizUi-formParts.--dataList .options .search input {
	width: 100%;
	height: 32px;
	padding: 5px 8px;
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1
}

.gzbizUi-formParts.--dataList .options .search input::-webkit-input-placeholder
	{
	color: #aaa
}

.gzbizUi-formParts.--dataList .options .search input::-moz-placeholder {
	color: #aaa
}

.gzbizUi-formParts.--dataList .options .search input:-ms-input-placeholder
	{
	color: #aaa
}

.gzbizUi-formParts.--dataList .options .search input::-ms-input-placeholder
	{
	color: #aaa
}

.gzbizUi-formParts.--dataList .options .search input::placeholder {
	color: #aaa
}

.gzbizUi-formParts.--dataList .options .search input:focus {
	outline: none
}

.gzbizUi-formParts.--dataList .options ul.optionList {
	display: none;
	max-height: 200px;
	overflow-y: auto
}

.gzbizUi-formParts.--dataList .options ul.optionList li {
	padding: 8px;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em;
	cursor: pointer
}

.gzbizUi-formParts.--dataList .options ul.optionList li:hover,
	.gzbizUi-formParts.--dataList .options ul.optionList li:focus {
	background-color: #fafafa
}

.gzbizUi-formParts.--dataList .options ul.optionList li.--selected {
	background-color: rgba(112, 131, 184, .1);
	font-weight: bold;
	color: #294184
}

.gzbizUi-formParts.--dataList .options ul.optionList.--clone {
	display: block
}

.gzbizUi-formParts.--dataList .options.--show {
	display: block;
	opacity: 1;
	visibility: visible
}

.gzbizUi-formParts.--dataList.--withSearch .options .search {
	display: block
}

.gzbizUi-formParts.--dataList.--size-default .selected>input {
	height: 32px;
	padding: 5px 8px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1
}

.gzbizUi-formParts.--dataList.--size-small .selected>input {
	height: 26px;
	padding: 0px 8px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 1
}

.gzbizUi-formParts.--dataList.--error .formParts__wrapper .selected {
	background-color: rgba(230, 39, 39, .1);
	border-color: #e62727
}

.gzbizUi-formParts.--dataList.--error .formParts__wrapper .selected>input
	{
	color: #e62727
}

.gzbizUi-formParts.--dataList.--error .formParts__wrapper .selected>input::-webkit-input-placeholder
	{
	color: #e62727
}

.gzbizUi-formParts.--dataList.--error .formParts__wrapper .selected>input::-moz-placeholder
	{
	color: #e62727
}

.gzbizUi-formParts.--dataList.--error .formParts__wrapper .selected>input:-ms-input-placeholder
	{
	color: #e62727
}

.gzbizUi-formParts.--dataList.--error .formParts__wrapper .selected>input::-ms-input-placeholder
	{
	color: #e62727
}

.gzbizUi-formParts.--dataList.--error .formParts__wrapper .selected>input::placeholder
	{
	color: #e62727
}

.gzbizUi-formParts.--dataList.--disabled .selected {
	background: none;
	background-color: #ddd;
	cursor: default
}

.gzbizUi-formParts.--dataList.--disabled .selected>input {
	color: #bbb;
	cursor: default
}

.gzbizUi-formParts.--dataList.--disabled .selected>input::-webkit-input-placeholder
	{
	color: #bbb
}

.gzbizUi-formParts.--dataList.--disabled .selected>input::-moz-placeholder
	{
	color: #bbb
}

.gzbizUi-formParts.--dataList.--disabled .selected>input:-ms-input-placeholder
	{
	color: #bbb
}

.gzbizUi-formParts.--dataList.--disabled .selected>input::-ms-input-placeholder
	{
	color: #bbb
}

.gzbizUi-formParts.--dataList.--disabled .selected>input::placeholder {
	color: #bbb
}

html, body {
	position: relative;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,
		"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Arial, "メイリオ",
		Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: #444;
	font-weight: 400
}

body .--pc {
	display: block
}

body .--smp {
	display: none
}

@media screen and (max-width: 959px) {
	body .--pc {
		display: none
	}
	body .--smp {
		display: block
	}
}

body.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	padding-top: 64px
}

@media screen and (max-width: 959px) {
	body.fixed {
		padding-top: 56px
	}
}

body.fixed #gzbizUi-header {
	position: fixed;
	top: 0
}

a, a:link, a:visited {
	color: #294184;
	text-decoration: none;
	-webkit-transition: opacity .1s, color .1s;
	transition: opacity .1s, color .1s
}

a:hover {
	color: #7083b8;
	text-decoration: none
}

main {
	background-color: #fff
}

#logout {
	padding: 0px;
}

#logout:hover {
	background-color: transparent;
}
button#logoutButton:hover{
	background-color: transparent;
}

.gzbizUi-pageTitle2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: #294184;
	height: 100%;
	height: 64px;
	padding: 16px 16px;
	width: 100%
}

.ui-datepicker {
	z-index: 9999 !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	max-width: unset !important;
}

.ui-dialog {
    width: 350px !important;
}

.ui-dialog .ui-dialog-content img {
    vertical-align: middle !important;
    margin-right: 12px !important;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}