@charset 'utf-8';

@font-face {
	font-family: 'NotoSansJP';
	font-style: normal;
	font-weight: 400;
	src: url('../font/NotoSansJP-Regular.woff') format('woff'),
		url('../font/NotoSansJP-Regular.eot')  format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansJP';
	font-style: normal;
	font-weight: 700;
	src: url('../font/NotoSansJP-Bold.woff') format('woff'),
	url('../font/NotoSansJP-Bold.eot')  format('eot');
	font-display: swap;
}

html {
	font-size: 17px;
	line-height: 1.4;
	color: #000000;
  scroll-behavior: smooth;
}
body {
	font-family: 'NotoSansJP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	background-color: #e5f0f8;
	margin: 0px;
	padding: 0px;
	font-feature-settings: "palt" 1;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
div,h1,h2,h3,h4,h5,p,img,ul,li {
	margin: 0px;
	padding: 0px;
	border: none;
}
#container {
	width: 800px;
	margin: 0px auto;
	background-color: #FFF;
	box-shadow: 0 0px 10px 0px rgba(0,0,0,0.5);
}
@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	#container {
		width: 100%;
		margin: 0px;
		background-color: #FFF;
		box-shadow: 0 0px 0px 0px rgba(0,0,0,0);
	}
}

h2 {
	clear: both;
	font-size: 1.6rem;
	font-weight: 800;
	margin-bottom: 10px;
  background: #FFFFFF;
  padding: 20px 16px 20px 36px;
  position: relative;
}
h2::after {
  content:  "";     /* 空の要素作成 */
  width: 4px;                /* 幅指定 */
  height: 50px;               /* 高さ指定 */
  display: block;    /* インラインブロックにする */
  background-color: #036eb8;  /* 背景色指定 */
  position: absolute;        /* 位置調整 */
  top: 14px;                   /* 位置指定 */
  left: 20px;
  margin-right: 20px;          /* 余白指定 */
}

