@charset "utf-8";
/* CSS Document */
/*サイドメニュー*/
#kid_master #main_menu li#menu03 {
  background: #DEF2D9;
}
/*20210716ここから*/
#kid_master #grid_wrapper:not(.no-sidenavi) {
  grid-template-columns: 260px 260px auto;
}
/*20210716ここまで*/
#kid_master .open_enjilist {
  z-index: 1; /*20210716*/
  position: relative; /*20210716*/
  /*top: 8.5vh;*/ /*20210716*/
  /*left: 13.5%;
    width:13.5%;*/
  width: 260px;
  /*left: 260px;*/ /*20210716*/
  height: calc(100vh - 8.9vh); /*20210716*/
  overflow-y: auto;
  box-shadow: 3px 0 5px 0 #DCDCDC;
  background: #FBFBFB;
}
/*#kid_master #main_menu_enjilist{
	overflow-y:scroll;
	height:100vh;
}*/
#kid_master li.enji_list_one {
  display: block;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #DCDCDC;
}

#kid_master .enji_list_one:hover {
  cursor: pointer;
}

#kid_master .enji_list_one_1 {
  background: #EEEEEE;
}

#kid_master li.enji_list_last {
  height: 60px;
}

#kid_master div.child_thumbnail {
  width: 45px;
  height: 45px;
  position: relative;
}

  #kid_master div.child_thumbnail img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

#kid_master div.child_name {
  /*width: 75%;
  float: right;*/
  padding: 5px 0;
}

#kid_master div.mom_name {
  font-size: 80%;
  clear: both;
  text-align: center;
}

#kid_master button.btn_new {
  width: 100%;
  background: url(../img/plus_2.png) 85% 30px no-repeat, linear-gradient(to left, #2ED803, #07C184);
  border: none;
  font-size: 120%;
  color: #ffffff;
  padding: 21px 0 20px 20px; /*20210716*/
  text-align: left;
}

#kid_master 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; /*20210716*/
  text-align: left;
}
/*園児管理マスタ絞り込み*/
#kid_master .open {
  display: block !important; /*.openを外したら、検索のエリアが消えます*/
}

#kid_master div.kid_search_area {
  display: none;
  z-index: 10;
  position: absolute;
  top: calc(8.9vh + 74px); /*20210716*/
  left: 520px;
  width: 460px; /*20210716*/
  height: 80vh; /*20210716*/
  max-height: 611px; /*20210716*/
  padding: 20px;
  background: #fff;
  box-shadow: 3px 0 5px 0 #DCDCDC;
  overflow-y: auto;
}

  #kid_master div.kid_search_area input[type="checkbox"] {
    display: none;
  }

  #kid_master div.kid_search_area label {
    display: block;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-right: 8px;
    cursor: pointer;
  }

  #kid_master div.kid_search_area input[type="checkbox"]:checked + label {
    background: #30C40C;
    border: 1px solid #ccc;
  }

  #kid_master div.kid_search_area input.searchbox {
    border-radius: 50px;
    width: 370px;
    padding: 10px;
  }

#kid_master div.btn_kensaku {
  width: 190px;
  height: 30px;
  margin: 0 auto;
}

  #kid_master 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); /* グラデーション */
    font-size: 90%;
    line-height: 1em;
    font-size: 100%;
    border: 1px solid #ccc;
  }
/*右コンテンツ*/
#kid_master main#grid_container_enji {
  z-index: 2;
  /*20210716ここから*/
  /*position: absolute;
  top: 8.5vh;
  left: 522px;
  margin: 0 0 0 0;
 width: 70.5%;*/
  padding: 10px 20px 20px 20px;
  /*float: right;*/
  height: calc(100vh - 8.9vh);
  background: #F7F7F7;
  overflow-y: scroll;
  overflow-x: scroll;
  box-sizing: content-box;
  /*20210716ここまで*/
}
/* CHANGE SMO - START====================================== */
/* 小さい画面のときに横スクロールが表示されるように修正 */
@media screen and (min-width:500px) and (max-width:1280px) {
  #kid_master main#grid_container_enji {
    /*20210716ここから*/
    /*z-index: 2;
    padding: 10px 20px 20px 20px;
    float: right;
    height: calc(100vh - 8.9vh);
    background: #F7F7F7;
    overflow-y: scroll;
    overflow-x: scroll;
    box-sizing: content-box;*/
    /*20210716ここまで*/
  }
}
/* CHANGE SMO - END======================================== */
#kid_master main#grid_container_enji .hogosya-sec {
  background: #ffffff;
  border: 1px solid #f2ff91;
  border-radius: 10px 10px 0 0;
  width: 95%;
  margin: 0 auto 30px 20px; /*20210716*/
  padding: 0;
  box-shadow: 2px 0 2px 0 #DCDCDC;
  clear: both;
  line-height: 2em;
}
/* CHANGE SMO - START====================================== */
/* 小さい画面のときに横スクロールが表示されるように修正 */
@media screen and (min-width:1280px) and (max-width:1720px) {
  #kid_master main#grid_container_enji .hogosya-sec {
    background: #ffffff;
    border: 1px solid #f2ff91;
    border-radius: 10px 10px 0 0;
    width: 90%; /*20210721*/
    margin: 0 0 30px 20px;
    padding: 0;
    box-shadow: 2px 0 2px 0 #DCDCDC;
    clear: both;
    line-height: 2em;
  }
}

