/*
 * お知らせ一覧用
 */
.inform_new_area {
  width: 270px;
  height: 70px;
  padding: 10px;
}

.inform_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;
}

.inform_sidenav .inform_list {
  width: 270px;
  overflow-y: auto;
  height: calc(100% - 140px);
  display: flex;
}

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

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

.inform_sidenav .inform_row.selected {
  background: #DEF2D9;
}

.inform_row_head {
  display: flex;
}

.inform_head_day {
  font-size: 15px;
}

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

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

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

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

.inform_row_text.answered_status {
  text-align: right;
  font-size: 12px;
}

.inform_row_text.answered_status.complete {
  font-weight: bold;
  color: #df85b4;
}

.inform_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;
}

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

.inform_detail_head,
.inform_detail_text,
.inform_detail_button,
.inform_detail_count {
  padding: 20px;
  margin: 0 0 10px 0;
}

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

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

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

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

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

.inform_detail_head_right span {
  vertical-align: middle;
}

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

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

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

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

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

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

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

.inform_detail_file_count span {
  vertical-align: middle;
}

.inform_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) {
  .inform_details_files_button {
    width: 450px;
    height: 3vw;
  }
}

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

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

.inform_detail_count {
  font-size: 16px;
}

.inform_detail_count_head {
  display: flex;
}

.inform_detail_count_head.survey_answered {
  display: flex;
  margin: 2% 0;
}

.inform_detail_count_head_target_count {
  margin-left: 150px;
}

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

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

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

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

.inform_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;
}

.inform_category_icon.info {
  background: #1978ce;
}

.inform_category_icon.closed {
  background: #f73131;
}

.inform_category_icon.bring {
  background: #0cc45e;
}

.inform_category_icon.event {
  background: #a649e8;
}

.inform_category_icon.menu {
  background: #15afa7;
}

.inform_category_icon.news {
  background: #ffa500;
}

.inform_category_icon.draft {
  background: #999999;
}

.inform_category_icon.survey {
  background: #df85b4;
}

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

.inform_action_icon img {
  height: 65%;
}

.inform_guardian_open.read {
  color:#000000;
}

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

.inform_guardian_open.read.survey_answered {
  color:#000000;
}

/*
 * お知らせポップアップ用
 */
.inform_popup_contents {
  height: 84vh;
}

.inform_popup_form {
  margin-top: 15px;
}

.inform_popup_form_header {
  display: flex;
  height: 35px;
  line-height: 35px;
  margin-bottom: 5px;
}

.inform_popup_form_title {
  font-size: 16px;
}

.inform_mojisuu {
  width: 100%;
  text-align: right;
  font-size: 80%;
  margin: 0 0 5px 0;
}

.inform_popup_form_info {
  margin-left: auto;
  line-height: 55px;
}

.inform_popup_btn_all button {
  width: 80px;
  height: 30px;
  margin-left: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: linear-gradient(to bottom, #FCFCFC, #CBCBCB);
  line-height: 1em;
}

.inform_popup_form_input {
  width: 100%;
  height: 145px;
  padding: 10px;
  border: 1px solid #ccc;
  overflow: auto;
}

.inform_popup_form_input.category_area {
  height: 95px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .inform_popup_form_input.category_area {
    height: 85px;
  }
}

.inform_popup_form_input.grade_area {
  height: 95px;
  overflow: hidden;
}

.inform_popup_form_input.title_area {
  height: 75px;
  overflow: hidden;
}

.inform_popup_form_input.text_area {
  height: 230px;
  overflow: hidden;
}

.inform_popup_form_input input[type="radio"] {
  display: none;
}

.inform_popup_form_input label input[type="radio"] + span {
  position: relative;
  padding-left: 25px;
}

.inform_popup_form_input label input[type="radio"] + span::before {
  border-color: #4caf50;
}

.inform_popup_form_input label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.inform_popup_form_input label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 22px;
}