h3 {
	clear: both;
	font-size: 1rem;
	margin-bottom: 10px;
  background: #F9F9F9;
  background-image: -webkit-linear-gradient(top, #F9F9F9, #E4E4E4);
  background-image: -moz-linear-gradient(top, #F9F9F9, #E4E4E4);
  background-image: -ms-linear-gradient(top, #F9F9F9, #E4E4E4);
  background-image: -o-linear-gradient(top, #F9F9F9, #E4E4E4);
  background-image: linear-gradient(to bottom, #F9F9F9, #E4E4E4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #E4E4E4;
  padding: 10px 16px 10px 26px;
  position: relative;
}
h3::after {
  content:  "";     /* 空の要素作成 */
  width: 6px;                /* 幅指定 */
  height: 20px;               /* 高さ指定 */
  display: block;    /* インラインブロックにする */
  background-color: #036eb8;  /* 背景色指定 */
  position: absolute;        /* 位置調整 */
  top: 10px;                   /* 位置指定 */
  left: 10px;
  border-radius:  25%;        /* 要素を丸くする */
  margin-right: 20px;          /* 余白指定 */
}
/*h4 {
  margin: 0px 20px 10px 20px;
}*/
h4 {
  margin: 0px 20px 6px 20px;
}
.romanNumber {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 3rem;
  color: #036eb8;
  line-height: 0;
  margin: 0px 20px;
}
.sessionTitle {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  font-size: 1.3rem;
  margin: -1.5rem 0px 0px 3.2rem;
  line-height: 1;
}
.time {
  text-align: right;
  color: #FFFFFF;
  font-size: 0.8rem;
  padding-right: 6px;
  background-image: -webkit-linear-gradient(left, rgba(2,110,184,0), rgba(2,110,184,1) 50%);
  background-image: -moz-linear-gradient(left, rgba(2,110,184,0), rgba(2,110,184,1) 50%);
  background-image: -ms-linear-gradient(left, rgba(2,110,184,0), rgba(2,110,184,1) 50%);
  background-image: -o-linear-gradient(left, rgba(2,110,184,0), rgba(2,110,184,1) 50%);
  background-image: linear-gradient(to right, rgba(2,110,184,0), rgba(2,110,184,1) 50%);
  margin: 0px 0px 0px 0px;
}
.kyousai {
  font-size: 0.9rem;
  margin-left: 3.2rem;
}
.margin01 {
  margin-left: 30px;
}
.margin02 {
  margin-left: 26px;
}
.margin03 {
  margin-left: 20px;
}
@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	h4 {
    margin: 0px 0px 6px 0px;
	}
  .romanNumber {
    margin: 0px;
    font-size: 2.8rem;
  }
  .sessionTitle {
    font-size: 1.2rem;
    margin: -1.3rem 0px 0px 3rem;
  }
  .kyousai {
    margin-left: 1rem;
  }
}

h5 {
	font-size: 1.1rem;
	color: #036eb8;
  font-weight: 600;
	margin: 0px 20px 4px 20px;
}
h6 {
	clear: both;
	font-size: 0.8rem;
	line-height: 1.2;
	color: #FFFFFF;
	background-color: #036eb8;
	margin: 0px;
	padding: 2px 16px 0px 10px;;
}
.bbstime {
	font-size: 0.8rem;
	font-weight: 500;
	margin-left: auto;
}
p {
	font-size: 0.9rem;
	margin: 0px 20px 10px 20px;
}
p.selftext {
	font-size: 1rem;
	font-weight: 600;
}
.shikai {
  text-align: right;
  margin-bottom: 10px;
}
.enjya {
  margin-left: 40px;
	font-size: 1rem;
}
.alert {
	font-weight: 600;
	color: #cc0000;
}
.clear {
	font-weight: 600;
	color: #00cc00;
}
.qa_area{
	text-align: right;
}
.qa_area a {
	width: 50px;
}
.noOndemand {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 500;
	color: #FFFFFF;
	padding: 2px;
}

iframe {
	aspect-ratio:16 / 9;
	width:100%;
	height:100%;
	border: none;
}

/*
Link style -------------------------------------------------------------------------------------------- */
a {
  cursor: pointer;
}
a:link, a:visited {
	text-decoration:none;
	color: #cc0000;
}
a:hover, a:active {
	text-decoration:underline;
	color: #cc0000;
}

.btn {
  display: inline-block;
  border-radius: 5px;
  font-size: 1rem;
	font-weight: 600;
  text-align: center;
  cursor: pointer;
  padding: 6px 12px;
  line-height: 1em;
  opacity: 0.9;
	color: #000;
}
.btn:link, .btn:visited {
	text-decoration:none;
	color: #000;
}
.btn:hover, .btn:active {
  opacity: 1;
	text-decoration: none;
	color: #000;
}
.btn_gray {
  background: #adbbc2;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#adbbc2));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #adbbc2 50%, #fdfbfb 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #adbbc2 50% #fdfbfb 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
	border: #49636e solid 1px;
}

.btn_blue {
  background: #85c7eb;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#85c7eb));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #85c7eb 50%, #fdfbfb 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #85c7eb 50% #fdfbfb 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
	border: #0080b8 solid 1px;
}


.btn_green {
  background: #abec89;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#abec89));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #abec89 50%, #fdfbfb 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #abec89 50% #fdfbfb 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
	border: #48b800 solid 1px;
}

.btn_orange {
  background: #EF810F;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#EF810F));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #EF810F 50%, #fdfbfb 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #EF810F 50% #fdfbfb 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
	border: #B06000 solid 1px;
}

.btn_red {
  background: #e7687f;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#e7687f));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #e7687f 50%, #fdfbfb 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #e7687f 50% #fdfbfb 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
	border: #e64461 solid 1px;
}

.liveBtn {
  display       : inline-block;
  border-radius : 5px;          /* 角丸       */
  font-size     : 300%;        /* 文字サイズ */
	font-weight: 600;
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 20px 40px;   /* 余白       */
  background: #85c7eb;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#85c7eb));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #85c7eb 50%, #fdfbfb 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #85c7eb 50% #fdfbfb 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
  color         : #000;     /* 文字色     */
	border: #0080b8 solid 1px;
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 0.8;         /* 透明度     */
}
.liveBtn:link, .liveBtn:visited {
	text-decoration:none;
	color: #000;
}
.liveBtn:hover, .liveBtn:active {
  opacity       : 1;           /* カーソル時透明度 */
	text-decoration:none;
	color: #000;
}

.btn_a {
  display       : inline-block;
  border-radius : 5px;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #093762;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 0.9;         /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
  margin-bottom: 6px;
}
.btn_a:link, .btn_a:visited {
	text-decoration:none;
	color: #ffffff;
}
.btn_a:hover, .btn_a:active {
  opacity       : 1;           /* カーソル時透明度 */
	text-decoration:none;
	color: #ffffff;
}

.btn_b {
  display       : inline-block;
  border-radius : 5px;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #aa4c8f;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 0.9;         /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
  margin-bottom: 6px;
}
.btn_b:link, .btn_b:visited {
	text-decoration:none;
	color: #ffffff;
}
.btn_b:hover, .btn_b:active {
  opacity       : 1;           /* カーソル時透明度 */
	text-decoration:none;
	color: #ffffff;
}

.downloadbtn {
  display: inline-block;
  border-radius: 3px;
  font-size: 1rem;
  text-align: center;
  padding: 12px 26px 12px 20px;
  background-color: #036eb8;
  color: #ffffff;
	border: 1px solid #FFF;
  opacity: 0.8;
  transition: .2s;
  margin-bottom: 6px;
}
.downloadbtn:link, .downloadbtn:visited {
	text-decoration:none;
	color: #ffffff;
}
.downloadbtn:hover, .downloadbtn:active {
  opacity: 1;
	text-decoration:none;
	color: #036eb8;
	background-color: #FFF;
	border: 1px solid #036eb8;
}

/*
page-top -------------------------------------------------------------------------------------------- */
.pagetop {
	text-align: right;
	margin: -6px 0px 20px 0px;
}
.pagetop img {
	border: none;
}

/*
header -------------------------------------------------------------------------------------------- */
#header {
	width: 100%;
	margin: 0px;
	line-height: 0em;
	background-color: #036eb8;
}
h1 {
	padding: 0px;
	background-color: #FFF;
	border-bottom: 4px solid #036eb8;
	display: flex;
	justify-content: space-between;
}
h1 img {
	width: auto;
  height: auto;
  object-fit: cover;
	margin: 0px;
}
@media screen and (max-width: 380px) {
	/* 380px以下に適用されるCSS（タブレット用） */
	h1 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}


/*
contents -------------------------------------------------------------------------------------------- */
#contents {
	margin: 0px 20px 0px 20px;
}
@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	/*#contents {
		margin: 0px 20px 0px 20px;
	}*/
}
#indeximg {
	position: relative;
	height: auto;
	margin: 0px;
}
#indeximg img {
	width:100%;
	max-width: 100%;
	height: auto;
	margin: 0px;
}