@media screen and (min-width:500px) and (max-width:1280px) {
  #kid_master main#grid_container_enji .hogosya-sec {
    background: #ffffff;
    border: 1px solid #f2ff91;
    border-radius: 10px 10px 0 0;
    width: 170%; /*20210716*/
    margin: 0 0 30px 20px;
    padding: 0;
    box-shadow: 2px 0 2px 0 #DCDCDC;
    clear: both;
    line-height: 2em;
  }
}
/* CHANGE SMO - END======================================== */
#kid_master main#grid_container_enji .family-sec {
  background: #ffffff;
  border: 1px solid #f2ff91;
  border-radius: 10px 10px 0 0;
  width: 95%;
  margin: 0 auto 30px 20px; /*20210716*/
  padding: 0;
  box-shadow: 2px 0 2px 0 #DCDCDC;
  clear: both;
  line-height: 2em;
}
/* CHANGE SMO - START====================================== */
/* 小さい画面のときに横スクロールが表示されるように修正 */
@media screen and (min-width:1280px) and (max-width:1720px) {
  #kid_master main#grid_container_enji .family-sec {
    background: #ffffff;
    border: 1px solid #f2ff91;
    border-radius: 10px 10px 0 0;
    width: 90%; /*20210721*/
    margin: 0 0 30px 20px;
    padding: 0;
    box-shadow: 2px 0 2px 0 #DCDCDC;
    clear: both;
    line-height: 2em;
  }
}

@media screen and (min-width:500px) and (max-width:1280px) {
  #kid_master main#grid_container_enji .family-sec {
    background: #ffffff;
    border: 1px solid #f2ff91;
    border-radius: 10px 10px 0 0;
    width: 170%; /*20210716*/
    margin: 0 0 30px 20px;
    padding: 0;
    box-shadow: 2px 0 2px 0 #DCDCDC;
    clear: both;
    line-height: 2em;
  }
}
/* CHANGE SMO - END======================================== */
#kid_master main#grid_container_enji .master-sec {
  padding: 20px;
}

#kid_master .title {
  margin: 0 0 30px 0;
  border-bottom: 2px solid #4B5570;
  width: 100%;
  height: 40px;
}

@media screen and (min-width: 500px) and (max-width: 1720px) {
  #kid_master .title {
    margin: 0 0 30px 0;
    border-bottom: 2px solid #4B5570;
    width: 95%; /*20210721*/
    height: 40px;
  }
}

#kid_master .title h2.ttl_2 {
  font-size: 140%;
  width: 6em;
  display: block;
  float: left;
  padding-top: 10px;
}

#kid_master .title p {
  float: right;
  width: 25px;
  height: 32px;
  cursor: pointer;
}

@media screen and (min-width: 500px) and (max-width: 1720px) {
  /*20210716ここから*/
  /* #kid_master div.btn_hozon {
  width: 180px;
  height: 60px;
  margin: 0 0 50px 35vh;
  text-align: center;
 }*/
  /*20210716ここまで*/
}
/*クリックしたら開閉*/
#kid_master h3.sttl {
  width: 100%; /*20210716*/
  margin: 0;
  padding: 10px 0 10px 2%;
  background: #FFFAD0;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  box-shadow: 2px 0 2px 0 #DCDCDC;
  position: relative;
}

