@charset "utf-8";

/* ===============================================================
   Base styles
   =============================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  font-style:normal;
  font-weight:normal;
  vertical-align:baseline;
  text-decoration: none;
}

* {
   box-sizing: border-box;
}

body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  height: 100%;
  color: rgba(51, 51, 51, 1);
  word-break: break-all;
  word-wrap: break-word;
  display: flex;	/*フッターのために必要*/
  flex-flow: column;/*フッターのために必要*/
  min-height: 100vh;/*フッターのために必要*/	
}
main {
  flex: 1;/*フッターのために必要*/
}
a{
  color: rgba(20, 89, 147, 1);
}
a,button,input[type=button]{
  -webkit-transition: .2s;
  transition: .2s;
}
li{
  list-style-type: none;
}


/* ===============================================================
   common layout
   =============================================================== */



/*menu*/
.hamburger_btn{
  position: absolute;
  right: 10px;
  top: 17.5px;
}
.menu-btn,
.menu-btn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-btn {
  position: relative;
  width: 200px;
  height: 16px;
}
.menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 3px;
}
/*.menu-btn span:nth-of-type(1) {
  top: 0;
}
.menu-btn span:nth-of-type(2) {
  top: 7px;
}
.menu-btn span:nth-of-type(3) {
  bottom: 0;
}
.menu-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.menu{
  background-color: rgba(4, 82, 43, 1);
  position: fixed;
  top: 0;
  left: -200px;
  width: 200px;
  height: 100%;
  color: rgba(255, 255, 255, 1);
  z-index: 999;
}
.menu li{
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.menu a{
  color: rgba(255, 255, 255, 1);
  display: block;
  font-size: 15px;
  text-align: left;
  padding: 14px;
  position: relative;
}
.menu a:hover{
  background-color: rgba(20,30,59,0.5);
}
.menu i{
  position: absolute;
  right: 10px;
}*/
#two{
  font-size: 13px;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  }

  #two li {
    float: right;
    padding: 0 0px 0px 0px;
  }
/*container*/
.container{
	/*  margin: 20px 40px;*/
  margin: 20px 7% 4%;
}
.title{
  font-size: 18px;
  font-weight: bold;
}
.border_title{
  border-bottom: 1px solid rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: bold;
}
.none_border_title{
  font-size: 18px;
  font-weight: bold;
}
.heading{
  border-left: 5px solid rgba(20, 89, 148, 1);
  font-size: 16px;
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;	
}

/*------------------オレンジ長いボタン------------------*/
.btn{
  background-color: rgba(242, 154, 14, 1);
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(211, 136, 16, 1);
  color: rgba(255, 255, 255, 1);
  display: block;
  font-size: 16px;
  text-align: center;
  width: 85%;
  margin: 5%;
  padding: 10px;
  position: relative;
}

.btn_flex{
 display: flex;
	margin:10px 10px;
 /*justify-content:space-between;*/
justify-content: center;
}

.btn:hover{
  opacity: 0.8;
}

.btn_area{
  width: 80%;
  margin: 70px auto 100px;
}

.full_btn{
  width: 100%;
margin-top: 10px;
}

/*------------------オレンジ短いボタン------------------*/
.half_btn{
  background-color: rgba(242, 128, 14, 1);
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(211, 136, 16, 1);
  color: rgba(255, 255, 255, 1);
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  width: 28%;
  margin-right: 5px;
	margin-left: auto;
  position: relative;
}

.half_btn_flex{
 display: flex;
}

.half_btn:hover{
  opacity: 0.8;
}

/*------------------未評価短いボタン------------------*/
.admin_btn{
  background-color: rgba(242, 154, 14, 1);
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(211, 136, 16, 1);
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-size: 12px;
  text-align: center;
  width: 80%;
  margin: 0px 0px 2px;
  padding: 2px 0px 0px;
  position: relative;
  flex-direction:row-reverse;
}

.admin_btn_flex{
 display: flex;
 justify-content:space-between;
}

.admin_btn:hover{
  opacity: 0.8;
}
/*------------------*/
/*------------------削除ボタン------------------*/
.delete_btn{
  background-color: rgba(119, 119, 119, 1);
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(100, 100, 100, 1);
  color: rgba(255, 255, 255, 1);
  /*display: block;*/
  font-size: 16px;
  text-align: center;
  padding: 5px 5px 0px;
  width: 38%;
  /*margin-left: 5px;*/
  margin-left: 100px;
  /*position: relative;*/
}

.delete_btn_flex{
 display: flex;
}

.delete_btn:hover{
  opacity: 0.8;
}
/*------------------CSVボタン------------------*/

.csv_btn{
  background-color: rgba(242, 154, 14, 1);
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(211, 136, 16, 1);
  color: rgba(255, 255, 255, 1);
  display: inline-block;	
  font-size: 14px;
  text-align: center;
	justify-content: flex-end;
  white-space:nowrap;/*改行の禁止*/	
  /*padding: 2px;*
  width: 10%;*/
  margin-right: 5px;
	height: 20px;
	line-height: 20px;
	width: 70px;
	margin-left: auto;
  position: relative;
}

.csv_btn_flex{
 display: flex;
 justify-content:space-between;	
}

.csv_btn:hover{
  opacity: 0.8;
}
/*------------------PWボタン------------------*/
.pw_btn{
  background-color: rgba(242, 154, 14, 1);
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(211, 136, 16, 1);
  color: rgba(255, 255, 255, 1);
  display: inline-block;	
  font-size: 16px;
  text-align: center;
	justify-content: flex-end;
  white-space:nowrap;/*改行の禁止*/	
  /*padding: 2px;*
  width: 10%;*/
  margin-right: 5px;
	height: 30px;
	line-height: 30px;
	width: 150px;
	margin-left: auto;
  position: relative;

}

.pw_btn_flex{
 display: flex;
 justify-content:space-between;	
}