ul.annai {
	margin:0px 20px 20px 20px;
}
ul.annai li {
	font-size: 0.9rem;
	margin: 0px 0px 10px 10px;
}

.speakerArea {
  margin: 0px 20px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
  .speakerArea {
    margin: 0px 0px;
  }
}

.speakerArea ol {
	margin:0px 20px 20px 20px;
}
.speakerArea ol li {
	font-size: 1rem;
	margin: 0px 0px 10px 10px;
}

ol.endai {
	margin: 0px 0px 20px 0px;
}
ol.endai li {
	font-size: 1rem;
	margin: 0px 0px 10px 10px;
}


/*
footer -------------------------------------------------------------------------------------------- */
#footer {
	clear:both;
	background-color: #4796cd;
	border-top: #036eb8 solid 4px;
}
#footer p {
	line-height: 120%;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: #FFF;
}

/*
liveloginform -------------------------------------------------------------------------------------------- */
#liveloginform {
  text-align: center;
}


/*
loginform -------------------------------------------------------------------------------------------- */
#loginform {
	width: 80%;
	border: #999 solid 1px;
	margin: 30px auto 20px auto;
	padding: 20px;
}
#registerForm {
	width: 90%;
	margin: 0px auto;
	font-size: 0.9rem;
}
@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	#loginform {
		width: 80%;
		height:80%;
		margin: 10px auto 40px auto;
	}
}
#loginform p {
	margin: 0px 0px 10px 0px;
}
#loginform label {
	margin-bottom: 4px;
	font-size: 0.9rem;
	font-weight: 600;
}