@media screen and (min-width: 1400px) and (max-width: 1720px) {
  #kid_master h3.sttl {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 0 10px 2%;
    background: #FFFAD0;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    box-shadow: 2px 0 2px 0 #DCDCDC;
    position: relative;
  }
}

#kid_master h3.sttl:after {
  display: block;
  content: url("../img/arrow_enjikanri.png");
  position: absolute;
  top: 40%;
  right: 30px;
  width: 20px;
  height: 13px;
  margin-top: -5px;
  cursor: pointer;
}
#kid_master h3.sttl.open:after {
  transform: rotate(180deg);
  top: 70%;
}

#kid_master input[type="checkbox"].check {
  display: none;
}

#kid_master main#grid_container_enji input[type="checkbox"].check + .master-sec {
  height: 0;
  display: none;
}

#kid_master main#grid_container_enji input[type="checkbox"].check:checked + .master-sec {
  height: auto;
  display: block;
}

#kid_master div.relationship select {
  width: 80px;
  height: 18px;
  padding: 10px;
  -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;
}

#kid_master .tel_list {
  display: block;
  padding: 20px auto;
  font-weight: bold;
  margin: 20px 20px 0px 20px;
}

#kid_master div.wakusen {
  width: 680px;
  border: 1px solid #DCDCDC;
  padding: 20px;
  margin: 0 0 30px 20px;
}

#kid_master table.renraku-box {
  width: 100%;
  margin: 0 10px;
}

  #kid_master table.renraku-box th {
    width: 200px;
  }

#kid_master table.renraku-box02 {
  width: 100%;
  margin: 0 10px;
}

  #kid_master table.renraku-box02 th {
    width: 200px;
  }

#kid_master div.jyusyo_since select {
  float: left;
  width: 90px;
  height: 18px;
  padding: 10px;
  margin-bottom: 5px;
  -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;
}

#kid_master p.jyusyo_since_txt {
  margin: 0 20px 0 10px;
  line-height: 2em;
  width: 15px;
  vertical-align: middle;
  float: left;
}

#kid_master div.family-box {
  position: relative;
  width: 97%;
}

#kid_master div.family-box-area {
  position: relative;
  margin: 20px;
  padding: 10px 0 30px 0;
  border: 1px solid #ccc;
}

#kid_master div.family-wakusen {
  position: relative;
  width: 97%;
}

#kid_master div.family-wakusen-area {
  position: relative;
  margin: 0 20px 20px 20px;
  padding: 10px 0 20px 0;
  border: 1px solid #ccc;
}

#kid_master div.family_tuika {
  z-index: 10;
  position: absolute;
  bottom: -30px;
  left: 50%;
}

  #kid_master div.family_tuika img {
    cursor: pointer;
  }

#kid_master div.trash {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#kid_master div.drag-drop-area {
  margin: 5px; /*20210716*/
  width: 450px;
  padding: 10px 0 50px 0;
  height: 200px;
  text-align: center;
  background: #F2F2F2;
  border: 1px solid #ccc;
  border-radius: 10px;
  vertical-align: middle;
}

  #kid_master div.drag-drop-area .drag-drop-inside input {
    display: none;
  }

  #kid_master div.drag-drop-area .drag-drop-inside label {
    background-image: linear-gradient(0deg, #ccc, #EFEFEF);
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
  }

#kid_master div.sougei-box {
  margin: 0 0 0 5px; /*20210716*/
}

  #kid_master div.sougei-box input[type="checkbox"] {
    display: none;
  }

  #kid_master div.sougei-box label {
    width: 100px;
    display: block;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-right: 8px;
    text-align: center;
  }

  #kid_master div.sougei-box input[type="checkbox"]:checked + label {
    background: #30C40C;
    border: 1px solid #ccc;
    color: #fff;
  }
/*タブ切り替え*/
/*タブ切り替え全体のスタイル*/
#kid_master .tab_area {
  width: 95%;
  /*height:50vh;*/
  margin: 0 auto 0 20px; /*20210716*/
}
/* CHANGE SMO - START====================================== */
/* 小さい画面のときに横スクロールが表示されるように修正 */
@media screen and (min-width: 1280px) and (max-width: 1720px) {
  #kid_master .tab_area {
    width: 90%;
  }
}

@media screen and (min-width: 500px) and (max-width: 1280px) {
  #kid_master .tab_area {
    width: 170%; /*20210716*/
  }
}
/* CHANGE SMO - END======================================== */
#kid_master p.tab_add {
  margin: 5px 0 0 20px;
  line-height: 1.5em;
  float: left;
  cursor: pointer;
}