.pw_btn:hover{
  opacity: 0.8;
}

.small_btn{
  box-sizing: border-box;
  width: 49%;
}


.btn .icon-circle-right{
  font-size: 18px;
  position: absolute;
  top: 9px;
  right: 10px;
}

.err_msg{
  color: rgba(204, 36, 17, 1);
  /*color: rgba(250, 75, 130, 1);*/
  font-weight: bold;
}


/* ===============================================================
  layout
=============================================================== */

/******************************メインページ**************************/

/********▼メインページ：お知らせ********/

.top_msg{
  color: rgba(220, 20, 60, 1);
  /*font-weight: bold;FA4B82*/
  text-align: center;
  font-size: 18px;
}
/********▼メインページ：ステータス文字の色********/

.status_evaluated{			/*評価済：赤色*/
  color: rgba(220, 20, 60, 1);
  /*font-weight: bold;*/
  text-align: center;
  vertical-align: middle;	
  font-size: 13px;
}
.status_not_implemented{		/*未実施：灰色*/
  color: rgba(170, 170, 170, 1);
  /*font-weight: bold;*/
  text-align: center;
  vertical-align: middle;	
  font-size: 13px;
}
/********▼メインページ：今月のプレゼンター********/


.month_box{				/*今月：表の線：黒色*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.month_number{
      /* border-collapse: collapse; */
      border-spacing: 0;
      border: 0.5px;
      text-align: center;
      width: 100%;
}

.month_number th,				/*今月：表の線：黒色*/
.month_number td{
  border: 1px solid rgba(169, 169, 169, 1);
  padding:2px 5px ;
  text-align: center;	
}
.month_number th{				/*今月：表のタイトル：紺色*/
	background-color: rgba(20, 89, 148, 1);
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
    padding: 6px 2px;
}
.month_number tfoot {
	border-top: double 4px rgba(169, 169, 169, 1);
}

.month_number .month_presenter{	/*今月：プレゼンター*/
  /*width: 25%;*/
  text-align: center;	
  vertical-align: middle;
  white-space:nowrap;/*改行の禁止*/
}
.month_number .month_title{ 	/*今月：テーマタイトル*/
  width: 60%;
  text-align: center;
  vertical-align: middle;	
}
.month_number .status_status{	/*今月：評価状況*/
  width: 15%;
  text-align: center;
  vertical-align: middle;	
}


/********▼メインページ：2021年度スケジュール********/

.month_number .year_month{		/*年度スケジュール：月*/
  width: 5%;
  text-align: center;	
  vertical-align: middle;
  white-space:nowrap;/*改行の禁止*/
}
.month_number .year_presenter{ 	/*年度スケジュール：プレゼンター*/
  width: 20%;
  text-align: center;	
  vertical-align: middle;
}
.month_number .year_title{ 		/*年度スケジュール：テーマタイトル短縮*/
  /*max-width: 450px;	*/
  width: 30%;	
  align-self :middle;	
  text-align: left;
  vertical-align: middle;
  /*white-space:nowrap;/*改行の禁止*/
  /*overflow:hidden;/*はみ出した部分を隠す*/
  /*text-overflow:ellipsis;/*テキストのはみ出しを「…」で省略*/
	
}
.month_number .year_status{		/*年度スケジュール：評価状況*/
  width: 5%;
  text-align: center;
  vertical-align: middle;
  white-space:nowrap;/*改行の禁止*/	
}
.month_number .year_question{	/*年度スケジュール：設問*/
  width: 10px;
  text-align: center;
  vertical-align: middle;
}

.month_number .year_edit{	/*年度スケジュール：編集する*/
  width: 5%;
  text-align: center;
  vertical-align: middle;
  white-space:nowrap;/*改行の禁止*/
  text-decoration: underline;/*下線を引く*/
  color:rgba(0, 72, 157, 1);		
}
/********▼メインページ：2021年度スケジュール********/
.modal-content_reganare{
  position:fixed;
  display:none;
  z-index:5;
  width:50%;
  margin:0px;
  padding: 30px 20px;
  background-color:rgba(255, 255, 255, 1);
}

.Schedule_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.Schedule_number{
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

.Schedule_number th,
.Schedule_number td{
  border: 1px solid rgba(204, 204, 204, 1);
  padding:2px ;
  text-align: center;	
}
.Schedule_number th{
	background-color: rgba(20, 89, 148, 1);
	color: rgba(255, 255, 255, 1);
    /*padding: 5px;*/
}
/*.Schedule_number td{
  border: 1px solid rgba(170, 170, 170, 1);
  /*padding: 10px 5px;
}*/

.Schedule_number .Schedule_month{
  width: 20%;
  vertical-align: middle;
}
.Schedule_number .Schedule_name{
  width: 40%;
  text-align: center;
}
.Schedule_number .Schedule_title{
  width: 40%;
  text-align: center;	
}

/*▲2021年度スケジュール*/


/********▼アンケートフォーム*********/

.top_ank{
  width: 100%;
  color: rgba(31, 31, 31, 1);
  /*font-weight: bold;*/
  text-align: center;
  font-size: 18px;
}

.top_ank th,
.top_ank td{
  border: 1px solid rgba(198, 104, 255, 1); /*あんけ表rgba(37, 147, 46, 1)*/
  padding:0px ;
  text-align: center;
  width : calc(100% / 3);		
}

.ta_team {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 0.3em;
    border: solid 3px rgba(153, 204, 0, 1);
    border-radius: 8px;
}
.ta_team .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: rgba(255, 255, 255, 1);
    color: rgba(153, 204, 0, 1);
    font-weight: bold;
}

.zi_team {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 0.3em;
    border: solid 3px rgba(255, 204, 0, 1);
    border-radius: 8px;
}
.zi_team .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: rgba(255, 255, 255, 1);
    color: rgba(255, 204, 0, 1);
    font-weight: bold;
}