.inform_popup_form_input label input[type="radio"] + span::before {
  left: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 2px #5b707c solid;
}

.inform_popup_form_input label input[type="radio"]:checked + span::before {
  background-color: #3a3a3a;
}

.inform_popup_form_input input[type="checkbox"] {
  display: none;
}

.inform_popup_form_input label {
  float: left;
  margin: 0 5px 5px 5px;
  padding: 5px 20px;
  background: #FFFFFF;
  cursor: pointer;
  line-height: 1.3em;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}

.inform_popup_form_input input[type="checkbox"] + label {
  border: 1px solid #ccc;
  border-radius: 10px;
}

.inform_popup_form_input input[type="checkbox"]:checked + label {
  background: #30c40c;
  border: 1px solid #30c40c;
  color: #fff;
}

.inform_popup_form_input p.class_nothing {
  font-size: 18px;
  line-height: 1.3em;
}

.inform_popup_form_input .modal_selectbox {
  margin: 0 5px 5px 0;
  padding: 5px 20px;
  font-size: 16px;
}

.inform_popup_form_input .modal_selectbox select {
  border: 1px solid #7e7e7e;
  height: 30px;
  width: 120px;
  font-size: 16px;
}

.inform_popup_form_input textarea {
  resize: none;
  text-align: left;
  width: 100%;
  padding: 0.5em;
}

.inform_popup_form_input textarea::placeholder {
  text-align: left;
}

.inform_popup_form_input.title_area textarea {
  height: 50px;
}

.inform_popup_form_input.text_area textarea {
  height: 180px;
}

/*
 * お知らせ添付ファイル用
 */
.MgL10 {
  margin-left: 10px;
}

.inform_popup_files .inform_details_files_button {
  width: 420px;
}

.inform_button_lists {
  margin-left: auto;
}

.inform_detail_file_select_area {
  margin: 1vw 0;
  padding: 10px 0;
  font-size: 16px;
}

.inform_details_files_select_button {
  width: 140px;
  text-align: center;
  border-radius: 15px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  padding: inherit;
  border-color: rgb(204,204,204);
  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;
}