#kid_master div.tab ul.tab_add_arrow {
  width: 50px;
  margin: 10px 20px 0 0; /*20210716*/
  float: right;
}

  #kid_master div.tab ul.tab_add_arrow li {
    width: 18px;
    height: 20px;
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
    background: none;
    border-radius: 0;
    cursor: pointer;
  }

    #kid_master div.tab ul.tab_add_arrow li:hover {
      background: none;
      color: #fff;
    }
/*タブのスタイル*/
#kid_master div.tab ul {
  float: left;
}

  #kid_master div.tab ul li {
    width: 250px;
    height: 30px;
    padding: 10px;
    background: linear-gradient(to right, #D6ECE9, #BEE9F0);
    font-size: 20px;
    line-height: 2.0em;
    text-align: left;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    cursor: pointer;
  }

#kid_master span.name {
  width: 220px;
  float: left;
}

#kid_master span.gomi {
  display: block;
  width: 23px;
  float: right;
}

#kid_master div.tab ul li:hover {
  background: linear-gradient(to right, #8CD1D6, #36C7E2);
  color: #fff;
}

#kid_master div.tab ul li.active {
  background: linear-gradient(to right, #8CD1D6, #36C7E2);
  color: #fff;
}
/*タブ切り替えの中身のスタイル*/
#kid_master .tab_content {
  border-top: 3px solid #33C9E2;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(51, 201, 226, 0.2);
  width: 100%;
  /*display:none;*/
  padding: 30px 0 0 0;
  clear: both;
  overflow: hidden;
}
/*アレルギーセクション*/
#kid_master .kid-sec {
  background: #ffffff;
  border: 1px solid #8CD1D6;
  border-radius: 10px 10px 0 0;
  width: 95%;
  margin: 0 auto 30px;
  padding: 0;
  clear: both;
  line-height: 2em;
}
/*クリックしたら開閉*/
#kid_master h3.sttl02 {
  width: 98%;
  margin: 0 auto;
  padding: 10px 0 10px 2%;
  background: #8CD1D6;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  position: relative;
  color: #fff;
}

  #kid_master h3.sttl02:after {
    display: block;
    content: url("../img/arrow_kid.jpg");
    position: absolute;
    top: 40%;
    right: 30px;
    width: 20px;
    height: 13px;
    line-height: 0; /*20210716*/
    /*margin-top: -5px;*/ /*20210716*/
    cursor: pointer;
  }
#kid_master h3.sttl02.open:after {
  transform: rotate(180deg);
}

#kid_master .kid-sec input[type="checkbox"].check {
  display: none;
}

  #kid_master .kid-sec input[type="checkbox"].check + .kidmaster-sec {
    height: 0;
    display: none;
  }

  #kid_master .kid-sec input[type="checkbox"].check:checked + .kidmaster-sec {
    height: auto;
    display: block;
  }

#kid_master section.kidmaster-sec {
  margin: 10px;
}
/*アレルギー*/
#kid_master ul.arelgy-check-box input[type="checkbox"] {
  display: none;
}

#kid_master ul.arelgy-check-box {
  margin-bottom: 20px;
}

  #kid_master ul.arelgy-check-box li {
    float: left;
    margin: 5px;
  }

    #kid_master ul.arelgy-check-box li label {
      padding: 5px 20px;
      background: #FFFFFF;
      border: 1px solid #ccc;
      border-radius: 10px;
      cursor: pointer;
    }

    #kid_master ul.arelgy-check-box li input[type="checkbox"]:checked + label {
      background: #FDFF03;
      border: 1px solid #F4E242;
    }

#kid_master div.arelgy-sonota {
  position: relative;
}

  #kid_master div.arelgy-sonota img {
    vertical-align: middle;
    cursor: pointer;
  }

  #kid_master div.arelgy-sonota p {
    position: absolute;
    bottom: -45px;
    left: 15%;
    margin-bottom: 30px;
  }

#kid_master table.arelgy-tokki {
  margin-top: 30px;
  width: 100%;
}

  #kid_master table.arelgy-tokki th {
    width: 70px;
  }

  #kid_master table.arelgy-tokki td textarea {
    width: 90%;
    height: 100px;
  }

#kid_master table.basetable td textarea {
  width: 90%;
  height: 100px;
}
/*アレルギー*/
#kid_master ul.milk-check-box input[type="checkbox"] {
  display: none;
}