.ank_tema{
   background:linear-gradient(transparent 85%, rgba(255, 204, 0, 0.1));
/*border-bottom: solid 3px orange;
	padding-bottom: 3px;*/
}


.container_ank{				/*大枠*/
  margin: 20px auto;
  width:45%; 
}
.container_ank　table{
  align-items: center;
  
}
fieldset{					/*設問ごとの枠*/
  margin: 0px 0px 25px 0px;
  padding: 0px 10px 0px 5px;
  /*border-bottom: 2px rgba(122, 203, 225, 1) ridge; */
  border-bottom: solid 3px rgba(0, 191, 255, 1);	
}

.ank_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ank_number{
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

.ank_number th,
.ank_number td{
  border: 1px solid rgba(255, 255, 255, 1); /*あんけ表rgba(37, 147, 46, 1)*/
  padding:0px ;
  text-align: center;	
}
.ank_number th{
	background-color: rgba(20, 89, 148, 1);
	color: rgba(255, 255, 255, 1);
    /*padding: 5px;*/
}
textarea {
  resize: vertical;
  width:100%;
	  min-width:100%;
  height:100px;
}
.err_required{/*アンケート必須＊の設定*/
	color: rgba(204, 36, 17, 1);
	margin: 5px;
}

/**********************▼マイページ　**********************/


.top_ank th,
.top_ank td{
  border: 1px solid rgba(198, 104, 255, 1); /*あんけ表rgba(37, 147, 46, 1)*/
  padding:0px ;
  text-align: center;
 width : calc(100% / 3);		
}

  /*評価結果*/
.month_number .month_status{
  text-align: center;
  vertical-align: middle;
}

.present_thema{
  width: 300px;
}

.FB_seet {
  justify-content: space-between;
  margin: 10px 0;

    position: relative;
    /*margin: 0.5em 0;*/
    padding: 0.5em 2em 2em;
    border: solid 2px rgba(28, 126, 209, 1);
    border-radius: 8px;
}
  /*FBの発表者・テーマタイトル文字*/
.FB_seet .fb_mydata{
  width: 100%;
  text-align: left;	
  color: rgba(31, 31, 31, 1);
  font-size: 17px;
  padding: 4px 0px 6px 5px;
}
  /*FBの他チーム合計文字*/
.FB_seet .fb_ta_data{
  text-align: center;	
  color: rgba(153, 204, 0, 1);
  font-weight: bold;
  font-size: 17px;
}
  /*FBの自チーム合計文字*/
.FB_seet .fb_zi_data{
  text-align: center;	
  color: rgba(255, 204, 0, 1);
  font-weight: bold;
  font-size: 17px;
}

.FB_seet .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: rgba(255, 255, 255, 1);
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}
.pulldown{
	flex-wrap: nowrap;
}
.generalcomment{
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.generalcomment {
    position: relative;
    margin: 0.5em 0;
    padding: 0.5em 0.5em;
    border: dashed 1px rgba(28, 126, 209, 1);
    border-radius: 8px;
}
.generalcomment .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: rgba(255, 255, 255, 1);
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

.generalcomment .generalcomment_msg{
  color: rgba(5, 19, 71, 1);
  padding:3px;
}

.fixed_btn{
  /*background-color: rgba(255,191,67,0.7);*/
  width: 20%;	
  position: fixed;
  right: 2%;
  /*bottom: 0;*/
  top: 10%;	
}
.fixed_btn .attendance_btn{
  background-color: rgba(255, 240, 198, 1);
  box-shadow: 0 5px 0 rgba(255, 204, 0, 1);
  border-radius: 5px;	
  color: rgba(31, 31, 31, 1);
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 90%;
  margin: 10px auto;
  padding: 15px 20px;
  position: relative;
}
/*.fixed_btn .attendance_btn:hover{
  opacity: 0.8;
}*/
.fixed_btn .attendance_btn i{
  font-size: 22px;
  position: absolute;
  right: 10px;
}
.fixed_margin{
  margin-bottom: 80px;
}

/**********************▼テーマ連携　**********************/

.input_box{
  width: 100%;
  display: inline-block;
}
.input_box dl{
  margin-bottom: 20px;	
}

.input_box .heading{
  margin-top: 20px;
}

/*　↓　サブプレゼンのプルダウンの空白について*/
strong{
  margin-left: 8px;
}
.top_entry_contents{
  font-size: 0;
}
/*　↑　プルダウンの空白について*/

select{
  border:1px solid rgba(51, 51, 51, 1);
  outline:none;
  display: inline-block;
  /*-webkit-appearance:none;
  -moz-appearance:none;*/
  /*appearance:none;*/
  cursor:pointer;
  font-size:15px;
  color:rgba(51, 51, 51, 1);
  border-radius:5px;
  margin-top: 3px;
  width:160px;
  /*z-index:2;*/
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 5px;
}
/*2人以上の場合は名前を選択してください。*/
.input_box .pullname{
  width: 100%;
  text-align: left;	
  color: rgba(20, 89, 147, 1);
  font-size: 16px;
  padding: 4px 0px 6px 5px;
}
/*プレゼンター：自分の名前*/
.input_box .myname{
  width: 100%;
  font-weight: bold;	
  text-align: left;	
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  padding: 4px 0px 6px 5px;
}

/*メールアドレスフォーム*/
.entry_form .heading{
  margin-bottom: 10px;
}
.entry_form .required{
  background-color: rgba(204, 36, 17, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  padding: 3px 5px;
  margin-left: 5px;
}
input[type="text"],			/*長い入力*/
input[type="password"]{
  border: 1px solid rgba(170, 170, 170, 1);
  border-radius: 5px;
  font-size: 14px;
  width: 96%;
  padding: 10px 5px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="year"]:focus{
  border: 1px solid rgba(65, 105, 225, 1);
  outline: none;
}
/*.entry_form input[type="radio"]{
  display: none;
}
.attendance_radio label{
  display: inline-block;
  margin-bottom: 10px;
}
.attendance_radio span{
  display: inline-block;
  margin-top: 5px;
}
.attendance_radio input[type="radio"] + label{
  height: 30px;
  padding-left: 35px;
  background-size:30px 30px;
  cursor:pointer;
}
.attendance_radio input[type="radio"] + .attendance_btn{
  background:url(../img/radio1.svg) no-repeat left center;
}
.attendance_radio input[type="radio"] + .undecided_btn{
  background:url(../img/radio3.svg) no-repeat left center;
}
.attendance_radio input[type="radio"] + .absence_btn{
  background:url(../img/radio5.svg) no-repeat left center;
}
.attendance_radio input[type="radio"]:checked + label {
  background-size:30px 30px;
  cursor:pointer;
}
.attendance_radio input[type="radio"]:checked + .attendance_btn{
  background:url(../img/radio2.svg) no-repeat left center;
}
.attendance_radio input[type="radio"]:checked + .undecided_btn{
  background:url(../img/radio4.svg) no-repeat left center;
}
.attendance_radio input[type="radio"]:checked + .absence_btn{
  background:url(../img/radio6.svg) no-repeat left center;
}
.radio_btn .radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 20px 0 10px;
  padding: 10px;
  line-height: 1px;
}
.radio_btn .radio:before{
  position: absolute;
  content: "";
  left: -10px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  border: 1px solid rgba(170, 170, 170, 1);
  border-radius: 50%;
}
.radio_btn input[type="radio"]:checked + .radio:after {
  position: absolute;
  content: "";
  top: 4px;
  left: -8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(20, 89, 148, 1);
}
*/
.entry_form .btn{
  margin-top: 30px;
}
/**********************▼管理者ページ：発表枠更新　**********************/

.admin_box{
  width: 65%;
  display: inline-block;
}
.admin_box dl{
  margin-bottom: 20px;	
}

/*.admin_box .heading{
  margin-top: 20px;
}
.month_number{
      /* border-collapse: collapse; 
      border-spacing: 0;
      border: 0.5px;
      text-align: center;
      width: 100%;
}*/

.Announcement_frame_update th,				/*今月：表の線：黒色*/
.Announcement_frame_update td{
  border: 1px solid rgba(169, 169, 169, 1);
  padding:2px 5px ;
  text-align: center;	
}
.Announcement_frame_update th{				/*今月：表のタイトル：紺色*/
	background-color: rgba(20, 89, 148, 1);
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
    padding: 6px 2px;
}
.Announcement_frame_update tfoot {
	border-top: double 4px rgba(169, 169, 169, 1);
}

.Announcement_frame_update .month_presenter{	/*今月：プレゼンター*/
  width: 25%;
  text-align: center;	
  vertical-align: middle;
}
.Announcement_frame_update .month_title{ 	/*今月：テーマタイトル*/
  width: 60%;
  text-align: center;
  vertical-align: middle;	
}
.Announcement_frame_update.status_status{	/*今月：評価状況*/
  width: 15%;
  text-align: center;
  vertical-align: middle;	
}


/********▼メインページ：2021年度スケジュール********/

.Announcement_frame_update .year_month{		/*年度スケジュール：月*/
  width: 5%;
  text-align: center;	
  vertical-align: middle;
  white-space:nowrap;/*改行の禁止*/
}
.Announcement_frame_update .year_presenter{ 	/*年度スケジュール：プレゼンター*/
  width: 20%;
  text-align: center;	
  vertical-align: middle;
}
.Announcement_frame_update .year_title{ 		/*年度スケジュール：テーマタイトル短縮*/
  /*max-width: 450px;	*/
  width: 30%;	
  align-self :middle;	
  text-align: left;
  vertical-align: middle;
  /*white-space:nowrap;/*改行の禁止*/
  /*overflow:hidden;/*はみ出した部分を隠す*/
  /*text-overflow:ellipsis;/*テキストのはみ出しを「…」で省略*/
	
}
.Announcement_frame_update .year_status{		/*年度スケジュール：評価状況*/
  width: 5%;	
  text-align: center;
  vertical-align: middle;
  white-space:nowrap;/*改行の禁止*/	
}
.Announcement_frame_update .year_question{	/*年度スケジュール：設問*/
  width: 10px;
  text-align: center;
  vertical-align: middle;
}

.Announcement_frame_update .year_edit{	/*年度スケジュール：編集する*/
  width: 5%;
  text-align: center;
  vertical-align: middle;
  white-space:nowrap;/*改行の禁止*/
  text-decoration: underline;/*下線を引く*/
  color:rgba(0, 72, 157, 1);		
}

  /*========================================================================*/



/*レスポンシブ*/
@media screen and (min-width: 1200px) {
  .modal-content_album{
    width: 300px;
    padding: 5px;
  }
}

@media screen and (max-width: 1200px) {
  .form_contents{
    width: 90%;
  }
}

@media screen and (max-width: 768px) {/*320px*/
  .classmate{
    padding-left: 6%;
  }
  .classmate li{
    margin-right: 6%;
  }
  .classmate img{
    width: 82px;
  }
  .classmate .name{
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    width: 82px;
  }
  .classmate .name.size{
    font-size: 10px;
  }
  .club{
    padding: 0 6%;
  }
}


/*エラー*/
.error_contents{
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.error .error_msg{
  margin-top: 20px;
}


/*利用規約、プライバシーポリシー*/
.terms h3, .privacy h3 {
  font-weight: bold;
  margin-top: 24px;
  font-size: 12px;
}
.terms p, .privacy p {
  font-size: 12px;
}
.terms li, .privacy li {
  list-style-type: decimal;
  margin-left: 24px;
  text-align: left;
  font-size: 12px;
}
.list_style_none {
  list-style-type: none;
}

.top_mypage{
  width: 100%;
  color: rgba(31, 31, 31, 1);
  font-size: 18px;
  margin: 5px;
}


/*=============================*/
/*header footer*/
header,footer{
  background-color: rgba(20, 89, 148, 1);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  align-items: center;		
}
header{
  /*padding: 10px 0px;*/
   padding: 10px 4% 10px;
   /*position: fixed;*/
   top: 0;
   width: 100%;
   display: flex;
}
.wrapper {
  display: flex;
  flex-direction: column;
  /* min-height: 91vh; */
  min-height: 92.1vh;
}

footer {
  margin-top: auto;
}
h1{
  font-size: 20px;
  width: 100% ;
  text-align: center;
  /* position: relative; */
  /*padding-bottom: 10px;*/
  /* margin: 0;
   padding: 0px; */
	color: rgba(255, 255, 255, 1);;	
}
h1 i{
  color: rgba(255, 255, 255, 1);
  position: absolute;
  left: 10px;	
}

/* .one ul {
   list-style: none;
   margin: 0;
   display: flex;
}
.one li {
   margin: 0 0 0 15px;
   font-size: 14px;
} */

.one{
	/* width: 100% ;
	text-align: center; */
  padding-left: 100px;
	  white-space:nowrap;/*改行の禁止*/
}

.mypage_btn {
  display: inline-block;
  padding: 0.4em 1em;
  /*margin-left: 10px;*/
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  border: solid 2px rgba(255, 255, 255, 1);
  border-radius: 3px;
  transition: .4s;
  font-size: 13px;
	white-space:nowrap;/*改行の禁止*/
}

.mypage_btn:hover {
  background: rgba(252, 175, 34, 1);
  color: rgba(255, 255, 255, 1);
}

.logout_btn {
  display: inline-block;
  padding: 0.4em 1em;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  border: solid 2px rgba(255, 255, 255, 1);
  border-radius: 3px;
  transition: .4s;
  font-size: 13px;
  white-space:nowrap;/*改行の禁止*/
}

.logout_btn:hover {
  background: rgba(225, 143, 155, 1);
  color: rgba(255, 255, 255, 1);
}

footer{
  width: 100%;
  font-size: 10px;
  padding: 5px 0;
}
.footer_link{
  margin: 0 0 4px;
}
.footer_link a{
  margin: 0 16px;
  text-decoration: none;
}
.footer_link a:link,
.footer_link a:visited,
.footer_link a:hover,
.footer_link a:active {
  color: rgba(255, 255, 255, 1);;
}
.footer_link a:hover{
	text-decoration: underline;
}

#gNav{
	/* position: fixed; */
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#gNav .gNav-menu{
  display: flex;
  flex-direction: row;
  /* position: fixed; */
  top: 22px;
  right: 22px;
  /* padding-left: 50px;
  margin-right: 60px; */
  margin-top: -2px;
}
#gNav .gNav-menu li{
  padding-top: 10px;
  margin-left: 15px;
}

.modal-overlay{
  z-index:3;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.75);
}
/* 600サイズまでは以下を対応する */
@media screen and (max-width: 1200px){

  h1{
    font-size: 20px;
    width: 100% ;
    text-align: center;
    position: relative;
    /*padding-bottom: 10px;*/
    margin: 0;
     padding: 0px;
    color: rgba(255, 255, 255, 1);;	
  }

  #hamburger .btn-gNav{
    position: fixed;
    top: 15px;
    right: 40px;
    width: 30px;
    height: 24px;
    z-index: 2;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }

  #hamburger .btn-gNav span{
    position: absolute;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  #hamburger .btn-gNav span:nth-child(1) {
    top:0;
  }
  #hamburger .btn-gNav span:nth-child(2) {
    top:10px;
  }
  #hamburger .btn-gNav span:nth-child(3) {
    top:20px;
  }
  #hamburger .btn-gNav.open span:nth-child(1){
    background: rgba(255, 255, 255, 1);
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  #hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
    top: 6px;
    background :rgba(255, 255, 255, 1);
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  #gNav{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .8);
    z-index: 1;
    padding-top: 50px;
    transition: .3s;
  }

  #gNav .gNav-menu{
    right: -100%;
    width: 100%;
    height:100%;
    padding-top: 40px;
    /* margin-right: 35px; */
    top: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  #gNav.open{
    right: 0px;
  }

  #gNav .gNav-menu.open{
    right: 0px;
  }

  #gNav .gNav-menu li{
    display: block;
    padding : 20px 20px;
    margin: 0px;
  }

  #gNav .gNav-menu li a{
    color: rgba(221, 221, 221, 1);
    text-decoration: none;
  }
}