.inputform {
	margin-bottom: 10px;
}
.inputform input {
	box-sizing: border-box;
	width: 100%;
	padding: 0.6rem;
	letter-spacing: 1px;
	color: #333333;
	border: 1px solid #999999;
	border-radius: 5px;
}
.inputform input.name {
	width: 35%;
}

.inputform input:focus {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}
	
.inputform input:invalid {
	background: #ffcdd2;
}
.inputform input:valid {
	background: transparent;
} 
.inputform label {
	display:block;
	margin-bottom: 4px;
	font-size: 0.9rem;
	font-weight: 600;
}

.inputform textarea {
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	letter-spacing: 1px;
	color: #333333;
	border: 1px solid #999999;
	border-radius: 5px;
}

#loginform h6 {
  padding: 4px 16px 4px 10px;
  margin-bottom: 4px;
  font-size: 1rem;
}
#loginform .naiyou {
  font-weight: 600;
  font-size: 1rem;
  padding-left: 20px;
}
.r-label {
  display: inline-block;
  border-radius: 2px;
  font-size: 0.7rem;
  text-align: center;
  cursor: pointer;
  padding: 3px 6px;
  background: #D9534F;
  color: #ffffff;
  line-height: 1em;
}
.o-label {
  display: inline-block;
  border-radius : 2px;
  font-size: 0.7rem;
  text-align: center;
  cursor: pointer;
  padding: 3px 6px;
  background: #5CB85C;
  color: #ffffff;
  line-height: 1em;
}

input[type=checkbox] {
    display: none;
}
.checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
}

#quizForm {
	border: #999 solid 1px;
	border-radius: 5px;
	background-color: #FFF;
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	
}

.quizArea {
  border-radius: 3px;
  border: #FFF solid 1px;
  margin: 10px;
  padding: 10px;
}
.quizArea p {
  margin: 0px;
}
.radioBtn {
  text-align: center;
  margin: 10px;
}

.quiz-radio {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.quiz-label {
  display: inline-block;
  margin-right: 18px;
  border-radius: 3px;
  transition: all .2s;
  padding: 10px 40px;
  font-size: 1.2rem;
  font-weight: 600;
  border: #A0A0A0 solid 1px;
}

.quiz-radio:checked + .quiz-label {
  background: #B54A4A;
  color: #fff;
  text-shadow: 0 0 1px rgba(0,0,0,.7);
  border: none;
}

.quiz-radio:focus + .quiz-label {
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}

.quiz-radio:hover + .quiz-label {
  cursor: pointer;
}

.answer {
	margin: 6px 10px 0px 10px;
}
.answer p {
	text-indent: -2.9em;
	margin: 0px 10px 10px 50px;
}

.maru {
	background: #EFF;
}
.batu {
	background: #FEF;
}
.maruText {
  color: #00CC00;
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
}
.batuText {
	color: #CC0000;
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
}

#subBtn {
	text-align: center;
}
#submitBtn {
  display: inline-block;
  word-break: normal;
  padding: 1rem 1.4rem;
  font-size: 1rem;
	font-weight: 600;
  color: #fff;
  user-select: none;
  border: 0px #130CB7 solid;
	background:linear-gradient(135deg, #8395eb 0%,#2643d4 100%);
  border-radius: 3px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
#submitBtn:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.closeBtn {
	text-align: center;
}
@media screen and (min-width: 790px) {
	/* 798px以上に適用されるCSS */
	.closeBtn {
		display: none;
	}
}

