* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	background: #fff;
}
p {
	margin-bottom: 1em;
}
a	{
	color: #006699;
	text-decoration: none;
}
a:hover {
	transition-property: opacity;
	transition-duration: 0.3s;
	opacity: 0.6;
}
img {
	width: 100%;
	border-style: none;
}
.column {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 959px) {
	.column {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* layout */
.bt-dgreen {	border-top: 1px solid #28500a; }
.bb-dgreen {	border-bottom: 1px solid #28500a; }
.bb-lgray {	border-bottom: 1px solid #ccc; }
.bg-lblue {	background: #a1d8e5; }
.box-round-white {	background: #fff; border-radius: 3em; }
.flex_set_fix,
.flex_set {
	display: flex;
	flex-flow: row wrap;
}
.flex_set.rev {
	flex-direction: row-reverse;
}
.jtfc-c {
	justify-content: center;
}
.alni-c {
	align-items: center;
}
.flex_set.wrap {
	flex-wrap: wrap;
}
.box15,
.box15-33,
.box15-40 {
	box-sizing: border-box;
	width: 15%;
}
.box25,
.box25-50,
.box25-80 {
	box-sizing: border-box;
	width: 25%;
}
.box35-100 {
	box-sizing: border-box;
	width: 35%;
}
.box33-80,
.box33-100 {
	box-sizing: border-box;
	width: 33.33%;
}
.box33-25 {
	box-sizing: border-box;
	width: 33.33%;
}
.box40-80,
.box40-100 {
	box-sizing: border-box;
	width: 40%;
}
.box55-100 {
	box-sizing: border-box;
	width: 55%;
}
.box50,
.box50-100 {
	box-sizing: border-box;
	width: 50%;
}
.box60-100 {
	box-sizing: border-box;
	width: 60%;
}
.box66-100 {
	box-sizing: border-box;
	width: 66.66%;
}
.box66-75 {
	box-sizing: border-box;
	width: 66.66%;
}
.box65-100 {
	box-sizing: border-box;
	width: 65%;
}
.box70-100 {
	box-sizing: border-box;
	width: 70%;
}
.box75,
.box75-100 {
	box-sizing: border-box;
	width: 75%;
}
.box80,
.box80-100 {
	box-sizing: border-box;
	width: 80%;
}
.box85,
.box85-100 {
	box-sizing: border-box;
	width: 85%;
}}
.box100 {
	box-sizing: border-box;
	width: 100%;
}
.jtfs-c {
	justify-self: center;
}
.alns-fst {
	align-self: flex-start;
}
.alns-c {
	align-self: center;
}
.box-white-round {
	background: #fff;
	padding: 1em;
	border-radius: 30px;
}
@media (max-width: 599px) {
	.flex_set {
		display: block;
	}
	.flex_set.keep_flex {
		display: flex;
	}
	.box15-33 {
		width: 33.33%;
	}
	.box15-40 {
		width: 40%;
	}
	.box25-50 {
		width: 50%;
	}
	.box25-80 {
		width: 80%;
	}
	.box33-25 {
		width: 25%;
	}
	.box40-80 {
		width: 80%;
	}
	.box66-75 {
		width: 75%;
	}
	.box33-80 {
		width: 80%;
	}
	.box33-100,
	.box35-100,
	.box40-100,
	.box50-100,
	.box55-100,
	.box60-100,
	.box66-100,
	.box65-100,
	.box70-100,
	.box75-100,
	.box80-100,
	.box85-100 {
		width: 100%;
	}
}

/* header */
@media (max-width: 767px) {
	.header {	padding-top: 30px; }
}
/* footer */
.footer {
	border-top: 1px solid rgba(230, 0, 18, 1);
	padding-bottom: 30px;
	/*padding-bottom: 100px;*/
}
.footer_inner {
	box-sizing: border-box;
	max-width: 960px;
	margin: 0 auto;
	padding: 1em 1.5em;
}
.footer_copy {
	text-align: center;
	font-size: 0.625em;
}
/* generals */
.mgnLR-auto {	margin-left: auto; margin-right: auto;}
.mgnB-short {	margin-bottom: 10px !important; }
.mgnB-mid {	margin-bottom: 30px !important; }
.mgnB-tall {	margin-bottom: 50px !important; }
.mgnB-0 {	margin-bottom: 0 !important; }
.mgnB-10 {	margin-bottom: 10px; }
.mgnB-15 {	margin-bottom: 15px; }
.mgnB-20 {	margin-bottom: 20px; }
.mgnB-25 {	margin-bottom: 25px; }
.mgnB-30 {	margin-bottom: 30px; }
.mgnB-35 {	margin-bottom: 35px; }
.mgnB-40 {	margin-bottom: 40px; }
.mgnB-45 {	margin-bottom: 45px; }
.mgnB-50 {	margin-bottom: 50px; }
.mgnB-55 {	margin-bottom: 55px; }
.mgnB-60 {	margin-bottom: 60px; }
.mgnB-0-0-10 {	margin-bottom: 0; }
.mgnB-0-0-20 {	margin-bottom: 0; }
.mgnB-0-0-30 {	margin-bottom: 0; }
.mgnB-0-0-40 {	margin-bottom: 0; }
.mgnB-60-60-40 {	margin-bottom: 60px; }
@media (max-width: 599px) {
	.mgnB-0-0-10 {	margin-bottom: 10px; }
	.mgnB-0-0-20 {	margin-bottom: 20px; }
	.mgnB-0-0-30 {	margin-bottom: 30px; }
	.mgnB-0-0-40 {	margin-bottom: 40px; }
	.mgnB-60-60-40 {	margin-bottom: 40px; }
}
.pdgA-10 {	padding: 10px; }
.pdgA-20 {	padding: 20px; }
.pdgA-20-20-10 {	padding: 20px; }
.pdgT-10 {	padding-top: 10px;}
.pdgT-20 {	padding-top: 20px; }
.pdgT-30 {	padding-top: 30px; }
.pdgT-40 {	padding-top: 40px; }
.pdgT-50 {	padding-top: 50px; }
.pdgTB-10 {	padding-top: 10px; padding-bottom: 10px; }
.pdgTB-20 {	padding-top: 20px; padding-bottom: 20px; }
.mgnT-60-60-40 {	margin-top: 60px; }
@media (max-width: 599px) {
	.pdgA-20-20-10 {	padding: 10px; }
	.mgnT-60-60-40 {	margin-top: 40px; }
}
.pdgB-10 {	padding-bottom: 10px; }
.pdgB-20 {	padding-bottom: 20px; }
.pdgB-30 {	padding-bottom: 30px; }
.pdgB-40 {	padding-bottom: 40px; }
.pdgB-50 {	padding-bottom: 50px; }
.pdgLR-10 {	padding-left: 10px;	padding-right: 10px; }
.pdgLR-20 {	padding-left: 20px;	padding-right: 20px; }
.pdgLR-20-20-0 {	padding-left: 20px;	padding-right: 20px; }
@media (max-width: 599px) {
	.pdgLR-20-20-0 {	padding-left: 0;	padding-right: 0; }
}
.fs08em {	font-size: 0.8em; }
.fs12em {	font-size: 1.2em; }
.fs75rem {	font-size: 0.75rem !important; }
.fs875rem {	font-size: 0.875rem !important; }
.fs1rem {	font-size: 1rem !important; }
.fs120rem {	font-size: 1.2rem !important; }
.fs150rem {	font-size: 1.5rem !important; }
.fs75em {	font-size: 0.75em !important; }
.fs875em {	font-size: 0.875em !important; }
.fs120em {	font-size: 1.2em !important; }
.fs150em {	font-size: 1.5em !important; }
.fs-clamp16 {	font-size: clamp( 12px, 1.5vw, 16px); }
.fs-clamp21 {	font-size: clamp( 18px, 1.8vw, 21px); }
.fs-clamp24 {	font-size: clamp( 21px, 2vw, 24px); }
.fs-clamp28 {	font-size: clamp( 24px, 3vw, 28px); }
.fs-clamp36 {	font-size: clamp( 28px, 4vw, 36px); }
.disp-i-i-n {	display: inline; }
.disp-n-n-i {	display: none; }
.disp-b-b-n {	display: block; }
.disp-n-n-b {	display: none; }
@media (max-width: 599px) {
	.disp-i-i-n {	display: none; }
	.disp-n-n-i {	display: inline; }
	.disp-b-b-n {	display: none; }
	.disp-n-n-b {	display: block; }
}
.al-c,
.al-c-l {
	text-align: center;
}
.al-r,
.al-r-l {
	text-align: right;
}
@media (max-width: 599px) {
	.al-c-l,
	.al-r-l {
		text-align: left;
	}
}
.fw-b {
	font-weight: bold;
}
.attention {
	display: inline-block;
	position: relative;
	padding-left: 1.5em;
}
.attention:before {
	display: block;
	content: "\00203B";
	position: absolute;
	top: 0;
	left: 0;
}

a.btn01 {
	position: relative;
	display: inline-block;
	padding: 12px 40px 12px 60px;
	color: #fff;
	text-decoration: none;
	background-color: #0068b7;
	border-radius: 20px;
}
a.btn01::before {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: "";
	background-image: url(../img/common/arw_set01.svg);
	background-size: 96px 96px;
	background-repeat: no-repeat;
	background-position: 0 -72px;
}
a.btn01:hover {
	transition-property: opacity;
	transition-duration: 0.6s;
	opacity: 0.6;
}
.fc-red {	color: #e60012; }
.fc-blue {	color: #0068b7; }

.h00 {
	color: #e60012;
	font-weight: 600;
	font-size: clamp( 24px, 3.6vw, 36px);
	line-height: 1.4;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}
.h01 {
	color: #0068b7;
	font-weight: 600;
	font-size: clamp( 24px, 2.9vw, 28px);
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}
.h01.characterhead {
	position: relative;
	padding-left: 1.2em;
}
.h01.characterhead.c2 {
	position: relative;
	padding-left: 2.2em;
}
.h01.characterhead span.character {
	position: absolute;
	top: 0;
	left: 0;
}
.h01.red {
	color: #e60012;
}
.h01.black {
	color: #000;
}
.h02 {
	color: #333;
	font-weight: 600;
	font-size: clamp( 21px, 2.1vw, 21px);
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}
.h03 {
	color: #000;
	font-weight: 600;
	font-size: clamp( 21px, 2.1vw, 21px);
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}
.skewer {
	display: flex;
	align-items: center;
	font-size: clamp( 24px, 3vw, 28px);
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-bottom: 1em;
}
.skewer::before, .skewer::after {
	display: block;
	flex: 1 0 20px;
	content: '';
	border-top: 1px solid #006600;
}
.skewer::before {
	margin-right: 10px;
}
.skewer::after {
	margin-left: 10px;
}

ul.list01 {
	margin-bottom: 10px;
	list-style-type: none;
}
ul.list01.pp {
	color: #000;
	font-size: 0.825em;
	font-weight: normal;
}
ul.list01 li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 1.2em;
}
ul.list01 li:before {
	display: block;
	content: "\0025CF";
	position: absolute;
	top: 0;
	left: 0;
}

table.table01 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}
table.table01 th,
table.table01 td {
	padding: 5px 10px;
	border: none;
	border-bottom: 1px solid #000;
}
table.table01 th {
	padding: 1em 0.6em;
	font-size: 1.125em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table.table01 td {
	padding: 1em 0.6em;
}
@media (max-width: 599px) {
	table.table01 tr,
	table.table01 th,
	table.table01 td {
		display: block;
		box-sizing: border-box;
		width: 100%;
		background: none;
	}
	table.table01 tr {
		padding-bottom: 1.5em;
	}
	table.table01 th {
		margin-bottom: 0.3em;
		padding: 0.3em 0.6em;
		border-bottom: 1px solid #eee;
	}
	table.table01 td {
		margin-bottom: 0.3em;
		padding: 0.5em 0.6em;
		font-size: 0.875em;
	}
}
.table_keep_horizontal {
	width: 100%;
	border-collapse: collapse;
}
.table_keep_horizontal th,
.table_keep_horizontal td {
	padding: 0.5em;
	border: 2px solid #fff;
}
.table_keep_horizontal th.bold-border,
.table_keep_horizontal td.bold-border {
	border-bottom: 10px solid #fff;
}
.table_keep_horizontal th {
	font-weight: normal;
	background: #eee;
}
.table_keep_horizontal tr.bg01 th {
	background: #e6d26e;
}
.table_keep_horizontal tr.bg02 td {
	background: #c8d28c;
}
.table_keep_horizontal tr.bg03 td {
	background: #b4e682;
}
p.table_keep_horizontal_notice {
	display: none;
}
@media (max-width: 767px) {
	.table_keep_horizontal_wrap {
		max-width: 100%;
		overflow: scroll;
	}
	.table_keep_horizontal {
		top: 0;
		left: 0;
		width: auto;
	}
	.table_keep_horizontal th,
	.table_keep_horizontal td {
		white-space: nowrap;
	}
	p.table_keep_horizontal_notice {
		position: relative;
		display: block;
		padding: 0.6em 1.2em;
		font-size: 1em;
		font-weight: bold;
		color: #fff;
		text-align: center;
		background: #1e7d0a;
		border-radius: 5em;
	}
	p.table_keep_horizontal_notice:before,
	p.table_keep_horizontal_notice:after {
		position: absolute;
		top: 50%;
		content: "";
		display: block;
		width: 1em;
		height: 1em;
		margin-top: -0.5em;
		font-size: 1em;
		line-height: 1;
		font-weight: bold;
	}
	p.table_keep_horizontal_notice:before {
		left: 0.5em;
		content: "\0025C2";
	}
	p.table_keep_horizontal_notice:after {
		right: 0.5em;
		content: "\0025B8";
	}
}
i.blank1-blue,
i.blank1-white,
i.blank2-blue,
i.blank2-white {
	display: inline-block;
	text-indent: -9999px;
	width: 1em;
	height: 1em;
	vertical-align: text-top;
	background-image: url(../img/common/icon_blank.svg);
	background-repeat no-repeat;
	background-size: 2em 2em;
}
i.blank1-blue {
	background-position: 0 0;
}
i.blank1-white {
	background-position: 0 -1em;
}
i.blank2-blue {
	background-position: -1em 0;
}
i.blank2-white {
	background-position: -1em -1em;
}

dl.faq {
	margin-bottom: 2em;
}
dl.faq dt,
dl.faq dd {
	font-size: 1em;
}
dl.faq dt {
	position: relative;
	margin-bottom: 1.5em;
	padding: 1em 2.3em 1em 2.3em;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}
dl.faq dd {
	margin-bottom: 2em;
	position: relative;
	padding-left: 2.3em;
}
dl.faq dt:before,
dl.faq dd:before {
	display: block;
	position: absolute;
	width: 2em;
	height: 2em;
	content: "";
}
dl.faq dt:after {
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	content: "";
}
dl.faq dt:before {
	left: 0;
	top: 50%;
	margin-top: -1em;
	background: url(../img/common/q_a.svg) 0 0 no-repeat;
	background-size: 4em 2em;
	background-position: 0 0;
}
dl.faq dd:before {
	left: 0;
	top: 0;
	background: url(../img/common/q_a.svg) 0 0 no-repeat;
	background-size: 4em 2em;
	background-position: -2em 0;
}
dl.faq dt:after {
	right: 0;
	top: 50%;
	margin-top: -0.5em;
	background: url(../img/common/arw_set01.svg) 0 0 no-repeat;
	background-size: 4em 4em;
	background-position: -3em -1em;
}
dl.faq dt.active:after {
	right: 0;
	top: 50%;
	margin-top: -0.5em;
	background: url(../img/common/arw_set01.svg) 0 0 no-repeat;
	background-size: 4em 4em;
	background-position: -2em -1em;
}

/*----------bottom_fadein----------*/
.bottom_fadein {
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 10px 0 5px 0;
	background: rgba(0, 0, 0, 0.44);
	z-index: 200;
 }
.fadein_inquiry_title {
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
}
.fadein_inquiry_list {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 768px;
}
.fadein_inquiry_list li {
	box-sizing: border-box;
	flex-basis: 50%;
	padding: 0.5em;
}
@media (max-width: 767px) {
	.fadein_inquiry_list li {
		flex-basis: 100%;
	}
}
.fadein_inquiry_list li.wx2 {
	flex-basis: 100%;
}
.fadein_inquiry_list li a {
	display: block;
	padding: 5px 60px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	background-color: #ff8826;
	border-radius: 20px;
	cursor: pointer;
}
@media (max-width: 767px) {
	.fadein_inquiry_list li a {
		padding: 5px 18px;
		border-radius: 10px;
	}
}
@media (max-width: 599px) {
}
.fadein_inquiry_list li a img {
	display: block;
}
.fadein_inquiry_list li a span {
	position: relative;
	display: inline-block;
	padding: 10px 0 10px 16px;
}
.fadein_inquiry_list li a span::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	content: "";
	background-image: url(../img/common/arw_set01.svg);
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: 0 -36px;
}
/*----------scrolltop----------*/
.scrolltop {
	position: fixed;
	bottom: 20vh;
	right: 0;
	z-index: 300;
}
.scrolltop a {
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	background-color: #666666;
	border-radius: 10px 0 0 10px;
}
.scrolltop-text {
	position: relative;
	display: inline-block;
	padding: 1.3em 0 0 0;
	color: #fff;
	font-size: 0.65rem;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.05em;
}
.scrolltop-text::after {	position: absolute;	top: 0%;	left: 50%;	margin-left: -0.5em;	content: "";	display: block;	width: 1em;	height: 1em;	background: url(../img/common/arw_set01.svg);	background-size: 4em 4em;	background-position: -2em -3em; animation: arrowmove2 0.5s ease-in-out 2;}
@keyframes arrowmove2 {
	0%{top: 0%;}
	50%{top :10%;}
	100%{top: 0%;}
}

.gnavi_wrap {
	display: none;
}
@media (max-width: 767px){
	.gnavi_wrap {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 500;
	}
	.gnavi_wrap > ul {
		display: none;
	}
}
ul.gnavi {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
ul.gnavi li {
	display: flex;
	border-left: 1px solid #999;
	align-items: stretch;
}
ul.gnavi li:first-child {	border-left: none; }
ul.gnavi li a,
ul.gnavi li>span {
	align-self: center;
	position: relative;
	display: inline-block;
	padding: 0.5em 1em 0.5em 1.5em;
	font-size: 0.875em;
	text-decoration: none;
	color: #000;
	line-height: 1.3;
	cursor: pointer;
}
ul.gnavi li a:hover {
	transition-property: #color;
	transition-duration: 0.3s;
	color: #333;
}
ul.gnavi li a span.gnavi-small {
	display: inline-block;
	font-size: 0.75em;
}
ul.gnavi li a:after {
	position: absolute;
	top: 50%;
	left: 0.2em;
	margin-top: -6px;
	content: "";
	display: block;
	width: 1em;
	height: 1em;
}
ul.gnavi li a:after {
	background: url(../img/common/arw_set01.svg);
	background-repeat: no-repeat;
	background-size: 4em 4em;
	background-position: -3em 0;
}
ul.gnavi_child {
	list-style: none;
}
ul.gnavi li.gnavi_sp_only {
	display: none;
}
ul.gnavi li.gnavi_parent {
	position: relative;
}
ul.gnavi_child {
	position: absolute;
	display: none;
	right: 0;
	top: 100%;
	min-width: 12em;
	z-index: 100;
	background: rgba(0,104,183,0.6);
}
ul.gnavi_child li {
	position: static;
	float: none;
	width: auto;
}
@media (max-width: 767px){
	.globalMenu {
		display: none;
	}
	ul.gnavi {
		display: block;
		position: static;
		bottom: auto;
		right: auto;
	}
	ul.gnavi li {
		float: none;
		text-align: left;
	}
	ul.gnavi li {	border-left: none; }
	ul.gnavi li.gnavi_sp_only {
		display: block;
	}
	ul.gnavi li a,
	ul.gnavi li>span {
		position: relative;
		display: block;
		width: 100%;
		padding: 12px 12px 12px 24px;
		color: #fff;
		font-size: 0.875em;
		text-decoration: none;
		background: rgba(0,104,183,0.8);
	}
	ul.gnavi li a:after,
	ul.gnavi li .gnavi_parent_btn:after {
		position: absolute;
		top: 50%;
		left: 6px;
		margin-top: -6px;
		content: "";
		display: block;
		width: 12px;
		height: 12px;
	}
	ul.gnavi li a:after {
		background: url(../img/common/arw_set01.svg);
		background-repeat: no-repeat;
		background-size: 48px 48px;
		background-position: -36px -36px;
	}
	ul.gnavi li .gnavi_parent_btn:after {
		background: url(../img/common/open_close.svg);
		background-repeat: no-repeat;
		background-size: 48px 48px;
		background-position: -24px -36px;
	}
	ul.gnavi li .gnavi_parent_btn.active:after {
		background: url(../img/common/open_close.svg);
		background-repeat: no-repeat;
		background-size: 48px 48px;
		background-position: -36px -36px;
	}
	ul.gnavi_child {
		position: static;
		list-style: none;
	}
	ul.gnavi_child li a {
		display: block;
		padding: 12px 10px 12px 30px;
		color: #fff;
		text-decoration: none;
		background: rgba(0,0,0,0.5);
		border-bottom: 1px solid #fff;
	}
}
/*--------------------- gnavi_hbg --------------------- */
.gnavi_hbg {
	display: none;
}
@media (max-width: 767px){
	.gnavi_hbg {
		display: block;
	}
}
.gnavi_hbg {
	position: absolute;
	right: 0;
	bottom: -40px;
	display: block;
	width: 30px;
	height: 30px;
	padding: 5px;
	background: rgba(255, 255, 255, 0.5);
	z-index: 600;
}
.gnavi_hbg:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.3);
}
.gnavi_hbg_icon {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-top: 15px;
}
.gnavi_hbg_icon,
.gnavi_hbg_icon:before,
.gnavi_hbg_icon:after {
	width: 100%;
	height: 2px;
	background-color: #000;
}
.gnavi_hbg_icon:before,
.gnavi_hbg_icon:after {
	position: absolute;
	left: 0;
	content: "";
}
.gnavi_hbg_icon:before {
	top: -10px;
}
.gnavi_hbg_icon:after {
	top: 10px;
}
.active .gnavi_hbg_icon {
	background-color: transparent;
}
.active .gnavi_hbg_icon:before,
.active .gnavi_hbg_icon:after {
	top: 0;
}
.active .gnavi_hbg_icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.active .gnavi_hbg_icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*----------scrolldown----------*/
.scrolldown {
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5em;
	padding: 1em;
	text-align: center;
	background: #707070;
	z-index: 100;
}
.scrolldown-text {
	position: relative;
	display: inline-block;
	padding: 0 0 1.3em 0;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.05em;
}
.scrolldown-text::after {	position: absolute;	bottom: 0%;	left: 50%;	margin-left: -0.5em;	content: "";	display: block;	width: 1em;	height: 1em;	background: url(../img/common/arw01.png);	background-size: 4em 4em;	background-position: -1em -1em; animation: arrowmove 0.5s ease-in-out 2;}
@keyframes arrowmove {
	0%{bottom: 0%;}
	50%{bottom :10%;}
	100%{bottom: 0%;}
}
ul.language_selector {
	list-style: none;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
}
ul.language_selector li {
}
ul.language_selector li span{
	display: block;
	padding: 10px 20px;
	color: #999;
	text-align: center;
	line-height: 1.2;
	border: 1px solid #999;
}
ul.language_selector li a {
	display: block;
	padding: 10px 20px;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	border: 1px solid #000;
}
ul.language_selector li a b,
ul.language_selector li a span {
	font-weight: normal;
	font-size: 1.2em;
}
.prof_square {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #000;
}
.speaker_online {
	display: inline-block;
	padding: 5px 6px 3px 6px;
	font-size: 0.875rem !important;
	line-height: 1;
	color: #fff;
	background: #666;
	border-radius: 5px;
}
/*----------animation----------*/
.fadeInTrigger	{	opacity: 0; }
.fadeUpTrigger	{	opacity: 0; }
.fadeIn {	animation-name: fadeInAnime;	animation-duration: 3s;	animation-fill-mode: forwards;	opacity: 0; }
@keyframes fadeInAnime {	from {	opacity: 0; }	to { opacity: 1; } }
.fadeUp {	animation-name: fadeUpAnime;	animation-duration: 0.5s;	animation-fill-mode: forwards;	opacity: 0; }
@keyframes fadeUpAnime {	from {	opacity: 0;	transform: translateY(100px); }	to {	opacity: 1;	transform: translateY(0); } }
.delay-time02 {	animation-delay: 0.2s; }
.delay-time02-02-0 {	animation-delay: 0.2s; }
.delay-time04 {	animation-delay: 0.4s; }
.delay-time04-04-0 {	animation-delay: 0.4s; }
.delay-time06 {	animation-delay: 0.6s; }
.delay-time06-0-0 {	animation-delay: 0.6s; }
.delay-time06-02-0 {	animation-delay: 0.6s; }
.delay-time06-06-0 {	animation-delay: 0.6s; }
.delay-time08-0-0 {	animation-delay: 0.8s; }
.delay-time08-02-0 {	animation-delay: 0.8s; }
.delay-time08-04-0 {	animation-delay: 0.8s; }
.delay-time08-08-0 {	animation-delay: 0.8s; }
@media (max-width: 767px) {
	.delay-time06-0-0 {	animation-delay: 0; }
	.delay-time06-02-0 {	animation-delay: 0.2s; }
	.delay-time08-0-0 {	animation-delay: 0; }
	.delay-time08-02-0 {	animation-delay: 0.2s; }
	.delay-time08-04-0 {	animation-delay: 0.4s; }
}
@media (max-width: 599px) {
	.delay-time02-02-0 {	animation-delay: 0; }
	.delay-time04-04-0 {	animation-delay: 0; }
	.delay-time06-02-0 {	animation-delay: 0; }
	.delay-time06-06-0 {	animation-delay: 0; }
	.delay-time08-02-0 {	animation-delay: 0; }
	.delay-time08-04-0 {	animation-delay: 0; }
	.delay-time08-08-0 {	animation-delay: 0; }
}