/* -- scroll -- *
.twrapper{
	overflow: auto;
	white-space: nowrap;
}
.twrapper table{
	width: auto;
}
.twrapper table th,
.twrapper table td {
	/*min-width: 60px;*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.twrapper table .fixcell {
	position: -webkit-sticky;
	position: sticky;
	left: 60px;
	width: 60px;
	min-width: 60px;
	max-width: 60px;
}
.twrapper table .fixcell:first-child {
	left: 0;
}
.twrapper table .fixcell[colspan="3"] {
	width: 120px;
	min-width: 120px;
	max-width: 120px;
	left: 0;
}


/********▼管理者ページ：評価確認********/

.evaluation_number{
  /* border-collapse: collapse; */
  border-spacing: 0;
  border: 0.5px;
  text-align: center;
  width: 40%;
}

.evaluation_number th{				/*評価確認：表のタイトル：紺色*/
	background-color: rgba(20, 89, 148, 1);
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
    padding: 6px 2px;
    white-space:nowrap;/*改行の禁止*/
}

.evaluation_number th,				/*評価確認：表の線：灰色*/
.evaluation_number td{
  border: 1px solid rgba(112, 112, 112, 1);
  /*padding:2px 5px ;*/
  text-align: center;	
}

.evaluation_number tfoot {
	border-top: double 4px rgba(169, 169, 169, 1);
}

