@charset "UTF-8";

/*================================================
/* テキスト関係
 ================================================*/
/* FONTサイズ */
.text01,.text11,
#header,#footer,#hnavi {
	font-size: 85%;
}
.text02,.text12 { font-size: 100%; }
.text03,.text13 {
	font-size: 115%;
}
.text04,.text14 {
	font-size: 140%;
}

.text11,
.text12,
.exp12 { line-height:1.6em; }

.text13,
.text14 {
	line-height:1.7em;
}

.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.att20 {
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.uline {
	text-decoration: underline;
}

.lh15 {
	line-height: 1.5em;
}
.lh17 {
	line-height: 1.7em;
}

.right {
	text-align: right;
}
.txt_big01 {
	font-size: 1.6rem;
}
.txt_big02 {
	font-size: 1.8rem;
}
.txt_big03 {
	font-size: 2.0rem;
}
.txt_big04 {
	font-size: 2.2rem;
}
.txt_big05 {
	font-size: 2.4rem;
}

.txt_small01 {
	font-size: 1.2rem;
}

.txt_gray {
	color: #666;
}

.txt_red {
	color: #F00;
}

.txt_blue {
	color: #036;
}
.txt_blue01 {
	color: #06C;
}
.txt_blue02 {
	color: rgb(49, 96, 124);
}
.txt_orange01 {
	color: #FE4F0C;
}
.txt_gren01 {
	color: #3b6e00;
}

.txt_circle01 {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 2.0rem;
	font-weight: bold;
  text-align: center;
  line-height: 40px;
	background: #FFF;
}
.txt_circle02 {
  display: inline-block;
  border-radius: 5px;
  font-size: 2.0rem;
	font-weight: bold;
  text-align: center;
  line-height: 40px;
	padding: 1em;
	color: #FFF;
}
.bg_color01 {
  color: #360;
  border: 2px solid #360;

 }
 .bg_color02 {
  color: #F00;
  border: 2px solid #F00;
 }

 .bg_color03 {

	background: #360;
 }
 .bg_color04 {
  background: #F00;
 }


.vmdl {
	vertical-align: middle;
}

h1.name {
	background-color: #00559E;
	border-top: 2px solid #5599CA;
	border-bottom: 1px solid #569ACB;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0.3em 1em 0.1em;
}

.header2 h1,
.header2_logout h1 {
  position: relative;
	font-size: 2.4rem;
	color: #DB461D;
	font-weight: bold;
	margin-top: 15px;
}
.header2 h1 i,
.header2_logout h1 i {
	color: #1E8590;
	font-size: 3.8rem;
	vertical-align: -0.2em;
	margin-right: 0.3em;
}
.header2 div span.txt_hd { /* header2内の項目名 */
	color: #7D891D;
	font-size: 1.0rem;
	display: block;
}

#main > h2 {
  position: relative;
	font-size: 2.4rem;
	margin: 1em 0 1.5em;
	border-bottom: 1px solid #CCC;
	padding: 10px 10px 9px;
	font-weight: bold;
}
#main > h2 i {
	color: #CCC;
	font-size: 2.8rem;
	margin-right: 0.3em;
}
#main > h3,
#main form > h3 {
  padding: 6px 15px;
  font-size: 1.9rem;
	font-weight: bold;
  line-height: 1.3;
  border-left: 10px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.5em;
}

#main h4 {
  color: #1E8590;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px;
	background: #1e859027;
	border-top: 2px solid rgba(24, 105, 116, 0.5);
	margin: 1em 0;
}

#main h5 {
  color: #1E8590;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 6px 10px 5px;
	background: #1e859027;
	border-bottom: 1px solid rgba(24, 105, 116, 0.5);
	border-left: 5px solid rgba(24, 105, 116, 0.5);
	margin: 1em 0;
}

.box02 > h3 {
  padding: 0.5em 0.8em;
	background: rgb(49, 96, 124);
	color: white;
	font-size: 1.4rem;
	margin-bottom: 0.5em;
	line-height: 1;
}

.top-info-area > h3 {
  color: #FF6E00;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  padding: 0.5em 0;
}

.top-info-area > h3 i {
  color: #15AABF;
  font-size: 3.4rem;
  vertical-align: -0.2em;
  margin-right: 0.2em;
}

.info-list {
  padding: 0;
}

.info-list li {
  /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);*/
  background: #FFFFFF;
  margin-bottom: 2px;
  list-style: none;
  border-bottom: 1px dotted #cccccc;
}

.info-list li a {
  display: table;
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}

.info-list li a:hover {
  text-decoration: none;
}

.info-list .info-category {
  display: table-cell;
  width: 204px;
  vertical-align: middle;
}

.info-list .info-label {
  display: table-cell;
  margin-bottom: 0;
}

.info-list .info-datetime {
  display: table-cell;
  color: #222;
  width: 90px;
  vertical-align: middle;
}