#kid_master ul.milk-check-box {
  margin-bottom: 20px;
}

  #kid_master ul.milk-check-box li {
    float: left;
    margin: 5px;
  }

    #kid_master ul.milk-check-box li label {
      padding: 5px 20px;
      background: #FFFFFF;
      border: 1px solid #ccc;
      border-radius: 10px;
      cursor: pointer;
    }

    #kid_master ul.milk-check-box li input[type="checkbox"]:checked + label {
      background: #FDFF03;
      border: 1px solid #F4E242;
    }

#kid_master div.milk-sonota {
  position: relative;
}

  #kid_master div.milk-sonota img {
    vertical-align: middle;
    cursor: pointer;
  }

  #kid_master div.milk-sonota p {
    position: absolute;
    bottom: -45px;
    left: 15%;
    margin-bottom: 30px;
  }

#kid_master table.milk-tokki {
  margin-top: 30px;
  width: 100%;
}

  #kid_master table.milk-tokki th {
    width: 200px;
  }

  #kid_master table.milk-tokki td textarea {
    width: 90%;
  }
/*食材チェック表確認事項*/
#kid_master table.foodcheck_table01 {
  width: 100%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

  #kid_master table.foodcheck_table01 th {
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }

    #kid_master table.foodcheck_table01 th.foodcheck_table01L {
      width: 25px;
      padding: 10px;
    }

    #kid_master table.foodcheck_table01 th.foodcheck_table01R {
      width: 200px;
      padding: 10px;
    }

  #kid_master table.foodcheck_table01 td.foodcheck_table01L {
    width: 25px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
  }

  #kid_master table.foodcheck_table01 .foodcheck_table01L p {
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: upright;
  }

  #kid_master table.foodcheck_table01 td {
    vertical-align: top;
    padding: 5px;
    background: #FFE1F0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  #kid_master table.foodcheck_table01 input[type="checkbox"] {
    display: none;
  }

  #kid_master table.foodcheck_table01 ul li {
    margin: 5px 0;
    float: none;
    line-height: 1.3em;
  }

    #kid_master table.foodcheck_table01 ul li label {
      padding: 2px 10px;
      font-size: 13px;
      background: #FFFFFF;
      border: 1px solid #ccc;
      border-radius: 10px;
      cursor: pointer;
    }

    #kid_master table.foodcheck_table01 ul li input[type="checkbox"]:checked + label {
      background: #FA97C3;
      border: 1px solid #FA97C3;
    }
/*中期*/
#kid_master table.foodcheck_table02 {
  width: 100%;
  border-left: 1px solid #ccc;
}

  #kid_master table.foodcheck_table02 td.foodcheck_table02L {
    width: 25px;
    padding: 10px;
  }

  #kid_master table.foodcheck_table02 td.foodcheck_table02R {
    width: 200px;
    padding: 10px;
  }

  #kid_master table.foodcheck_table02 td.foodcheck_table02L {
    width: 25px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
  }

  #kid_master table.foodcheck_table02 .foodcheck_table02L p {
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: upright;
  }

  #kid_master table.foodcheck_table02 td {
    vertical-align: top;
    padding: 5px;
    background: #EEE1FF;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  #kid_master table.foodcheck_table02 input[type="checkbox"] {
    display: none;
  }

  #kid_master table.foodcheck_table02 ul li {
    margin: 5px 0;
    float: none;
    line-height: 1.3em;
  }

    #kid_master table.foodcheck_table02 ul li label {
      padding: 2px 10px;
      font-size: 13px;
      background: #FFFFFF;
      border: 1px solid #ccc;
      border-radius: 10px;
      cursor: pointer;
    }

    #kid_master table.foodcheck_table02 ul li input[type="checkbox"]:checked + label {
      background: #CCA6FD;
      border: 1px solid #CCA6FD;
    }