.evaluation_number .evaluation_month{		/*評価確認：左：月*/
  width: 10px;
  text-align: center;	
  vertical-align: middle;
  white-space:nowrap;/*改行の禁止*/
  }


.evaluation_number .evaluation_title{ 		/*評価確認：左：テーマタイトル短縮*/
  max-width: 100px;
  width: 100px;
  /*width: 30%;	*/
  align-self :middle;	
  text-align: center;
  vertical-align: middle;
  white-space:nowrap;/*改行の禁止*/
  overflow:hidden;/*はみ出した部分を隠す*/
  text-overflow:ellipsis;/*テキストのはみ出しを「…」で省略*/
  }
.evaluation_number .evaluation_status{	/*評価確認：左：評価状況：◯＆×　*/
  width: 5%;
  text-align: center;
  vertical-align: middle;	
  white-space:nowrap;/*改行の禁止*/
}
.evaluation_number .evaluation_missing{	/*評価確認：左右：年間評価漏れ　*/
  text-align: center;
  vertical-align: middle;
  color: rgba(26, 49, 67, 1);
  font-size: 16px;
  background-color:rgba(254, 237, 142, 1);
}
.evaluation_number .evaluation_missing_miss{			/*評価確認：左：赤色*/
  color: rgba(220, 20, 60, 1);
  text-align: center;
  vertical-align: middle;	
  font-size: 16px;
  background-color:rgba(254, 237, 142, 1);
}