.info-list .info-category-label {
  display: table-cell;
  border-radius: 3px;
  font-size: 1.2rem;
  padding: 1px 2px 0;
  text-align: center;
  vertical-align: middle;
  width: 90px;
}

@media (max-width: 767.98px) {
  .info-list li a {
    border-collapse: separate;
    border-spacing: 0px 3px;
  }

  .info-list .info-label {
    display: table-row;
  }
}

/*================================================
/* リスト関係
 ================================================*/
ul.ul01,
ul.ul02,
ul.ul03,
ul.ul04,
ul.ul_ml01 {
	padding: 0;
	margin: 0;
}
ul.ul01 {
	padding-left: 20px;
}

ul.ul01 > li {
	padding: 0;
	margin: 0;
	list-style: disc;
}
ul.ul02 > li,
ul.ul03 > li,
ul.ul_ml01 > li {
  position: relative;
  padding: 5px 5px 5px 1.1em;
  margin: 0;
	font-size: 1.6rem;
	list-style: none;
}
ul.ul02 > li {
	margin-left: 25px;
	line-height: 1.7em;
	border-bottom: 1px dotted #999;
}
ul.ul03 > li {
	padding: 0.8em 0;
	margin-left: 25px;
}
ul.ul04 > li {
  position: relative;
  margin: 0;
  padding: 2px;
	line-height: 1.7em;
	margin-left: 15px;
	list-style: none;
}
ul.ul_ml01 > li {
	padding: 0.5em 0;
	margin-left: 28px;
}

ul.ul02 > li:before,
ul.ul03 > li:before,
ul.ul04 > li:before,
ul.ul_ml01 > li:before {
	position: absolute;
	font-family: 'Font Awesome 6 Pro';
}
ul.ul02 > li:before {
	font-weight: 900;
	content: '\f101';
	margin-left: -25px;
	color: #999;
}
ul.ul03 > li:before {
	font-weight: 900;
	content: '\f35d';
	font-size: 1.5rem;
	margin-left: -25px;
	color: #999;
}
ul.ul04 > li:before {
	font-weight: 900;
	content: '\f0da';
	font-size: 1.5rem;
	margin-left: -15px;
	color: #999;
}
ul.ul02 > li a {
  box-sizing: border-box;
  display: table;
  width: 100%;
}

ul.ul_ml01 > li:before {
	font-weight: 900;
	content: '\f1d8';
	font-size: 1.8rem;
	margin-left: -25px;
	color: #1E8590;
}

ul.ul03 > li {
	line-height: 1.3em;
}
ul.ul03 > li a {
	text-decoration: none;
}
ul.ul03 > li a i {
	color: #666;
	font-size: 2.0rem;
}
ul.ul03 > li span.txt {
	font-size:1.6rem;
	text-decoration: underline;
}
ul.ul03 > li span.url {
    font-size:1.2rem;
    color:#999;
}

/* 議事録アコーディオン */
.accordion a {
  text-decoration: none;
}

.accordion {
  list-style-type: none;
	width: 100%;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 }

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #FD7E14;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 1.6rem;
}

.accordion li.open .link {
  color: #FD7E14;
}

.accordion li:hover {
  color: #999;
}

.accordion li.open i {
  color: #FD7E14;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .accordion li ul.submenu {
  display: none;
  list-style-type: none;
 }

 .accordion li ul.submenu li {
  border-bottom: 1px dotted #CCC;
	position: relative;
}