.inform_popup_files {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.inform_popup_files button img {
  width: 1.5vw;
  vertical-align: middle;
  margin-left: 10px;
}

.inform_details_files img {
  width: 1.5vw;
  margin: 0 0 0 auto;
}

.modal_contents_form .btn_modal_temp {
  background-color: #fff;
  width: 200px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #0fc458;
}

.modal_contents_form .btn_modal_temp:disabled {
  background-color: #c4c4c4;
  width: 200px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #c4c4c4;
  color: #fff
}

/**左のお知らせ一覧部分**/
.notice_ws .select_class {
  width: 270px;
  background: #fff;
  padding: 5px 10px 15px;
}
.notice_ws .select_wrap {
  border: solid 1px #ccc;
  border-radius: 25px;
}
/**main部分**/
.inform_detail_head_left_label .worksheet {
  background: #df85b4;
}
.inform_detail_button button.remind_btn {
  padding: 0;
  height: auto;
}
.btn_square_large.btn_color_green img.remind {
  left: inherit;
  width: 80%;
}
.inform_detail_button button.remind_btn span {
  margin: 0 auto 0.6em;
}
.inform_detail_button .remind_icon {
  position: relative;
  right: 0.4vw;
}
/*回答結果部分*/
.notice_ws .ws_result {
  background: #f7f7f7;
  padding: 15px 20px 20px;
  width: 100%;
  margin-top: 50px;
}
.notice_ws .ws_result .result_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.notice_ws .ws_result .result_top .result_ttl {
  font-weight: bold;
  font-size: 18px;
  color: #505c61;
}
.notice_ws .ws_result .result_top .btn_print {
  padding: 0.25em 1em;
  background: rgb(48, 196, 12);
  position: relative;
  color: #fff;
  width: 7.3vw;
  font-size: 1.2vw;
  border-radius: 25px;
  text-align: right;
}
.notice_ws .ws_result .result_top .btn_print::before {
  content: "";
  background-image: url(../img/ic/print.svg);
  width: 1.5em;
  height: 1.6em;
  position: absolute;
  left: inherit;
  transform: translate(0, 0);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding-bottom: 0.2vh;
}
.notice_ws .ws_result .result_area {
  border: solid 1px #4f5b61;
  border-radius: 10px;
  padding: 30px 30px 40px;
  font-size: 18px;
}
.notice_ws .ws_result .result_area .ws_qtn {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #a69f96;
}
.notice_ws .ws_result .result_area .ws_qtn:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.notice_ws .ws_result .result_area .ws_qtn > p {
  margin-bottom: 25px;
  word-wrap: break-word;
}
.notice_ws .ws_result .result_area .ws_qtn > div {
  display: flex;
}
.notice_ws .ws_result .result_area .ws_qtn p#ans_no {
  margin-bottom: 20px;
  font-size: 19px;
}
.notice_ws .ws_result .result_area .ws_qtn .graph {
  background: #fff;
  padding: 35px;
  width: fit-content;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 3px 5px 1px #d9d9d9;
}
.notice_ws .ws_result .result_area .ws_qtn .graph > div {
  width: 240px;
  height: 240px;
  border-radius: 120px;
  text-align: center;
}
.notice_ws .ws_result .result_area .ws_qtn figcaption {
  margin-left: 90px;
}
.notice_ws .ws_result .result_area .ws_qtn figcaption ul li {
  display: flex;
  margin-bottom: 15px;
}
.notice_ws .ws_result .result_area .ws_qtn .graph_color {
  min-width: 15px;
  height: 15px;
  border-radius: 7.5px;
  display: block;
  margin-right: 5px;
  border: 1px solid #4f5b61;
}
.notice_ws .green {
  background: #149243;
}
.notice_ws .purple {
  background: #723b93;
}
.notice_ws .blue {
  background: #375daa;
}
.notice_ws .red {
  background: #e83a19;
}
.notice_ws .orange {
  background: #f1881a;
}
.notice_ws .ws_result .result_area .ws_qtn ul.free_p {
  width: 100%;
}
.notice_ws .ws_result .result_area .ws_qtn ul.free_p li {
  padding: 15px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 5px 1px #d9d9d9;
  margin-bottom: 10px;
  border-radius: 10px;
  word-wrap: break-word;
}
.notice_ws .ws_result .result_area .ws_qtn ul.free_p li:last-of-type {
  margin-bottom: 0;
}
/***iPad Look***/
@media only screen and (max-width: 1200px) {
  .inform_details_files_button {
    width: 380px;
  }
  .inform_detail_button button:not(:last-of-type) {
    margin-right: 0.6em;
  }
  .pie_chart_label_name {
    width: 42%;
    word-wrap: break-word;
  }
  .notice_ws .ws_result .result_top .btn_print {
    background-color: #30c40c;
    position: relative;
    padding: 0.35em 1em;
  }
  .notice_ws .ws_result .result_top .btn_print::before {
    top: 1px;
  }
}
/***POPUP CSS***/
.notice_ws_syosai .question_sec{
  background: #f7f7f7;
  padding: 20px 10px;
  margin: 20px 0 10px;
}
.notice_ws_syosai .question_sec .inform_popup_form_header{
  justify-content: space-between;
}
.notice_ws_syosai .question_sec .inform_popup_form:first-of-type{
  margin-top: 0;
}
.notice_ws_syosai .inform_popup_form_title {
  color: #4b546c;
}
.notice_ws_syosai .question_del img{
  width: 20px;
  height: 27px;
}
.inform_popup_form_input.question_area {
  height: 100%;
}
.inform_popup_form_input.question_area textarea {
  height: 150px;
}
.inform_popup_form_input.category_ans_select_area {
  height: auto;
}
.inform_popup_form_input label input[type="radio"] + span::before {
  top: 2px;
  bottom: 0;
}
.notice_ws_syosai .category_ans_select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: solid 1px #cccccc;
}
.notice_ws_syosai .category_ans_select label{
  background-color: inherit;
  line-height: 1.3em;
}
.category_ans_select label:first-of-type {
  margin-left: 0;
  padding-left: 0;
}
.must_check {
  display: flex;
}
.must_check input[type="checkbox"],.notice_ws_syosai .inform_popup_files ul li input[type="checkbox"] {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  appearance: none;
  border: 1px solid #DCDCDC;
  border-radius: 0;
  box-shadow: 0px 0px 5px 2px #DCDCDC inset;
}
.must_check p {
  font-size: 16px;
  line-height: 20px;
  margin-left: 10px;
}
.category_ans_select_area .choices_make {
  margin: 0 50px 10px 1.5vw;
}
.category_ans_select_area .choices_make.optional_choice {
  display: flex;
  margin-right: 0;
}
.category_ans_select_area .choices_make.disabled_choice.optional_choice {
  display: flex;
  margin-right: 50px;
}
.category_ans_select_area .choices_make textarea {
  height: 50px;
}
.category_ans_select_area .choices_make textarea.other_choice {
  border-color: #cccccc;
  color: #cccccc;
  outline: none;
}
.category_ans_select_area .choices_make button {
  margin: 0 10px 0 20px;
  width: 20px;
}
.category_ans_select_area .choices_make button img {
  width: 20px;
}
.category_ans_select_area .others_plus {
  margin-left: 1.5vw;
  margin-bottom: 10px;
}
.category_ans_select_area .others_plus button{
  width: 200px;
  height: 30px;
  font-size: 16px;
  color:#fff;
  background: #5a6174;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  padding-right: 17px;
}
.others_plus .plus_btn{
  position: relative;
  margin-top: 5px;
}
.others_plus .plus_btn::before,.plus_btn::after{
  content: '';
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 18px;
  background-color: #fff;
  left: 20px;
}
.others_plus .plus_btn::after{
  transform: rotate(90deg);
}
.btn_plus.position_center{
  text-align: center;
}
.notice_ws_syosai .modal_contents_form > div:nth-of-type(9){
  margin-top: 10px;
}
.notice_ws_syosai input[type="datetime-local"]{
  width: 190px;
  height: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 2px #DCDCDC inset;
  border: none;
  vertical-align: middle;
  box-sizing: content-box;
  padding: 10px;
}
.notice_ws_syosai .inform_popup_files ul li{
  display: flex;
  align-items: center;
}
.notice_ws_syosai .inform_popup_files ul li:first-of-type{
  margin-bottom: 10px
}
.notice_ws_syosai .inform_popup_files ul li p{
  font-size: 16px;
  margin-left: 10px;
}
.notice_ws_syosai .inform_popup_files ul li input[type="datetime-local"]{
  margin-left: 20px;
}

.must_check input[type="checkbox"]:checked {
  background: url(../img/check.png) 4px 4px no-repeat;
  opacity: 1;
}

.inform_popup_files ul li input[type="checkbox"]:checked {
  background: url(../img/check.png) 4px 4px no-repeat;
  opacity: 1;
}

.pie_chart_label {
 background-color: #fff;
  padding: 5px;
  border: 1px solid #969ea2;
}

.survey_error {
  font-size: 1.2vw;
  color: #D90000;
  padding-top: 1%;
}

.survey_error.reserve_send_date_error {
  padding-top: 5%;
}

.survey_error.choice_error {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0.5em;
  position: relative;
  left: 1.2em;
}

.reserve_send_date_area {
  min-height: 35px;
}

.inform_popup_form_input input.disabled_inform_button[type="checkbox"] + label {
  background: #efefef;
  color: #d0d1d6;
}