.evaluation_number　.status_evaluated{			/*評価確認：赤色*/
  color:rgba(220, 20, 60, 1);
  /*font-weight: bold;*/
  text-align: center;
 vertical-align: middle;	
  font-size: 13px;
}
.scroll{overflow-x:scroll;} /*右：スクロールバー*/
.scroll evaluation_box{max-width:initial}
.scroll::-webkit-scrollbar{height:8px;}/*バーの太さ*/
.scroll::-webkit-scrollbar-track{background:rgba(221, 221, 221, 1);}/*バーの背景色*/
.scroll::-webkit-scrollbar-thumb{background:rgba(44, 194, 228, 1);}/*バーの色*/

.evaluation_number .evaluation_employee{ 	/*評価確認：右：プレゼンター*/
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: auto;
  text-align: center;	
  vertical-align: middle;
  white-space:nowrap;/*改行の禁止*/
}
.evaluation_number .evaluation_presenter{	/*評価確認：右：社員一覧*/
  width: 10px;
  text-align: center;	
  vertical-align: middle;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;

}

.evaluation_box{			
  display: flex;
  margin-left: 0;
  /*align-items: center;*/
  /*justify-content: space-between;左右に分ける*/
}
 
.evaluation_number .scroll_dummy{ /*左：偽スクロールバー*/
  height: 8px;/*偽バーの太さ*/
  background-color: rgba(255, 255, 255, 1);/*偽バーの色*/
}

/*管理者ページ：発表枠：レガナレ実施日：評価締切日*/
.entry_form .heading{
  margin-bottom: 10px;
}

/*ヘッダーコンテンツ*/
.menu_container{
  /* padding-left: 64px; */
  margin: 0px 48px;
}

.basic_form {
  width: 100%;
  justify-content: center;
  padding-bottom: 0px;
  padding-top: 0px;
}

.contents_main{
  width: 72%;
  margin: 24px auto;
}



/*システムメニュー*/
.heading_subtitle_menu {
  border-bottom: 4px solid rgba(28, 126, 209, 1);
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-left: 4px;
}

.menu_title{
  font-size: 18px;
  margin: auto 30px;
}

.btn_area .btn_area_flex{
  display: flex;
	margin: 48px 0;
  justify-content: center;
}
.btn_area_menu{
  width: 100%;
  margin: 16px 0 64px;
}
.btn_area_menu .btn_area_flex{
  display: flex;
	margin: 0;
  justify-content: flex-start;
}
.btn_area_menu .btn_area_flex .btn_margin{
  margin: auto 0;
  margin-right: 24px;
}

/*ユーザー一覧*/
.btn_blue{
  background-color: rgb(236, 156, 59);
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  display: block;
  text-align: center;
  width: 160px;
  max-width: 90%;
  padding: 8px;
  /*height: 24px;*/
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 8px;
}
.btn_area .btn,
.btn_area .btn_gray{
  margin-bottom: 24px;
}

.btn_area_upload_result{
  width: 80%;
  margin: 32px auto 8px;
}