.accordion li ul.submenu a {
  display: block;
  padding: 12px 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.accordion li ul.submenu li:before {
	position: absolute;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	content: '\f101';
	margin-left: -20px;
	top:14px;
	color: #FD7E14;
}

/*================================================
/* ライン関係
 ================================================*/
 hr.hr01{
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
hr.hr01:after {
  content: '';
  display: block;
  margin-top: 2px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
hr.hr02 {
  border-top: 1px dashed #bbb;
}
hr.hr03 {
	  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}
hr.hr04 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

/*================================================
/* box関係
 ================================================*/
.mm_btm05 {
	margin-bottom: 5px;
	box-sizing: border-box;
}
.mm_btm10 {
	margin-bottom: 10px;
	box-sizing: border-box;
}
.mm_btm20 {
	margin-bottom: 20px;
	box-sizing: border-box;
}

.mm_lft10 {
	margin-left: 10px;
	box-sizing: border-box;
}.mm_lft15 {
	margin-left: 15px;
	box-sizing: border-box;
}
.mm_lft20 {
	margin-left: 20px;
	box-sizing: border-box;
}

.mm_top05 {
	margin-top: 5px;
	box-sizing: border-box;
}
.mm_top10 {
	margin-top: 10px;
	box-sizing: border-box;
}
.mm_top15 {
	margin-top: 15px;
	box-sizing: border-box;
}
.mm_top20 {
	margin-top: 20px;
	box-sizing: border-box;
}

.box01 {
	position: relative;
	margin: 2em auto;
	padding: 32px 10px 7px;
	border: solid 2px #647A8E;
	max-width: 500px;
	background: #647a8e11;
}
.box01 .box-title {
	position: absolute;
	display: inline-block;
	top: -1px;
	left: -2px;
	padding: 0 9px;
	height: 28px;
	line-height: 28px;
	font-size: 1.5rem;
	background: #647A8E;
	color: #ffffff;
	font-weight: bold;
}
.box01 p {
	margin: 0; 
	padding: 0;
}

div.box02 {
	margin: 0 auto 2em;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid rgb(49, 96, 124);
}
div.box03 {
	margin: 10px auto;
	padding: 7px 10px;
	box-sizing: border-box;
	border: 1px solid #B2D9F2;
	background: #f7fcff;
}
.box_ofc01,
.box_ofc02 {
	position: relative;
	margin: 2em auto;
	padding: 45px 15px 10px;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	outline: 5px solid #eff4f7;
	max-width: 576px;
}
.box_ofc02 {
	padding: 10px 15px;
	max-width: 500px;
}
.box_ofc01 .box-title {
	position: absolute;
	display: inline-block;
	top: 15px;
	left: 15px;
	padding: 0 15px;
	font-size: 1.5rem;
	border-left: 3px solid #647A8E;
	color: #647A8E;
	font-weight: bold;
}
.box_ofc01 p {
	margin: 0; 
	padding-left: 18px;
}

.waku_gray01 {
	position: relative;
	margin: 2em auto;
	max-width: 750px;
	border: 1px solid #999;
	padding: 1em;
	word-break:break-all;
}
.waku_gray_l02,
.waku_gray_l02b {
	max-width: 750px;
	background: #FAFAFA;
	padding: 1em;
	margin: 2em auto;
}
.waku_gray_l02 {
	border: 1px solid #E0E0E0;
}
.waku_gray_l02b {
	border: 3px solid #E0E0E0;
}
.waku_yelw02 {
  background: #FFC;
  border: solid 1px #FF9;
  padding: 1em;
}

.bg_yelw01 {
	background: #FF9;
}
.bg_gren02 {
	background: #FAFDD7;
}
.bg_gray02 {
	background: #E0E0E0;
}
.bg_blue01 {
	background: #94caec;
}

.waku_pink_l02 {
	max-width: 750px;
	background: #FFF7FC;
	padding: 1em;
	margin: 2em auto;
	border: 1px solid #E0E0E0;
}

/*================================================
/* 幅
 ================================================*/

.width005_per { width: 5%; }
.width010_per { width: 10%; }
.width015_per { width: 15%; }
.width020_per { width: 20%; }
.width025_per { width: 25%; }
.width027_per { width: 27%; }
.width030_per { width: 30%; }
.width040_per { width: 40%; }
.width045_per { width: 45%; }
.width100_per { width: 100%; }
.width025 { width: 25px; }
.width030 { width: 30px; }
.width050 { width: 50px; }
.width060 { width: 60px; }
.width065 { width: 65px; }
.width070 { width: 70px; }
.width080 { width: 80px; }
.width090 { width: 90px; }
.width100 { width: 100px; }
.width110 { width: 110px; }
.width120 { width: 120px; }
.width125 { width: 125px; }
.width130 { width: 130px; }
.width134 { width: 134px; }
.width140 { width: 140px; }
.width150 { width: 150px; }
.width152 { width: 152px; }
.width160 { width: 160px; }
.width180 { width: 180px; }
.width200 { width: 200px; }
.width230 { width: 230px; }
.width280 { width: 280px; }
.width300 { width: 300px; }
.width500 { width: 500px; }
.width520 { width: 520px; }
.width600 { width: 600px; }
.width650 { width: 600px; }
.width750 { width: 750px; }

/*================================================
/* TOP お知らせ
 ================================================*/
.msr_newslist03 h3 {
	color: #7D891D;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
.msr_newslist03 ul {
  width: 100%;
	margin: 0;
	padding: 0;
}

.msr_newslist03 ul li {
  background-color: #F8F8F8;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 2px;
	list-style: none;
}
.msr_newslist03 ul li a {
  box-sizing: border-box;
  display: table;
  padding: 15px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}
.msr_newslist03 ul li a:hover {
  background: #FFFFFF;
  text-decoration: none;
}
.msr_newslist03 ul li div {
  display: table-cell;
  width: 144px;
}
.msr_newslist03 ul li p {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

/* 時間の設定 */
.msr_newslist03 ul li time {
	color: #222;
  display: table-cell;
  vertical-align: top;
  width: 90px;
}

/* カテゴリの設定 */
.msr_newslist03 ul li .cat01,
.msr_newslist03 ul li .cat02,
.msr_newslist03 ul li .cat03 {
  border-radius: 1px;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 0 2px;
  text-align: center;
  width: 50px;
}
.msr_newslist03 ul li .cat01 {
  background-color: #1B73BA;
}
.msr_newslist03 ul li .cat02 {
  background-color: #A6B727;
}
.msr_newslist03 ul li .cat03 {
  background-color: #C00000;
}

/* TOP ボタンの枠
-------------------------------------------*/
ul.flex01 {
  display: flex;
	flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}
ul.flex01 > li {
  width: 33%;
  padding:10px;
}


/* TOP メニューボタン
-------------------------------------------*/
.msr_btn11 {
  background: linear-gradient(#FEFEFE, #F3F5F5);
  background: -o-linear-gradient(#FEFEFE, #F3F5F5);
  background: -ms-linear-gradient(#FEFEFE, #F3F5F5);
  background: -moz-linear-gradient(#FEFEFE, #F3F5F5);
  background: -webkit-linear-gradient(#FEFEFE, #F3F5F5);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F3F5F5), color-stop(0.00, #FEFEFE));
  border-radius: 10px;
	border: 1px solid #CCCCCC;
  box-sizing: border-box;
	display: block;
  padding: 13px 10px;
  position: relative;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  text-align: center;
  width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
}
.msr_btn11:hover {
  opacity: 0.6;
}
.msr_btn11 i {
	color: #1E8590;
  text-align: center;
	font-size: 10rem;
}
.msr_btn11 p {
	color: #DB461D;
	font-size: 1.6rem;
  font-weight: bold;
	display: block;
	margin: 0.6em 0.2em 0.2em;
}
.msr_btn11 div {
	color: #222;
	text-align: left;
	font-size: 1.2rem;
}

/* TOP 下のボックス
-------------------------------------------*/
.box_a {
	margin: 0;
	background: #FFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  width: 100%;
	height: 100%;
}
.box_a .box_ttl {
	font-size: 1.8rem;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.box_a .b01 {
	background: #4D8D75;
}
.box_a .b02 {
	background: #FF7C80;
}
.box_a .b03 {
	background: #CCCC00;
}
.box_a ul {
  list-style: none;
  padding: 15px 20px;
  margin: 0;
}
.box_a ul li {
  position: relative;
  padding: 0 0 0 1.3em;
  margin: 5px 0;
	font-size: 1.6rem;
}
.box_a ul li::before {
  position: absolute;
  left: 0;
	top: 2px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: '\f0da';
  color: #006599;
}

/* TOPに戻るボタン
-------------------------------------------*/
.msr_btn12 a {
	width: 300px;
  padding:10px;
  color:#ffffff;
  text-align: center;
  text-decoration: none;
  background: #4A88DD;
  display: block;
  position:relative;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
	margin: 0;
}
.msr_btn12 a:hover {
  opacity:0.7;
}

/* 申請TOP画面に戻るボタン
-------------------------------------------*/
.msr_btn13 a {
  padding:10px 20px;
  color:#ffffff;
  text-align: center;
  text-decoration: none;
  background: #A8A8A8;
  display: inline-block;
  position:relative;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
	border-radius: 9999px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
	margin: 0;
}
.msr_btn13 a:hover {
  background: #8D8D8D;
}

/* 検索結果のテーブル横スクロール */
.wrapper1, .wrapper2 { width: 100%; overflow-x: scroll; overflow-y: hidden; }
.wrapper1 { height: 20px; }
.wrapper2 table {
	width:100%;
}
.div1 { height: 20px; }
.div2 { overflow: none; }


/* 表示領域が992px以上の場合に適用するスタイル
-----------------------------------------------------*/
@media print, screen and (min-width: 992px) {
	.pc {
    display: none;
  }
}

/* 表示領域が991.98px以下の場合に適用するスタイル
-----------------------------------------------------*/
@media print, screen and (max-width: 991.98px) {
	.msr_newslist03 ul li a {
		padding-top: 7px;
	}
	.msr_newslist03 ul li div {
		display:block;
		width: 100%;
		padding-bottom: 5px;
		border-bottom: 1px dotted #CCC;
	}
	.msr_newslist03 ul li p {
		display:block;
		padding-left: 0;
		/*margin-top: 7px;*/
	}
	.msr_newslist03 ul li div p {
		display:table-cell;
		/*margin-bottom: 3px;*/
	}
	.msr_newslist03 ul li a {
		padding-bottom: 0;
	}

	/* TOP ボタンの枠
	-------------------------------------------*/
	ul.flex01 > li {
		width: 45%;
		padding:10px;
	}
}

/* 表示領域が767.98px以下の場合に適用するスタイル
-----------------------------------------------------*/
@media print, screen and (max-width: 767.98px) {
	ul.flex01 {
		flex-direction: column;
	}
	ul.flex01 > li {
		width: 100%;
		max-width: 500px;
		padding:10px;
		margin: 0 auto;
	}
	.header2 h1 {
		margin-top: 0;
		font-size: 2.0rem;
	}
}

.kaihi_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

/* 検索画面のand or */
.txt_andor1 {
	background:#F69;
	color: #FFF;
	padding: 1px;
}
.txt_andor2 {
	background:#F9C;
	color: #FFF;
	padding: 0 1px;
}

.balloonoya {
  position   : relative;             /* 指定した分だけ相対的に移動 */
  cursor   : pointer;                /* カーソルをポインターで表示 */
}
.balloon1 {
  display: none;                     /* 要素を非表示 */
}
.balloon {
  position: absolute;                   /* 親要素を基準 */
  display: inline;                      /* 要素をインラインとして表示 */
  padding: 2px;                         /* テキストの前後の余白 */
	background:#FFFFFF;
/*  background-color: rgba(102, 102, 255, 0.50);*/       /* 背景色（透明度） */
  width:700px;                          /* 吹き出し全体の幅 */
  top : 200%;                           /* 表示位置 */
  margin-top : 12px;                    /* 表示位置 */
  font-size: 80%;                       /* 文字サイズ */
}
.balloon:after{
  border-bottom: 12px solid rgba(102, 102, 255, 0.50); /* 吹き出し口の高さ・色 */
  border-left: 10px solid transparent;    /* 吹き出し口の幅１／２ */
  border-right: 10px solid transparent;   /* 吹き出し口の幅１／２ */
  top: -12px;                             /* 吹き出し口の位置調整 */
  left : 5%;                              /* 吹き出し口の横位置 */
  content: "";                       /* コンテンツの挿入 */
  position: absolute;                /* 親要素を基準 */
}
/* Paid participant dashboard (user_dashboard.ihtml) */
body.jpca-dashboard{--dash-navy:#001c55;--dash-gold:#c3a052;margin:0;padding:28px 12px;background:#fff;color:var(--dash-navy);font-size:16px;line-height:1.6}
.jpca-dashboard .dash-symbols{position:absolute;width:0;height:0;overflow:hidden}
.jpca-dashboard svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.jpca-dashboard .dash-shell{max-width:1080px;margin:auto;border-radius:15px;box-shadow:0 1px 7px #001c5518;overflow:hidden;border:1px solid #ececec}
.jpca-dashboard .dash-header{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;gap:14px 25px;padding:22px 28px;color:var(--dash-navy);overflow:hidden}
.jpca-dashboard .dash-header:before{content:none}
.jpca-dashboard .dash-header h1{display:block;grid-column:1;grid-row:1 / 3;align-self:center;margin:0;min-width:0;color:var(--dash-navy);font-size:30px;line-height:1.6;font-weight:700;text-shadow:none;z-index:1}.jpca-dashboard .dash-identity{grid-column:2;grid-row:2;flex-shrink:0}.jpca-dashboard .dash-page-title{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 16px;padding:14px 18px;border:0;background:#e7f0ff;border-radius:8px;color:var(--dash-navy);font-size:24px;font-weight:700;line-height:1.5}
.jpca-dashboard .dash-avatar{display:grid;place-items:center;background:white;color:var(--dash-navy);border-radius:50%;width:60px;height:60px}
.jpca-dashboard .dash-avatar svg{width:40px;height:40px}
.jpca-dashboard .dash-identity{text-align:center;z-index:1;padding:10px 18px;background:rgba(0,28,85,.82);color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:10px;box-shadow:0 3px 12px rgba(0,28,85,.15)}.jpca-dashboard .dash-identity p{font-size:30px;margin:0;font-weight:700}.jpca-dashboard .dash-identity small{font-size:18px;font-weight:400}
.jpca-dashboard .dash-main{padding:18px 14px}.jpca-dashboard .dash-intro{text-align:center;font-size:19px;font-weight:700;margin:0 0 16px}
.jpca-dashboard .dash-menu{display:flex;justify-content:center;gap:20px;margin:0 0 26px}.jpca-dashboard .dash-menu button{display:flex;align-items:center;justify-content:center;gap:22px;background:white;color:var(--dash-navy);border:1px solid #eee;box-shadow:0 1px 4px #00000012;border-radius:10px;padding:18px 26px;font-size:19px;font-weight:700;cursor:pointer}
.jpca-dashboard .dash-chevron{display:inline-block;width:11px;height:11px;border-top:3px solid currentColor;border-right:3px solid currentColor;transform:rotate(45deg);margin-left:auto;flex-shrink:0}
.jpca-dashboard .dash-qr-section{border:1px solid #eee;border-left:7px solid var(--dash-navy);border-radius:10px;box-shadow:0 2px 4px #0000000b;margin-bottom:22px;padding:18px 32px}
.jpca-dashboard .dash-qr-row{display:flex;gap:50px;align-items:center;padding:6px 0}.jpca-dashboard .dash-qr-row+.dash-qr-row{border-top:1px solid #eee;margin-top:18px;padding-top:24px}
.jpca-dashboard .dash-qr{background:white;border:1px solid #f3f3f3;border-radius:10px;padding:16px;flex-shrink:0;line-height:0}.jpca-dashboard .dash-qr canvas{width:160px;height:160px}
.jpca-dashboard .dash-qr-copy h2{font-size:26px;font-weight:700;margin:0 0 12px}.jpca-dashboard .dash-badge{display:inline-block;background:var(--dash-navy);color:white;font-size:20px;border-radius:13px;padding:1px 14px;vertical-align:middle}.jpca-dashboard .dash-qr-copy p{margin:8px 0;font-weight:700}.jpca-dashboard .dash-day{font-size:15px}
.jpca-dashboard .dash-enlarge{display:inline-flex;align-items:center;gap:10px;background:var(--dash-navy);color:white;border:0;border-radius:7px;font-size:18px;padding:8px 16px;margin-top:6px;cursor:pointer}
.jpca-dashboard .dash-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:12px;margin-bottom:20px}.jpca-dashboard .dash-card{border:1.5px solid currentColor;border-radius:12px;padding:18px;box-shadow:0 2px 4px #00000008}.jpca-dashboard .dash-green{color:#008832;--dash-tint:#e5f5ec}.jpca-dashboard .dash-blue{color:#005be5;--dash-tint:#e7f0ff}.jpca-dashboard .dash-orange{color:#ff7100;--dash-tint:#fff0e4}
.jpca-dashboard .dash-card-heading{display:flex;gap:16px;align-items:center}.jpca-dashboard .dash-card-icon{display:grid;place-items:center;width:86px;height:86px;flex-shrink:0;background:var(--dash-tint);border-radius:50%}.jpca-dashboard .dash-card-icon svg{width:50px;height:50px}.jpca-dashboard .dash-card h2{font-size:21px;font-weight:700;line-height:1.6;margin:0}.jpca-dashboard .dash-warning{position:relative;color:red;font-weight:700;font-size:15px;padding:16px 0 0 30px;margin:14px 0 0;border-top:1px solid #eee}.jpca-dashboard .dash-warning:before{content:"!";position:absolute;left:0;top:18px;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:red;color:white;line-height:1}
.jpca-dashboard .dash-pdf-link{display:flex;align-items:center;gap:12px;color:inherit;font-weight:700;margin-top:15px}
.jpca-dashboard .dash-downloads{margin-bottom:24px;border:1px solid #eee;border-radius:9px;overflow:hidden}.jpca-dashboard .dash-downloads summary{display:flex;gap:20px;align-items:center;padding:18px 28px;background:#faf8f5;color:#111;font-size:23px;font-weight:700;cursor:pointer;list-style:none}.jpca-dashboard summary::-webkit-details-marker{display:none}.jpca-dashboard .dash-downloads summary,.jpca-dashboard .dash-downloads summary span,.jpca-dashboard .dash-downloads summary small{font-weight:800}.jpca-dashboard .dash-downloads small{font-size:18px}.jpca-dashboard .dash-downloads[open] summary .dash-chevron{transform:rotate(135deg)}.jpca-dashboard .dash-download-body{padding:18px}.jpca-dashboard .dash-download-body .btn_area{flex-wrap:wrap}
.jpca-dashboard .dash-sessions{border:1px solid #eee;border-radius:10px;overflow:hidden}.jpca-dashboard .dash-sessions h2{background:var(--dash-navy);color:white;font-size:22px;font-weight:700;margin:0;padding:8px 24px}.jpca-dashboard .dash-session{display:grid;grid-template-columns:90px 1fr;gap:20px;padding:20px 28px;font-weight:700;font-size:19px;border-top:1px solid #eee}.jpca-dashboard .dash-sessions>p{padding:16px;margin:0}
.jpca-dashboard .dash-logout{position:static;grid-column:2;grid-row:1;justify-self:end;z-index:2}.jpca-dashboard .dash-logout a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 20px;border:1px solid white;border-radius:7px;background:white;color:var(--dash-navy);font-size:16px;font-weight:700;line-height:1.5;text-decoration:none;white-space:nowrap}.jpca-dashboard .dash-logout a:hover{background:#e7f0ff}.jpca-dashboard .dash-footer{position:static;bottom:auto;z-index:auto;width:auto;margin:0;background:linear-gradient(135deg,#08265c,#001747);text-align:center;color:white;padding:28px 15px}.jpca-dashboard .dash-footer p{margin:6px 0}
.jpca-dashboard .dash-dialog{border:0;border-radius:12px;padding:44px 28px 20px;color:var(--dash-navy);text-align:center;max-width:calc(100% - 20px)}.jpca-dashboard .dash-dialog::backdrop{background:#00102dbb}.jpca-dashboard .dash-dialog h2{font-size:22px;font-weight:700}.jpca-dashboard .dash-dialog-close{position:absolute;right:10px;top:4px;font-size:32px;background:white;color:var(--dash-navy);border:0;cursor:pointer}.jpca-dashboard #dash-large-qr{padding:8px;background:white;line-height:0}.jpca-dashboard #dash-large-qr canvas{max-width:100%;height:auto}.jpca-dashboard button:focus-visible,.jpca-dashboard a:focus-visible,.jpca-dashboard summary:focus-visible{outline:3px solid #bd922e;outline-offset:4px}
@media(max-width:760px){body.jpca-dashboard{padding:10px 7px;font-size:14px}.jpca-dashboard .dash-header{grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:12px 14px}.jpca-dashboard .dash-logout{top:10px;right:14px}.jpca-dashboard .dash-header h1{grid-row:1;font-size:24px;line-height:1.5}.jpca-dashboard .dash-avatar{width:36px;height:36px}.jpca-dashboard .dash-avatar svg{width:27px;height:27px}.jpca-dashboard .dash-header:before{width:95%;right:15%;bottom:78px}.jpca-dashboard .dash-identity{grid-column:1 / -1;margin:0;padding:10px 12px}.jpca-dashboard .dash-identity p{font-size:25px}.jpca-dashboard .dash-main{padding:12px 7px}.jpca-dashboard .dash-intro{display:none}.jpca-dashboard .dash-menu{display:grid;gap:8px;margin-bottom:16px}.jpca-dashboard .dash-menu button{padding:10px 24px;font-size:17px;gap:18px;width:100%;justify-content:flex-start}.jpca-dashboard .dash-menu{grid-template-columns:1fr}.jpca-dashboard .dash-menu svg{width:22px;height:22px}.jpca-dashboard .dash-qr-section{padding:12px 10px;border-left-width:5px;margin-bottom:12px}.jpca-dashboard .dash-qr-row{gap:16px}.jpca-dashboard .dash-qr{padding:7px;border:0}.jpca-dashboard .dash-qr canvas{width:100px;height:100px}.jpca-dashboard .dash-qr-copy h2{font-size:16px;margin-bottom:5px}.jpca-dashboard .dash-badge{font-size:14px;padding:0 9px;border-radius:9px}.jpca-dashboard .dash-qr-copy p{font-size:13px;margin:6px 0}.jpca-dashboard .dash-enlarge{font-size:14px;padding:6px 10px}.jpca-dashboard .dash-enlarge svg{width:18px;height:18px}.jpca-dashboard .dash-cards{grid-template-columns:1fr;gap:10px;margin-bottom:10px}.jpca-dashboard .dash-card{position:relative;min-height:110px;padding:13px 12px 13px 110px;border-radius:9px}.jpca-dashboard .dash-card-icon{position:absolute;left:12px;top:12px;width:80px;height:80px}.jpca-dashboard .dash-card h2{font-size:19px}.jpca-dashboard .dash-desktop-break{display:none}.jpca-dashboard .dash-warning{border:0;margin:4px 0 0;padding:4px 0 0 27px;font-size:13px}.jpca-dashboard .dash-warning:before{top:6px;width:19px;height:19px}.jpca-dashboard .dash-downloads{margin-bottom:14px}.jpca-dashboard .dash-downloads summary{gap:16px;padding:10px 18px;font-size:16px;line-height:1.5}.jpca-dashboard .dash-downloads small{display:block;font-size:13px}.jpca-dashboard .dash-download-body{padding:7px}.jpca-dashboard .dash-sessions h2{font-size:19px;padding:6px 18px}.jpca-dashboard .dash-session{grid-template-columns:40px 1fr;gap:15px;padding:14px 18px;font-size:15px}.jpca-dashboard .dash-footer{padding:18px 9px;font-size:12px}.jpca-dashboard .dash-footer p:last-child{font-size:11px}}
@media(max-width:380px){.jpca-dashboard .dash-qr-row{gap:8px}.jpca-dashboard .dash-qr canvas{width:85px;height:85px}.jpca-dashboard .dash-qr-copy h2{font-size:14px}.jpca-dashboard .dash-card{padding-left:90px}.jpca-dashboard .dash-card-icon{width:65px;height:65px}.jpca-dashboard .dash-card h2{font-size:16px}}
.jpca-dashboard .dash-usage{margin-top:16px;font-size:14px}.jpca-dashboard .dash-usage summary{cursor:pointer}.jpca-dashboard .dash-usage .waku_gray01{text-align:left}

/* Unpaid participant: existing credit-card form, presentation only. */
.unpaid-card-payment{display:flex;align-items:flex-start;gap:24px;margin:24px 0;padding:30px;border:1px solid #c6d9ed;border-radius:16px;background:#fff;box-shadow:0 12px 35px #0a3d7410;color:#093e78;text-align:left}
.unpaid-card-payment .unpaid-card-icon{display:grid;place-items:center;flex:0 0 60px;height:60px;background:#fff;border-radius:50%;box-shadow:0 8px 0 #b7e0f0,0 10px 24px #083c7218;color:#009db8}
.unpaid-card-payment .unpaid-card-icon svg{width:38px;height:38px}
.unpaid-card-payment .unpaid-card-content{flex:1;min-width:0}
.unpaid-card-payment h2{margin:0;padding:0;border:0;background:none;color:#093e78;font-size:26px;font-weight:700;line-height:1.5;text-align:left}
.unpaid-card-payment .unpaid-card-content>p{margin:0 0 22px;color:#082c52;font-size:19px;font-weight:700}
.unpaid-card-payment .unpaid-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
.unpaid-card-payment #fm_kesai{margin:0;padding:0}
.unpaid-card-payment #fm_kesai .btn_area{display:block;margin:0;padding:0}
.unpaid-card-payment #fm_kesai .btn_area>div{margin:0;padding:0}
.unpaid-card-payment .unpaid-card-actions>br{display:none}
.unpaid-card-payment #fm_kesai button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;margin:0;padding:14px 44px;border:1px solid #093e78;border-radius:11px;background:#093e78;color:#fff;box-shadow:0 8px 20px #093e7820;font-size:20px;font-weight:700;line-height:1.5;cursor:pointer}
.unpaid-card-payment #fm_kesai button:hover{background:#062e5b}
.unpaid-card-payment .unpaid-invoice-link{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:14px 22px;border:1px solid #c6d9ed;border-radius:11px;background:#fff;color:#093e78;font-size:20px;font-weight:700;line-height:1.5;text-decoration:none}
.unpaid-card-payment .unpaid-invoice-link:hover{background:#e7f0ff}
.unpaid-card-payment button:focus-visible,.unpaid-card-payment a:focus-visible{outline:3px solid #bd922e;outline-offset:4px}
@media(max-width:760px){.unpaid-card-payment{gap:14px;padding:22px 16px}.unpaid-card-payment .unpaid-card-icon{flex-basis:44px;height:44px}.unpaid-card-payment .unpaid-card-icon svg{width:30px;height:30px}.unpaid-card-payment h2{font-size:22px}.unpaid-card-payment .unpaid-card-content>p{font-size:16px}.unpaid-card-payment .unpaid-card-actions{align-items:stretch;flex-direction:column}.unpaid-card-payment #fm_kesai button,.unpaid-card-payment .unpaid-invoice-link{width:100%;padding:12px;font-size:16px;min-height:48px}}
/* Logged-in participant pages use the same shell and header as the dashboard. */
.jpca-user-page #contents{width:100%;max-width:none;margin:0;padding:18px 14px;box-sizing:border-box}
.jpca-user-page #main{width:100%;margin:0;padding:0}
.jpca-user-page #main .form_area{width:100%;max-width:none}
.jpca-user-page .dash-return{padding:16px 14px 0;text-align:left}
.jpca-user-page .dash-return a{display:inline-block;padding:8px 14px;border:1px solid #cbdce8;border-radius:8px;color:#001c55;background:white;font-weight:700;text-decoration:none}
@media(max-width:760px){
.jpca-dashboard .dash-header{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;gap:12px;padding:16px 14px}
.jpca-dashboard .dash-header h1{grid-column:1;grid-row:1;min-width:0;width:100%;font-size:22px;line-height:1.5;overflow-wrap:anywhere}
.jpca-dashboard .dash-logout{grid-column:1;grid-row:2;justify-self:end}
.jpca-dashboard .dash-logout a{min-height:44px;padding:8px 18px;font-size:16px}
.jpca-dashboard .dash-identity{grid-column:1;grid-row:3;min-width:0;width:100%;margin:0;padding:12px;overflow-wrap:anywhere}
.jpca-dashboard .dash-identity p{font-size:24px;line-height:1.5}
.jpca-user-page #contents{padding:12px 7px}
.jpca-user-page .dash-return{padding:12px 7px 0}
}
/* Master-configured system name beneath the conference title. */
header h1 .header-system-name{display:block;margin-top:8px;font-size:18px;font-weight:700;line-height:1.5}
.jpca-dashboard .dash-header h1{flex-direction:column;align-items:flex-start;justify-content:center}
@media(max-width:760px){header h1 .header-system-name{margin-top:6px;font-size:16px}}
/* Shared header typography for participant, login and admin pages. */
header h1,.jpca-dashboard .dash-header h1{font-size:34px;line-height:1.5;overflow-wrap:anywhere}
header h1 .header-system-name{font-size:26px;line-height:1.5}
@media(max-width:760px){
header h1,.jpca-dashboard .dash-header h1{font-size:24px}
header h1 .header-system-name{font-size:22px}
}
/* White outline keeps mobile header titles readable over the photograph. */
@media(max-width:760px){
header h1,.jpca-dashboard .dash-header h1,header h1 .header-system-name{text-shadow:-1px -1px 0 #fff,0 -1px 0 #fff,1px -1px 0 #fff,-1px 0 0 #fff,1px 0 0 #fff,-1px 1px 0 #fff,0 1px 0 #fff,1px 1px 0 #fff,0 0 4px #fff}
}
/* The dashboard supplies its own main-content spacing inside the shared shell. */
.jpca-dashboard-top #contents{padding:0}
