@charset "utf-8";
/* CSS Document */

/* #grid_container{
  background: #f7f7f7;
} */
.approval_sidenav button.btn_search {
  width: 100%;
  background: url(../img/arrow_enji.png) 85% 30px no-repeat #DEF2D9;
  border-bottom: 1px solid #fff;
  font-size: 120%;
  padding: 21px 0 20px 20px;
  text-align: left;
}

  /*絞り込み*/
/* .syonin_shibori .box_search_area{
  font-size: 12px;
  line-height: 1.2em;
} */

.syonin_shibori .box_search_area{
  font-size: 12px;
  line-height: 1.2em;
  /* display: none; */
  z-index: 20;
  position: absolute;
  top: 8.9vh;
  left: 270px;
  width: 415px;
  padding: 1.6em;
  background: #fff;
  box-shadow: 3px 0 5px 0 #DCDCDC;
  overflow-y: auto;
}

.syonin_shibori .open {
  display: block !important;
}

.syonin_shibori .box_search_area .piriod_select .w205 {
  width: 147px;
  height: 25px;
  margin: 0;
  color: #515d62;
}

.syonin_shibori .box_search_area .piriod_select {
  display: flex;
  align-items: center;
  margin: 10px 0 20px 0;
}

.syonin_shibori .box_search_area .common_area div select {
  width: 110px;
  padding-right: 40px;
  height: 15px;
  margin: 10px 30px 20px 0;
  padding: 0.93em 40px 0.93em 0.93em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 0px 5px 2px #DCDCDC inset;
  border-radius: 10px;
  background: url(../img/arrow02.jpg) right 50% no-repeat, #fff;
  background-size: 40px;
  cursor: pointer;
}

.syonin_shibori .trayinfo_area {
  display: flex;
}

.syonin_shibori .box_search_area div.period_wakusen {
  border: 1px solid #DCDCDC;
  padding: 10px 10px 0 10px;
  background: #EEEEEE;
}