#qaform {
	background-color: #FFFFFF;
	padding: 20px;
	margin: 10px 10px;
	border-radius: 5px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.qaTextBox {
	background-color: #FFFFFF;
	padding: 20px;
	margin: 10px 10px;
	border-radius: 5px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.qaTextBox h6 {
	display: flex;
	font-size: 0.8rem;
	line-height: 1.2;
	color: #FFFFFF;
	background-color: #036eb8;
	margin: 0px 0px 6px 0px;
	padding: 4px 10px;
}
.qaTextBox02 {
	background-color: #FFFFFF;
	padding: 20px;
	margin: 10px 10px;
	border-radius: 5px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.qaTextBox02 h6 {
	display: flex;
	font-size: 1rem;
	line-height: 1.2;
	color: #FFFFFF;
	background-color: #036eb8;
	margin: 0px 0px 6px 0px;
	padding: 4px 10px;
}
.qaTextBox02 p {
	font-size: 1.2rem;
}
#listbox {
	overflow: hidden;
	width: 90%;
	margin: 0.4em auto;
	text-align: center;
	position: relative;
}
#listbox select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border-radius: 2px;
	border: 1px solid #666666;
  background-color: #333;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 38px 8px 8px;
	color: #F0F0F0;
  font-size: 14px;
}
#listbox select::-ms-expand {
    display: none;
}
#listbox::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #F0F0F0;
	pointer-events: none;
}
#listbox option {
  background-color: #333;
  color: #F0F0F0;
}

#listbox02 {
	overflow: hidden;
	width: 90%;
	margin: 10px auto;
	text-align: center;
	position: relative;
}
#listbox02 select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border-radius: 2px;
	border: 1px solid #666666;
  background-color: #333;
	-webkit-appearance: none;
	appearance: none;
	padding: 10px 30px 10px 16px;
	color: #F0F0F0;
  font-size: 1.5rem;
	text-align: center;
}
#listbox02 select::-ms-expand {
  display: none;
}
#listbox02::before {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #F0F0F0;
	pointer-events: none;
}
#listbox02 option {
  background-color: #333;
  color: #F0F0F0;
}

.gg-arrow-up-r {
 box-sizing: border-box;
 position: relative;
 display: inline-block;
 width: 20px;
 height: 20px;
 border: 2px solid;
 transform: scale(var(--ggs,1));
 border-radius: 4px
}

.gg-arrow-up-r::after {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 top: 6px
}

.gg-arrow-up-r::after {
 width: 6px;
 height: 6px;
 border-top: 2px solid;
 border-left: 2px solid;
 transform: rotate(45deg);
 left: 5px
}


 .gg-arrow-right-r {
 box-sizing: border-box;
 position: relative;
 display: inline-block;
 width: 30px;
 height: 30px;
 border: 4px solid;
 transform: scale(var(--ggs,1));
 border-radius: 4px
}

.gg-arrow-right-r::after {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 right: 7px
}

.gg-arrow-right-r::after {
 width: 12px;
 height: 12px;
 border-top: 4px solid;
 border-right: 4px solid;
 transform: rotate(45deg);
 bottom: 5px
}

.gg-external {
 box-sizing: border-box;
 position: relative;
 display: inline-block;
 transform: scale(var(--ggs,1));
 width: 10px;
 height: 10px;
 box-shadow:
 -2px 2px 0 0,
 -4px -4px 0 -2px,
 4px 4px 0 -2px;
 margin-left: -2px;
 margin-top: 1px;
}

.gg-external::after,
.gg-external::before {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 right: -4px;
}

.gg-external::before {
 background: currentColor;
 transform: rotate(-45deg);
 width: 10px;
 height: 2px;
 top: 0px;
}

.gg-external::after {
 width: 6px;
 height: 6px;
 border-right: 2px solid;
 border-top: 2px solid;
 top: -4px;
} 