/*後期*/
#kid_master table.foodcheck_table03 {
  width: 100%;
  border-left: 1px solid #ccc;
}

  #kid_master table.foodcheck_table03 td.foodcheck_table03L {
    width: 25px;
    padding: 10px;
  }

  #kid_master table.foodcheck_table03 td.foodcheck_table03R {
    width: 200px;
    padding: 10px;
  }

  #kid_master table.foodcheck_table03 td.foodcheck_table03L {
    width: 25px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
  }

  #kid_master table.foodcheck_table03 .foodcheck_table03L p {
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: upright;
  }

  #kid_master table.foodcheck_table03 td {
    vertical-align: top;
    padding: 5px;
    background: #E1E9FE;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  #kid_master table.foodcheck_table03 input[type="checkbox"] {
    display: none;
  }

  #kid_master table.foodcheck_table03 ul li {
    margin: 5px 0;
    float: none;
    line-height: 1.3em;
  }

    #kid_master table.foodcheck_table03 ul li label {
      padding: 2px 10px;
      font-size: 13px;
      background: #FFFFFF;
      border: 1px solid #ccc;
      border-radius: 10px;
      cursor: pointer;
    }

    #kid_master table.foodcheck_table03 ul li input[type="checkbox"]:checked + label {
      background: #A4BDFF;
      border: 1px solid #A4BDFF;
    }
/*完了期*/
#kid_master table.foodcheck_table04 {
  width: 100%;
  border-left: 1px solid #ccc;
}

  #kid_master table.foodcheck_table04 td.foodcheck_table04L {
    width: 25px;
    padding: 10px;
  }

  #kid_master table.foodcheck_table04 td.foodcheck_table04R {
    width: 200px;
    padding: 10px;
  }

  #kid_master table.foodcheck_table04 td.foodcheck_table04L {
    width: 25px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
  }

  #kid_master table.foodcheck_table04 .foodcheck_table04L p {
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: upright;
  }

  #kid_master table.foodcheck_table04 td {
    vertical-align: top;
    padding: 5px;
    background: #E2FEEF;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  #kid_master table.foodcheck_table04 input[type="checkbox"] {
    display: none;
  }

  #kid_master table.foodcheck_table04 ul li {
    margin: 5px 0;
    float: none;
    line-height: 1.3em;
  }

    #kid_master table.foodcheck_table04 ul li label {
      padding: 2px 10px;
      font-size: 13px;
      background: #FFFFFF;
      border: 1px solid #ccc;
      border-radius: 10px;
      cursor: pointer;
    }

    #kid_master table.foodcheck_table04 ul li input[type="checkbox"]:checked + label {
      background: #70E59F;
      border: 1px solid #70E59F;
    }
/*基本情報*/
#kid_master div.sex {
  display: inline-block;
}

  #kid_master div.sex select {
    width: 170px;
    height: 18px;
    padding: 10px;
    -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;
    line-height: 1.3;
  }

#kid_master div.kidkbn-box {
  margin-bottom: 20px !important;
  display: inline-block;
}

  #kid_master div.kidkbn-box input[type="checkbox"] {
    display: none;
  }

  #kid_master div.kidkbn-box label {
    display: block;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
  }

  #kid_master div.kidkbn-box input[type="checkbox"]:checked + label {
    background: #30C40C;
    border: 1px solid #ccc;
    color: #fff;
  }

  #kid_master div.kidkbn-box input[type="radio"] {
    display: none;
  }

    #kid_master div.kidkbn-box input[type="radio"]:checked + label {
      background: #30C40C;
      border: 1px solid #ccc;
      color: #fff;
    }

#kid_master div.youbi-box {
  /*margin: 0;
  display: inline-block;*/
  float: left;
}

  #kid_master div.youbi-box input[type="checkbox"] {
    display: none;
  }

  #kid_master div.youbi-box label {
    display: block;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 7px 5px 5px; /*20210716*/
    text-align: center;
    cursor: pointer;
  }

  #kid_master div.youbi-box input[type="checkbox"]:checked + label {
    background: #30C40C;
    border: 1px solid #ccc;
    color: #fff;
  }

  #kid_master div.youbi-box input[type="radio"] {
    display: none;
  }

    #kid_master div.youbi-box input[type="radio"]:checked + label {
      background: #30C40C;
      border: 1px solid #ccc;
      color: #fff;
    }

#kid_master div.time-box {
  width: 90%;
  margin: 0;
  display: inline-block;
  line-height: 1.5em;
}

#kid_master div.time-box02 {
  clear: both;
  width: 100%;
  margin: 0 0 0 40px;
  display: inline-block;
  line-height: 1.5em;
}

#kid_master div.method-select {
  display: inline-block;
}

  #kid_master div.method-select select {
    width: 170px; /*20210721_3*/
    height: 18px;
    padding: 10px;
    -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;
    line-height: 1.3;
  }