.syonin_shibori .box_search_area div.btn_kensaku [type="submit"] {
  float: left;
  width: 80px;
  height: 30px;
  margin: 0 5px;
  display: block;
  border-radius: 50px;
  background: linear-gradient(to bottom, #FCFCFC, #CBCBCB);
  line-height: 1em;
  font-size: 12px;
  border: 1px solid #ccc;
  color: #4b5570;
}

.syonin_shibori .box_search_area .btn_kensaku {
  display: flex;
  justify-content: center;
}

.syonin_shibori .box_search_area input.size335 {
  margin: 10px 0 0 0;
  padding: 0.5em;;
  width:335px;
}

.syonin_shibori input{
  font-size: inherit;
  color: #4B5570;
}

.syonin_shibori .moji-kensaku {
  width: calc(335px + 1em);
}
/*
 * お知らせ一覧用
 */
.approval_new_area {
  width: 270px;
  height: 70px;
  padding: 10px;
}

.approval_new_area button {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100px;
  box-shadow: none;
  background: linear-gradient(to right, #2ED803, #07C184);
  font-size: 1.8rem;
  line-height: 1em;
  color: #fff;
}

.approval_sidenav {
  background: #f7f7f7;
  z-index: 10;
}

.approval_sidenav .approval_list {
  width: 270px;
  overflow-y: auto;
  height: calc(100% - 102px);
  display: flex;
}

.approval_sidenav .approval_lists {
  width: 100%;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.approval_sidenav .approval_row {
  display: block;
  color: #515d62;
  padding: 0.6em 0.5em;;
  position: relative;
  word-break: break-all;
  border-bottom: 1px solid #f6f5f5;
}

.approval_sidenav .approval_row.selected {
  background: #DEF2D9;
}

.approval_sidenav .approval_row.already_read {
  background: #e9e9e9;
}

.approval_row_head {
  display: flex;
}

.approval_head_day {
  font-size: 15px;
}

.approval_row_head img {
  width: 18px;
  margin-left: 5px;
}

.approval_head_category {
  margin: 0 1em 0 auto;
}

.approval_row_title{
  padding: 6px 0 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  font-size: 18px;
  line-height: 18px;
}

.approval_row_title_original{
  padding: 6px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 18px;
}

.approval_row_text {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
  white-space: pre;
  font-size: 18px;
  line-height: 24px;
}

.approval_contents {
  width: 100%;
  /* display: flex; */
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5vw 1.5vw 1.5vw;
}

.approval_detail {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  font-size: 18px;
  color: #515d62;
  height: 90%;
}

.approval_detail_head,
.approval_detail_text,
.approval_detail_button,
.approval_detail_count {
  padding: 20px;
  margin: 0 0 10px 0;
}

.approval_detail_head {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #4c556e;
}

.approval_detail_head_left_title {
  margin-top: 12px;
  word-break: break-all;
}

.approval_detail_head_right {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
}

.approval_detail_head_right p {
  font-size: 16px;
  color: #c8c8c8;
}

.approval_detail_head_right img {
  width: 1.5vw;
  margin-right: 10px;
  vertical-align: middle;
}

.approval_detail_head_right span {
  vertical-align: middle;
}

.approval_detail_head_right_date {
  margin-top: auto;
  margin-bottom: 5px;
}

.approval_detail_head_right_user {
  width: 19vw;
  overflow: hidden;
}

.approval_detail_text {
  word-wrap: break-word;
  white-space: pre-wrap;
}

.approval_detail_button {
  text-align: right;
  display: flex;
}

.approval_detail_button button:not(:last-of-type) {
  margin-right: 1.0em;
}

.approval_detail_file_count {
  text-align: left;
  padding-bottom: 20px;
}

.approval_detail_file_count img {
  width: 1.5vw;
  margin-right: 10px;
  vertical-align: middle;
}

.approval_detail_file_count span {
  vertical-align: middle;
}

.approval_details_files_button {
  display: flex;
  align-items: center;
  width: 490px;
  height: 2.5vw;
  text-align: left;
  font-size: 17px;
  padding-left: 15px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  word-break: keep-all;
  color: #565e73;
  border-color: rgb(230,230,230);
  background-image: -webkit-linear-gradient(90deg, rgb(221, 221, 221) 0%, rgb(252, 252, 252) 100%);
  box-shadow: 0px 4px 8px 0px rgb(230 230 230 / 40%), 2px -3px 2px 0px rgb(255 255 255 / 40%) inset;
}

@media screen and (max-width: 1024px) {
  .approval_details_files_button {
    width: 450px;
    height: 3vw;
  }
}

.approval_details_files_button span:last-of-type {
  color: #999999;
}

.approval_details_files button {
  margin-bottom:10px ;
  padding: 0 1.5vw;
}

.approval_detail_count {
  font-size: 16px;
}

.approval_detail_count_head {
  display: flex;
}

.approval_detail_count_head_target_count {
  margin-left: 150px;
}

.approval_detail_count_head_read_count {
  margin: 0 0 20px 50px;
}

.approval_detail_count_kids_list {
  display: flex;
  flex-wrap: wrap;
}

.approval_detail_count_kids_list li::before {
  content: '、';
  color: #000;
}

.approval_detail_count_kids_list li:first-child::before {
  content: '';
}

.approval_category_icon {
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size:18px;
  height: 30px;
  line-height: 30px;
  width: 104px;
}

.approval_category_icon.pending {
  background: #ea68a2;
}

.approval_category_icon.approved {
  background: #0cc45e;
}

.approval_category_icon.rejected {
  background: #f94b4b;
}

.approval_category_icon.small {
  padding: 1px 3px;
  font-size: 9px;
  height: 18px;
  line-height: 18px;
  width: 55px;
}

.approval_action_icon img {
  height: 65%;
}

.approval_guardian_open.read {
  color:#000000;
}

.approval_guardian_open.unread {
  color:#969ea2;
}

/*帳票*/
.approval_box #tyohyou_area {
  padding: 10px;
  background-color: #f7f7f7;
  /* border: solid 2px; */
  width: 100%;
  margin-top: 30px;
}
.approval_box #tyohyou_area td{
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !Important;
  padding: 10px;
  letter-spacing:0.05em;
  line-height:17px;
}
.approval_box #tyohyou_area td span{
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !Important;
  padding: 10px;
  letter-spacing:0.05em;
  line-height:17px;
}
.approval_box #tyohyou_area td.vertical{
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  direction: rtl;
  width: 3.5vw;
}

@media screen and (max-width:1280px) {
.approval_box #tyohyou_area td.vertical {
  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  width: 5vw;
}
.approval_box #tyohyou_area td.month_hyouka {
  width: 9vw;
}
.approval_box #tyohyou_area td.month_renkei {
  text-orientation: upright;
  word-break: break-all;
}
}

.approval_box #tyohyou_area td.vertical p{
  writing-mode: vertical-rl;
  white-space: pre;
  display: inline-block;
}
.approval_box #tyohyou_area td.vertical span{
  writing-mode: vertical-rl;
  padding: 0;
}
.approval_box #tyohyou_area td.vertical span p{
  writing-mode: vertical-rl;
  padding: 0px;
}