.btn_orange{
  background-color: rgba(242, 128, 14, 1);
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  display: block;
  text-align: center;
  width: 160px;
  max-width: 90%;
  height: 24px;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

.btn_gray{
  background-color: rgba(119, 119, 119, 1);
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  display: block;
  text-align: center;
  width: 160px;
  max-width: 90%;
  height: 24px;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

.btn_head{
  margin-left: 0;
  margin-right: 16px;
  width: 120px;
}

.contents_main_block{
  margin-top: 30px;
  display: block;
}

.user_table{
  border-collapse: collapse;
  width: 100%;
}
.user_table th,
.user_table td{
  padding: 12px 8px;
  vertical-align: middle;
}
.user_table th{
  background-color: rgba(20, 89, 148, 1);
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.user_table td{
  background-color: rgba(248, 248, 248, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.user_table .user_head1{
  width: 50%;
  min-width: 100px;
  text-align: center;
}
.user_table .user_head2{
  width: 50%;
  min-width: 80px;
  text-align: center;
}
.user_table .user_head3{
  width: 50%;
  min-width: 100px;
  text-align: center;
}
.user_table .user_head4{
  width: 50%;
  min-width: 70px;
  text-align: center;
}
.user_table .user_head5{
  width: 50%;
  min-width: 120px;
  text-align: center;
}
.user_table .user_head6{
  width: 50%;
  min-width: 70px;
  text-align: center;
}
.user_table .user_item1{
  text-align: left;
}
.user_table .user_item2{
  text-align: left;
}
.user_table tr:hover td {
	background-color: rgba(20, 89, 148, 1);
  color: rgba(255, 255, 255, 1);
}

/*------
役職部分
-----*/
.position_table{
  border-collapse: collapse;
  width: 80%;
}
.position_table th,
.position_table td{
  padding: 12px 8px;
  vertical-align: middle;
}
.position_table th{
  background-color: #145994;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.position_table td{
  background-color: rgba(248, 248, 248, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.position_table .position_head1{
  width: 70%;
  min-width: 100px;
  text-align: center;
}
.position_table .position_head2{
  width: 30%;
  min-width: 100px;
  text-align: center;
}

.position_table .position_item1{
  text-align: left;
}
.position_table .position_item2{
  text-align: left;
}
.position_table tr:hover td {
	background-color: #145994;
  color: rgba(255, 255, 255, 1);
}
.cursor_pointer{
  cursor: pointer;
}
.short_input{
  width: 50%;
}

/* 部署一覧 */
.department_table{
  border-collapse: collapse;
  width: 80%;
}
.department_table th,
.department_table td{
  padding: 12px 8px;
  vertical-align: middle;
}
.department_table th{
  background-color: #145994;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.department_table td{
  background-color: rgba(248, 248, 248, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.department_table .department_head1{
  width: 70%;
  min-width: 100px;
  text-align: center;
}

.department_table .department_head2{
  width: 30%;
  min-width: 100px;
  text-align: center;
}

.department_table .department_item1{
  text-align: left;
}
.department_table .department_item2{
  text-align: left;
}
.department_table tr:hover td {
	background-color: #145994;
  color: rgba(255, 255, 255, 1);
}

.cursor_pointer{
  cursor: pointer;
}
.short_input{
  width: 50%;
}
.valuation_question{
  font-size: 14px;
}

.mypage_comment{
  margin-top: 50px;
  padding: 0px 10px;
  float: left;
  width: 50%;
}
.mypage_good_comment{
  color:rgba(255, 26, 111, 1);
}
.mypage_review_comment{
  color:rgba(19, 111, 255, 1);
}
.valuation_btn_area{
  width: 80%;
}
.valuation_count{
  background-color: rgba(253, 245, 230, 1);
}
.generalcomment_msg{
  white-space: pre-wrap;
}

/* subsystem */
.subsystem_table{
  border-collapse: collapse;
  width: 100%;
}
.subsystem_table th,
.subsystem_table td{
  padding: 8px 1px;
  vertical-align: middle;
}
.subsystem_table th{
  background-color: #145994;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.subsystem_table td{
  background-color: rgba(248, 248, 248, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.subsystem_table .subsystem_head1{
  width: 25%;
  min-width: 80px;
  text-align: center;
}
.subsystem_table .subsystem_head2{
  width: 10%;
  min-width: 80px;
  text-align: center;
}
.subsystem_table .subsystem_head3{
  width: 40%;
  min-width: 100px;
  text-align: center;
}
.subsystem_table .subsystem_head4{
  width: 30%;
  min-width: 70px;
  text-align: center;
}
.subsystem_table .subsystem_head5{
  width: 10%;
  min-width: 60px;
  text-align: center;
}
.subsystem_table .subsystem_head6{
  width: 48%;
  min-width: 70px;
  text-align: center;
}
.subsystem_table .subsystem_head7{
  width: 12%;
  min-width: 70px;
  text-align: center;
}
.subsystem_table .subsystem_item1{
  text-align: left;
  padding-left: 10px;
  height: 5px;
}
.subsystem_table .subsystem_item2{
  text-align: center;
  height: 5px;
}
.subsystem_table .subsystem_item3{
  text-align: left;
  padding-left: 10px;
  height: 5px;
}
.subsystem_table .subsystem_item4{
  text-align: center;
  height: 5px;
}
/* .subsystem_table tr:hover td {
    background-color: #145994;
  color: rgba(255, 255, 255, 1);
}  */

.subsystem_role_delete_btn{
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #f90909;
  box-shadow: 0 2px 0 #a14848;
  color: #f90909;
  /*display: block;*/
  font-size: 16px;
  text-align: center;
  padding: 5px 15px 0px;
  width: 20%;
  /*margin-left: 5px;*/
  margin-left: 20px;
  /*position: relative;*/
}

.subsystem_insert_btn{
  background-color: #ffffff;
  border-radius: 5px;
  border: 2px solid #2c9de9;
  box-shadow: 0 2px 0 #5a71e3;
  color: #2c9de9;
  /*display: block;*/
  font-size: 16px;
  text-align: center;
  padding: 3px 20px 0px;
  position: relative; left: 87%; bottom: 5px;
  width: 20%;
  /*margin-left: 5px;*/
  margin-left: 20px;
  /*position: relative;*/
}

.subsystem_input1{
  width: 25%;
}
.subsystem_input2{
  width: 10%;
}
.subsystem_input3{
  width: 25%;
}
.subsystem_list_table{
  border-collapse: collapse;
  width: 100%;
}
.subsystem_list_table th,
.subsystem_list_table td{
  padding: 12px 8px;
  vertical-align: middle;
}
.subsystem_list_table th{
  background-color: #145994;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.subsystem_list_table td{
  background-color: rgba(248, 248, 248, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.subsystem_list_table .subsystem_list_head1{
  width: 25%;
  min-width: 80px;
  text-align: center;
}
.subsystem_list_table .subsystem_list_head2{
  width: 25%;
  min-width: 100px;
  text-align: center;
}
.subsystem_list_table .subsystem_list_head3{
  width: 40%;
  min-width: 80px;
  text-align: center;
}
.subsystem_list_table .subsystem_list_head4{
  width: 15%;
  min-width: 70px;
  text-align: center;
}
.subsystem_list_table .subsystem_list_head5{
  width: 13%;
  min-width: 60px;
  text-align: center;
}
.subsystem_list_table .subsystem_list_head6{
  width: 15%;
  min-width: 70px;
  text-align: center;
}
.subsystem_list_table .subsystem_list_item1{
  text-align: left;
  padding-left: 10px;
}
.subsystem_list_table .subsystem_list_item2{
  text-align: center;
}

.subsystem_list_table .subsystem_list_item3{
  text-align: left;
  padding-left: 10px;
}

.subsystem_list_table tr:hover td {
	background-color: #145994;
  color: rgba(255, 255, 255, 1);
}

.contents_subsystem_role_block{
  margin-top: 30px;
  overflow: auto;
  display: block;
  width: 100%;
  height: 1000px;

}
.subsystem_role_table{
  border-collapse: separate;
  width: 100%;
  position:relative;
}

.subsystem_role_table .subsystem_role_head1 {
  height: 40px;
  width: 10%;
  min-width: 150px;
  padding-top: 5px;
  background-color: #145994;
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgb(85, 77, 77);
  position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}
.subsystem_role_table .subsystem_role_item1 {
  height: 40px;
  min-width: 100%;
  padding-top: 5px;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(85, 77, 77);
  position: sticky;
  text-align: center;
    top: 0;
    left: 0;
    z-index: 1;
}
.subsystem_role_table .subsystem_role_item2 {
  height: 40px;
  min-width: 100%;
  padding-top: 5px;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(85, 77, 77);
  position: sticky;
  text-align: center;
    top: 0;
    left: 0;
    z-index: 0;
}
td,th{
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.subsystem_role_item1 tr:first-child th{
  border-top: 1px solid #999;
}
.subsystem_role_item1 th:first-child{
  border-left: 1px solid #999;
}

.subsystem_role_table td{
  background-color: rgba(248, 248, 248, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  white-space:nowrap;  
}
.contents_subsystem_role_block  tr:nth-child(2) th:first-child{
  z-index: 3;
}



.apply_list_table{
  border-collapse: collapse;
  width: 100%;
}
.apply_list_table th,
.apply_list_table td{
  padding: 12px 8px;
  vertical-align: middle;
}
.apply_list_table th{
  background-color: #145994;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.apply_list_table td{
  background-color: rgba(248, 248, 248, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.apply_list_table .apply_list_head1{
  width: 25%;
  min-width: 80px;
  text-align: center;
}
.apply_list_table .apply_list_head2{
  width: 25%;
  min-width: 100px;
  text-align: center;
}
.apply_list_table .apply_list_head3{
  width: 40%;
  min-width: 80px;
  text-align: center;
}
.apply_list_table .apply_list_head4{
  width: 15%;
  min-width: 70px;
  text-align: center;
}
.apply_list_table .apply_list_head5{
  width: 13%;
  min-width: 60px;
  text-align: center;
}
.apply_list_table .apply_list_head6{
  width: 15%;
  min-width: 70px;
  text-align: center;
}


/* approve_authority */

.approve_authority_list_table{
  border-collapse: collapse;
  width: 100%;
}
.approve_authority_list_table th,
.approve_authority_list_table td{
  padding: 12px 8px;
  vertical-align: middle;
}
.approve_authority_list_table th{
  background-color: #145994;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.approve_authority_list_table td{
  background-color: rgba(248, 248, 248, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.approve_authority_list_table .approve_authority_list_head{
  width: 70%;
  min-width: 80px;
  text-align: center;
}
.approve_authority_list_table .approve_authority_list_head1{
  width: 25%;
  min-width: 80px;
  text-align: center;
}
.approve_authority_list_table .approve_authority_list_head2{
  width: 25%;
  min-width: 100px;
  text-align: center;
}
.approve_authority_list_table .approve_authority_list_item1{
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}
.approve_authority_list_table .approve_authority_list_item2{
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}

.approve_authority_insert_btn_flex{
  margin-top: 24px;
}

.approve_authority_insert_btn{
  background-color: #145994;
  border-radius: 5px;
  box-shadow: 0 2px 0 #145994;
  color: rgba(255, 255, 255, 1);
  display: inline-block;	
  font-size: 16px;
  text-align: center;
	justify-content: flex-end;
  white-space:nowrap;
  margin-right: 5px;
	height: 30px;
	line-height: 30px;
	width: 150px;
	margin-left: auto;
  position: relative;
}

.approve_authority_contents_main_block{
  margin-top: 16px;
  display: block;
}

/* entry_apply_type */

.apply_type_list_table{
  border-collapse: collapse;
  width: 100%;
}
.apply_type_list_table th,
.apply_type_list_table td{
  padding: 12px 8px;
  vertical-align: middle;
}
.apply_type_list_table th{
  background-color: #145994;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.apply_type_list_table td{
  background-color: rgba(248, 248, 248, 1);
  border: 2px solid rgba(255, 255, 255, 1);
}
.apply_type_list_table .apply_type_list_head1{
  width: 60%;
  min-width: 80px;
  text-align: center;
}
.apply_type_list_table .apply_type_list_head2{
  width: 25%;
  min-width: 50px;
  text-align: center;
}
.apply_type_list_table .apply_type_input1{
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}
.apply_type_list_table .apply_type_input2{
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}

.apply_type_insert_btn{
  background-color: #145994;
  border-radius: 5px;
  box-shadow: 0 2px 0 #145994;
  color: rgba(255, 255, 255, 1);
  display: inline-block;	
  font-size: 16px;
  text-align: center;
	justify-content: flex-end;
  white-space:nowrap;
  margin-right: 5px;
	height: 30px;
	line-height: 30px;
	width: 150px;
	margin-left: auto;
  position: relative;
}

.delete_icon {
  width: 30px;
  height: 30px;
  margin: auto;
  display: block;
}