#kid_master div.ichijihoiku-select {
  margin-left: 40px;
}

  #kid_master div.ichijihoiku-select select {
    width: 100px;
    height: 18px;
    padding: 10px;
    -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;
  }

#kid_master .taien-jyouhou {
  display: block;
  padding: 20px auto;
  font-weight: bold;
  margin: 20px 20px 0px 20px;
}

#kid_master table.taien-box {
  width: 625px;
  margin: 0 10px;
}

  #kid_master table.taien-box th {
    width: 300px;
  }

  #kid_master table.taien-box td {
    text-align: left;
  }

#kid_master div.rireki-kid-box {
  margin: 0 20px;
}

#kid_master table.class-box {
  width: 600px;
  margin: 0 10px;
}

  #kid_master table.class-box th {
    /*width:240px;*/
    width: 23%;
    padding: 10px 0;
    vertical-align: top;
  }

  #kid_master table.class-box td {
    text-align: left;
    padding: 10px 0;
  }

#kid_master div.class-sentaku {
  line-height: 2.0em;
}

  #kid_master div.class-sentaku select {
    float: left;
    width: 190px;
    height: 18px;
    padding: 10px 40px 10px 10px;
    margin-bottom: 5px;
    -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;
  }

#kid_master div.class-tuika {
  position: relative;
  width: 300px;
}

#kid_master div.class-tuikaL {
  width: 250px;
  float: left;
}

#kid_master p.class-tuikaR {
  width: 30px;
  float: right;
}

#kid_master p.class-tuika-btn {
  z-index: 15;
  position: absolute;
  bottom: -20px;
  left: 30%;
}

#kid_master .child_thumbnail_size {
  width: 25%;
  height: 40px;
}

#kid_master .child_name_size {
  width: 75%;
}

#kid_master .mom_name_size {
  height: 20px;
}

#kid_master .img_div {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  width: 100px;
  height: 100px;
  position: relative;
}

#kid_master .img_size {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#kid_master span.no-hissu02 {
  /*float: left;*/
  display: none;
}

#kid_master span.hissu04 {
  white-space: nowrap;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 1px 3px;
  background: #D90000;
  color: #fff;
  font-size: 70%;
  vertical-align: middle;
}

#kid_master div.nap-room {
  margin: 0 0 0 20px;
}

  #kid_master div.nap-room select {
    width: 360px;
    height: 18px;
    padding: 10px;
    -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;
    line-height: 1.3;
  }

#kid_master div.monthly-select {
  display: flex;
  padding: 10px 0 10px 20px;
}

  #kid_master div.monthly-select select {
    width: 130px;
    height: 18px;
    padding: 10px;
    -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;
  }

  #kid_master div.monthly-select .calender {
    width: 4.5vw;
    position: relative;
  }

    #kid_master div.monthly-select .calender label {
      position: relative;
    }

      #kid_master div.monthly-select .calender label::after {
        position: absolute;
        top: calc(50% - 1.0vw);
        right: calc(50% - 2.0vw);
        content: "";
        display: block;
        width: 2.0vw;
        height: 2.0vw;
        background-image: url(../img/ic/calender.svg);
        background-repeat: no-repeat;
      }

      #kid_master div.monthly-select .calender label input[type="month"] {
        opacity: 0;
        width: 2.0vw;
        height: 0.8vw;
        z-index: 9999;
        position: relative;
        left: 1.0vw;
      }

    #kid_master div.monthly-select .calender input[type="month"]::-webkit-calendar-picker-indicator {
      position: absolute;
      right: 0px;
      top: calc(50% - 1.75vw);
      padding: 0;
      width: 3.5vw;
      height: 3.5vw;
      background: transparent;
      color: transparent;
      cursor: pointer;
    }

#kid_master div.monthly-wakusen {
  position: relative;
  width: 97%;
}

#kid_master div.monthly-wakusen-area {
  position: relative;
  margin: 0 20px 20px 20px;
  padding: 10px 0 20px 0;
}

  #kid_master div.monthly-wakusen-area table td input[type="number"] {
    text-align: right;
  }

    #kid_master div.monthly-wakusen-area table td input[type="number"]::placeholder {
      text-align: right;
    }

#kid_master span.hissu05 {
  display: inline-block;
  padding: 1px 1px;
  background: #D90000;
  color: #fff;
  font-size: 70%;
}

#kid_master .tyusyaku {
  display: block;
  margin: 5px;
}