/*絞り込み欄*/
.approval_box aside#grid_sidenav {
  box-shadow: none;
  background-color: #f6f6f6;
  box-shadow: 6px 0px 6px -1px rgba(0, 0, 0, 0.2);
}
.approval_box .approval_new_area {
  padding: inherit;
  width: 270px;
  height: 70px;
  border-bottom: 1px solid #fff;
}
.approval_box .approval_new_area button {
  width: 100%;
  height: 100%;
  box-shadow: none;
  font-size: 1.8rem;
  line-height: 1em;
  border-radius: 0px;
  background: #def2d9;
  color: #515d62;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.approval_box .approval_sidenav .approval_row {
  /* margin: 1em; */
  border-bottom: solid 0.75px #a2a8b9;
  padding: 1em; /*修正*/
}
.approval_box .approval_sidenav .approval_row:last-child {
  border-bottom: none;
}
.approval_box .approval_row_title{
  padding: 6px 0 0 0;
}
.approval_box span{
  margin: 0;
}
.approval_box span.sback {
  background-color: #f94b4b;
}
.approval_box span.checknow {
  background-color: #ea68a2;
}
.approval_box span.approval_head_day {
  font-size: 16px;
}
.approval_box .approval_row_text p {
  font-size: 12px;
  text-align: right;
  padding-top: 10px;
}
.approval_box .approval_sidenav .approval_list {
  /* height: auto; */
}
.approval_box .approval_row_head{
  justify-content: space-between;
}
.approval_box .approval_row_text{
  line-height: inherit;
  white-space: nowrap;
}
/*メイン*/
.approval_box .approval_detail_head_left_title{
  margin-top: 0;
}
.approval_box main#grid_container {
  background-color: #f6f6f6;
}
.approval_box .approval_detail_head_left_title p.tray_title {
  font-size: 22px;
  font-weight: bold;
}
.approval_box .approval_detail_head_left_title_original p.tray_title {
  font-size: 22px;
  font-weight: bold;
  white-space: pre-wrap;
  word-break: break-word;
  width:58vw
}
@media screen and (max-width: 1024px) {
  .approval_box .approval_detail_head_left_title_original p.tray_title {
    font-size: 22px;
    font-weight: bold;
    white-space: pre-wrap;
    word-break: break-word;
    width:46vw
  }
}

.approval_box section.approval_detail {
  padding: 20px 30px;
}
.approval_box section div.approval_detail_head {
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.approval_box button.btn_keikaku,.approval_box button.btn_syutu,.approval_box button.btn_syonin,.approval_box button.btn_sback {
  width: 110px;
  height: 30px;
  border-radius: 15px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.approval_box button.btn_keikaku,.approval_box button.btn_syutu{
  margin-left: 30px;
}
.approval_box button.btn_syonin,.approval_box button.btn_sback{
  margin-right: 30px;
}
.approval_box button.btn_gray{
  background-color: #686f82;
  color: #fff;
}
.approval_box button.btn_lightgreen{
  background-color: #30c40c;
  color: #fff;
}
.approval_box button.btn_red{
  background-color: #f94b4b;
  color: #fff;
}
.approval_box button.btn_pailgray{
  background-color: #cccccc;
  color: #fff;
}
.approval_box button img{
  width: 18px;
  margin-right: 5px;
}
.approval_box .approval_button_sentakutwo {
  display: flex;
}
.approval_box .approval_button_sentakuone {
  display: flex;
  justify-content: flex-end;
}
.approval_box .approval_detail_button{
  padding:0;
  margin: 0;
}
.approval_box .approval_detail_text{
  word-wrap: normal;
  white-space: inherit;
  padding: 15px 0 20px 0;
  margin: 0;
}
.approval_box .shidokeikaku_syonin {
  background-color: #FFF;
  border: solid 2px;
  width: 100%;
  height: 1200px;
  margin-top: 30px;
}
.approval_box section .syonin_history div.approval_detail_head {
  padding-bottom: 10px;
}
.approval_box .syonin_history {
  background-color: #f6f6f6;
  width: 100%;
  padding: 1.1em;
  border-radius: 10px;
}
.approval_box .syonin_history .syonin_hspace {
  background-color: #fff;
  padding: 1.2em 1.4em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  box-shadow: 0px 3px 10px 1px #d9d9d9;
  border-radius: 8px;
  margin-bottom: 10px; /*追加*/
}
.approval_box .syonin_hcorner {
  display: block;
  position: relative;
}
.approval_box div.shistory_text {
  width: 64%;
  line-height: 24px;
}
.approval_box div.shistory_title {
  padding-right: 5px;
}
.approval_box .shistory-add {
  position: absolute;
  top: -25px;
  width: 3em;
  right: 0;
  left: 0;
  margin: auto;
}
.approval_box .shistory-add button {

}
.approval_box .shistory-add button img {
  width: 3em;
  margin: 0;
}
.approval_box section .syonin_history div.approval_detail_head {
  margin-bottom: 40px;
}
.approval_box .syonin_history .approval_detail_head_left_title p.tray_title{
	font-size: 18px;
}
