@charset "UTF-8";
.form_btn.long {
  width: 20rem;
  }
  
.two_col_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two_col_row .flex_item {
  width: 100%;
  margin-bottom: 2.4rem;
}
.two_col_row .flex_item h3 {
  margin-bottom: 1.6rem;
}

.check_flow {
  margin-top: 2.4rem;
  position: relative;
}
.check_flow .check_flow_table_wrap {
  position: relative;
  margin-bottom: 2.4rem;
}
.check_flow .check_flow_table_wrap::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 0.8rem transparent;
  position: absolute;
}
.check_flow .check_flow_table {
  border: solid 0.1rem #ccc;
  border-radius: 0.4rem;
  overflow: hidden;
}
.check_flow .check_flow_table table {
  border-collapse: collapse;
  margin: -0.1rem;
}
.check_flow .check_flow_table table th, .check_flow .check_flow_table table td {
  width: 9.6rem;
  border: solid 0.1rem #ccc;
  padding: 0.4rem;
  text-align: center;
}
.check_flow .check_flow_table table th button, .check_flow .check_flow_table table td button {
  margin: 0.4rem auto 0;
}
.check_flow .check_flow_table table td {
  height: 8.8rem;
}
.check_flow .check_flow_table_wrap01::before {
  border-top: solid 0.8rem #4C9DC7;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 2.4rem);
          transform: translate(-50%, 2.4rem);
}
.check_flow .check_flow_table_wrap02, .check_flow .check_flow_table_wrap04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 21rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.check_flow .check_flow_table_wrap02::before, .check_flow .check_flow_table_wrap04::before {
  border-left: solid 0.8rem #4C9DC7;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-0.3rem, -50%);
          transform: translate(-0.3rem, -50%);
}
.check_flow .check_flow_table_wrap03::before {
  border-top: solid 0.8rem #4C9DC7;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -1.6rem);
          transform: translate(-50%, -1.6rem);
}
.check_flow .check_flow_table_wrap05::before {
  border-top: solid 0.8rem #4C9DC7;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -1.6rem);
          transform: translate(-50%, -1.6rem);
}
.check_flow .check_flow_table01 {
  width: 19.2rem;
  margin-right: auto;
  margin-left: auto;
}
.check_flow .check_flow_table02, .check_flow .check_flow_table03, .check_flow .check_flow_table05 {
  width: 9.6rem;
  margin-bottom: 0;
}
.check_flow .check_flow_table04, .check_flow .check_flow_table06 {
  width: 28.8rem;
  margin-right: auto;
  margin-left: auto;
}
.check_flow .check_flow_table05 {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .two_col_row .flex_item {
    width: 48%;
  }
  .check_flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.4rem;
  }
  .check_flow .check_flow_table_wrap {
    margin-bottom: 2.4rem;
  }
  .check_flow .check_flow_table_wrap01::before {
    border-left: solid 0.8rem #4C9DC7;
    border-top: solid 0.8rem transparent;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    -webkit-transform: translate(2.2rem, -50%);
            transform: translate(2.2rem, -50%);
  }
  .check_flow .check_flow_table_wrap02 {
    margin-right: 1.8rem;
    margin-left: 1.8rem;
  }
  .check_flow .check_flow_table_wrap02::before {
    border-left: solid 0.8rem #4C9DC7;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-0.4rem, -50%);
            transform: translate(-0.4rem, -50%);
  }
  .check_flow .check_flow_table_wrap03::before {
    border-left: solid 0.8rem #4C9DC7;
    border-top: solid 0.8rem transparent;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-1.2rem, -50%);
            transform: translate(-1.2rem, -50%);
  }
  .check_flow .check_flow_table_wrap04 {
    margin-right: 1.8rem;
    margin-left: 0;
  }
  .check_flow .check_flow_table_wrap04::before {
    border-left: solid 0.8rem #4C9DC7;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-0.4rem, -50%);
            transform: translate(-0.4rem, -50%);
  }
  .check_flow .check_flow_table_wrap05 {
    margin-left: 1.8rem;
  }
  .check_flow .check_flow_table_wrap05::before {
    border-left: solid 0.8rem #4C9DC7;
    border-top: solid 0.8rem transparent;
    top: 5.9rem;
    left: 0;
    -webkit-transform: translate(-1.2rem, -50%);
            transform: translate(-1.2rem, -50%);
  }
}
/*

自主点検チェックリスト

*/
.report_ttl {
  font-size: 1.6rem;
  margin-top: 4rem;
}
.report_ttl span {
  display: inline-block;
  background-color: #4C9DC7;
  padding: 0.1rem 0.8rem;
  color: #fff;
  font-size: 0.75em;
  margin-right: 0.4rem;
  position: relative;
  top: -0.1rem;
}

.report_ttl:first-of-type {
  margin-top: 0;
}

.S036-03_table01 .cell01 {
  min-width: 4rem;
  text-align: center;
}
.S036-03_table02 .cell01, .S036-03_table02 .cell02, .S036-03_table02 .cell04 {
  width: 4rem;
  min-width: 4rem;
  text-align: center;
}

.check_item_dl dt {
  background-color: #f0f0f0;
  padding: 0.4rem;
}
.check_item_dl dd {
  padding: 0.4rem;
  margin-bottom: 1.2rem;
}

/*

自主点検コメント集

*/
.general_box_acd {
  display: block;
  width: 100%;
  height: 5rem;
  position: absolute;
  top: 0;
  right: 0;
}

.general_box_acd_close {
  padding-bottom: 1.2rem;
}
.general_box_acd_close h2 {
  margin-bottom: 0;
}
.general_box_acd_close .acd_wrap {
  display: none;
}
.general_box_acd_close::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}

.general_box_acd_open::after {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}

/*

自主点検 チェックリスト登録

*/
.radio_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radio_row li {
  margin-right: 2.4rem;
  margin-bottom: 0;
}

.s036-04_table01 {
  width: 100%;
}
.s036-04_table01 .cell01 {
  text-align: center;
}

.multiple {
  margin-bottom: 0.8rem;
}

.how_to_input_row {
  margin-bottom: 4rem;
}
.how_to_input_row ul {
  padding-left: 2rem;
  list-style-type: disc;
  margin-bottom: 2rem;
}
.how_to_input_row ul li {
  margin-bottom: 0.4rem;
}

.table_note_mt {
  margin-top: 2.4rem;
}

.input_major_item {
  padding: 0.8rem;
  border-top: solid 0.1rem #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 -1.2rem;
}
.input_major_item ul {
  width: 4rem;
  margin-right: 0.8rem;
}
.input_major_item dl {
  width: calc(100% - 4.8rem);
}
.input_major_item dl dt {
  background-color: #ccc;
  color: #fff;
  padding: 0.4rem;
  text-align: center;
}
.input_major_item dl dd {
  padding: 0.8rem 0 0;
}
.input_major_item dl dd input {
  width: 100%;
}
.input_major_item dl dd p {
  margin: 0 0 0 auto;
}

.page_cat_infection .input_major_item {
  background-color: #DBEBF4;
}
.page_cat_infection .input_major_item dl dt {
  background-color: #4C9DC7;
}

.s036-04_table02 .cell01 {
  width: 4rem;
  min-width: 4rem;
  text-align: center;
}
.s036-04_table02 .cell02 {
  width: 5.2rem;
  min-width: 5.2rem;
  text-align: center;
}
.s036-04_table02 .cell03 .form_type02 {
  margin-bottom: 0;
}
.s036-04_table02 .cell04 {
  width: 10rem;
  min-width: 10rem;
  text-align: center;
}

.form_type02 dd .select_short {
  display: inline-block;
  margin: 0;
  width: 16rem;
}
.form_type02 dd input.input_short {
  width: 16rem;
  display: inline-block;
}
.form_type02 dd textarea.textarea_short {
  height: 5.2rem;
}

/*

自主点検 結果入力

*/
.record_info {
  padding: 1.2rem;
  margin-bottom: 2.4rem;
  border-radius: 0.4rem;
}
.record_info dt {
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.recorder_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2.4rem;
}
.recorder_select dt {
  font-weight: 700;
}
.recorder_select dd {
  margin-left: 0.8rem;
}
.recorder_select dd select {
  padding: 0.4rem;
}
.recorder_select dd button {
  display: block;
  width: 10rem;
  padding: 0.4rem;
  background-color: #666;
}

.page_cat_infection .record_info {
  background-color: #DBEBF4;
}

.not_applicable {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.not_entered {
  background-color: #FBE7E7;
  padding: 0.4rem;
}
.not_entered::after {
  content: "前回未入力";
  display: inline-block;
  color: #D60B0B;
  font-size: 1.2rem;
  margin-left: 1.2rem;
  position: relative;
  top: -0.1rem;
}

td.not_entered {
  padding: 0.8rem;
}
td.not_entered::after {
  content: none;
}

.k013-02_table01 .cell01 {
  width: 16rem;
  min-width: 16rem;
}
.k013-02_table01 .cell01 input {
  display: block;
  width: 100%;
}
.k013-02_table01 .cell02 {
  width: 20rem;
  min-width: 20rem;
}
.k013-02_table01 .cell02 input {
  display: inline-block;
  width: 8rem;
}
.k013-02_table01 .cell03, .k013-02_table01 .cell04, .k013-02_table01 .cell05 {
  width: 20rem;
  min-width: 20rem;
}
.k013-02_table01 .cell03 select, .k013-02_table01 .cell03 input, .k013-02_table01 .cell04 select, .k013-02_table01 .cell04 input, .k013-02_table01 .cell05 select, .k013-02_table01 .cell05 input {
  width: 100%;
}

#cont01 {
  margin-top: 4rem;
}

.k013-02_table02 .cell01 {
  width: 4rem;
  min-width: 4rem;
  text-align: center;
}
.k013-02_table02 .check_item {
  padding-bottom: 2rem;
  border-bottom: solid 0.1rem #e6e6e6;
  margin-bottom: 1.6rem;
}
.k013-02_table02 .check_item .check_item_info h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 0.8rem;
  margin-bottom: 1.2rem;
  background-color: #DBEBF4;
  border-radius: 0.4rem;
}
.k013-02_table02 .check_item .check_item_info h3 .shortening {
  display: block;
  font-size: 1.4rem;
}
.k013-02_table02 .check_item .check_item_info h3 .point_allocation {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  padding-top: 0.2rem;
  border-top: solid 0.1rem #999;
  margin-top: 0.2rem;
}
.k013-02_table02 .check_item .check_item_info h3 label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  background-color: #4C9DC7;
  margin-top: 0.4rem;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  color: #fff;
}
.k013-02_table02 .check_item .check_item_info h3 label input {
  border: none;
  position: relative;
  top: 0.1rem;
}
.k013-02_table02 .check_item .check_item_info p {
  border: solid 0.1rem #D60B0B;
  padding: 0.8rem;
  margin-bottom: 1.2rem;
}
.k013-02_table02 .check_item .check_item_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.k013-02_table02 .check_item .check_item_info dl dt {
  margin-right: 0.8rem;
}
.k013-02_table02 .check_item .check_item_info dl dd {
  margin-right: 0.8rem;
}
.k013-02_table02 .check_item .check_item_info dl input[type=text] {
  display: inline-block;
  width: 8rem;
  margin-right: 0.8rem;
}
.k013-02_table02 .check_item .check_item_info dl .judge_btn {
  display: block;
  width: 8rem;
  text-align: center;
  padding: 0;
  border: solid 0.1rem #ccc;
  border-radius: 0.4rem;
  background-color: #fff;
  color: #333;
  font-size: 2rem;
}
.k013-02_table02 .check_item figure {
  width: 20rem;
  margin-top: 1.2rem;
}
.k013-02_table02 .form_type01 textarea {
  height: 5.6rem;
}

.selfcheck_addinfo {
  border: solid 0.1rem #ccc;
  padding: 1.6rem;
  border-radius: 0.4rem;
  margin-bottom: 1.2rem;
}
.selfcheck_addinfo h3 {
  background-color: #4C9DC7;
  padding: 0.4rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
.selfcheck_addinfo .form_type01 {
  margin-bottom: 0;
}
.selfcheck_addinfo .form_type01 ul li {
  margin-bottom: 0.8rem;
}
.selfcheck_addinfo .form_type01 ul li input {
  margin-right: 0.4rem;
}
.selfcheck_addinfo .form_type01 > dd:last-of-type {
  margin-bottom: 0;
}
.selfcheck_addinfo .form_type01 textarea {
  width: 100%;
  height: 5.6rem;
}

.textarea_notices {
  width: 100%;
  height: 8rem;
}

.modal_err_ttl {
  color: #D60B0B;
}

.modal_h4 {
  background-color: #FEEBDE;
  padding: 0.8rem;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}

.modal_h5 {
  font-size: 1.4rem;
  padding-bottom: 0.4rem;
  border-bottom: solid 0.1rem #ccc;
  margin-bottom: 1.2rem;
}

.comment_list {
  margin-bottom: 2rem;
}
.comment_list li {
  border-bottom: dotted 0.1rem #ccc;
  padding: 0.8rem 0;
}

.modal_note {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 1.2rem;
}

/*

ランキング（社内比較）

*/
.k020-03_table01 .cell01 {
  width: 16rem;
  min-width: 16rem;
}
.k020-03_table01 .cell02 {
  width: 10rem;
  min-width: 10rem;
}
.k020-03_table01 .cell03 {
  width: 8rem;
  min-width: 8rem;
  text-align: center;
}
.k020-03_table01 .cell04 {
  width: 8rem;
  min-width: 8rem;
  text-align: center;
}
.k020-03_table01 .cell05 {
  width: 9.6rem;
  min-width: 9.6rem;
  text-align: center;
}
.k020-03_table01 th.cell03, .k020-03_table01 th.cell04, .k020-03_table01 th.cell05, .k020-03_table01 th.cell09 {
  background-color: #FFF8C3;
}
.k020-03_table01 .cell06 {
  width: 8rem;
  min-width: 8rem;
  text-align: center;
}
.k020-03_table01 .cell07 {
  width: 8rem;
  min-width: 8rem;
  text-align: center;
}
.k020-03_table01 .cell08 {
  width: 9.6rem;
  min-width: 9.6rem;
  text-align: center;
}
.k020-03_table01 th.cell06, .k020-03_table01 th.cell07, .k020-03_table01 th.cell08, .k020-03_table01 th.cell10 {
  background-color: #FBE7E7;
}

.page_domestic_link li {
  margin-bottom: 0.8rem;
}

.ranking_table_ttl {
  margin-top: 4rem;
}

.k020-03_table02 .cell01 {
  width: 16rem;
  min-width: 16rem;
}
.k020-03_table02 .cell02 {
  width: 8rem;
  min-width: 8rem;
  text-align: center;
}
.k020-03_table02 .cell03 {
  width: 9.6rem;
  min-width: 9.6rem;
  text-align: center;
}
.k020-03_table02 th.cell02, .k020-03_table02 th.cell03, .k020-03_table02 th.cell06 {
  background-color: #FFF8C3;
}
.k020-03_table02 .cell04 {
  width: 8rem;
  min-width: 8rem;
  text-align: center;
}
.k020-03_table02 .cell05 {
  width: 9.6rem;
  min-width: 9.6rem;
  text-align: center;
}
.k020-03_table02 th.cell04, .k020-03_table02 th.cell05, .k020-03_table02 th.cell07 {
  background-color: #FBE7E7;
}

@media screen and (min-width: 768px) {
  .k020-03_table02 {
    width: 100%;
  }
  .k020-03_table02 .cell01 {
    width: 40%;
  }
  .k020-03_table02 .cell02, .k020-03_table02 .cell03, .k020-03_table02 .cell04, .k020-03_table02 .cell05 {
    width: 15%;
  }
  .k020-03_table02 .cell06, .k020-03_table02 .cell07 {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .k020-03_table01 {
    width: 100%;
  }
  .k020-03_table01 .cell01 {
    width: 28%;
    min-width: 28%;
  }
  .k020-03_table01 .cell02 {
    width: 12%;
    min-width: 12%;
  }
  .k020-03_table01 .cell03, .k020-03_table01 .cell04, .k020-03_table01 .cell05, .k020-03_table01 .cell06, .k020-03_table01 .cell07, .k020-03_table01 .cell08 {
    width: 10%;
    min-width: 10%;
  }
  .k020-03_table01 .cell09 {
    width: 30%;
    min-width: 30%;
  }
  .k020-03_table01 .cell10 {
    width: 30%;
    min-width: 30%;
  }
}
/*

ランキング（全国比較）

*/
.s038-06_table01 .cell01 {
  width: 14rem;
  min-width: 14rem;
}
.s038-06_table01 .cell02 {
  width: 9.6rem;
  min-width: 9.6rem;
}
.s038-06_table01 .cell03 {
  width: 9.6rem;
  min-width: 9.6rem;
  text-align: center;
}
.s038-06_table01 .cell04 {
  width: 6.4rem;
  min-width: 6.4rem;
  text-align: center;
}
.s038-06_table01 .cell05 {
  width: 5.6rem;
  min-width: 5.6rem;
  text-align: center;
}
.s038-06_table01 .cell06 {
  width: 5.6rem;
  min-width: 5.6rem;
  text-align: center;
}
.s038-06_table01 .cell07 {
  width: 8rem;
  min-width: 8rem;
  text-align: center;
}
.s038-06_table01 .cell08 {
  width: 6.4rem;
  min-width: 6.4rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .s038-06_table01 {
    width: 100%;
  }
  .s038-06_table01 .cell01 {
    width: calc(100% - 58.4rem);
    min-width: calc(100% - 58.4rem);
  }
  .s038-06_table01 .cell02 {
    width: 10rem;
    min-width: 10rem;
  }
  .s038-06_table01 .cell03 {
    width: 10rem;
    min-width: 10rem;
    text-align: center;
  }
  .s038-06_table01 .cell04 {
    width: 6.4rem;
    min-width: 6.4rem;
    text-align: center;
  }
  .s038-06_table01 .cell09 {
    width: 32rem;
    min-width: 32rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .report_ttl {
    margin-top: 5.6rem;
  }
  .report_ttl:first-of-type {
    margin-top: 0;
  }
  .S036-03_table01 .cell01 {
    min-width: 4rem;
    text-align: center;
  }
  .S036-03_table02 .cell01, .S036-03_table02 .cell02, .S036-03_table02 .cell04 {
    width: 5.6rem;
    min-width: 5.6rem;
  }
  .check_item_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .check_item_dl dt {
    width: 12rem;
    padding: 0.8rem;
    margin-bottom: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .check_item_dl dd {
    width: calc(100% - 12rem);
    padding: 0.8rem;
    margin-bottom: 0.4rem;
  }
  .check_item_dl dd img {
    width: 20rem;
  }
  /*

  自主点検コメント集

  */
  .general_box_acd_open::after, .general_box_acd_close::after {
    top: 1.6rem;
  }
  /*

  自主点検 チェックリスト登録

  */
  .s036-04_table01 {
    table-layout: auto;
    width: 100%;
  }
  .s036-04_table01 .cell01 {
    min-width: 4rem;
    width: auto;
  }
  .how_to_input_row {
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .how_to_input_row ul {
    width: 60%;
    margin-bottom: 0;
  }
  .how_to_input_row figure {
    width: 38%;
  }
  .input_major_item {
    margin-top: 2.4rem;
    padding: 0.8rem;
  }
  .input_major_item dl {
    width: calc(100% - 4.8rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .input_major_item dl dt {
    width: 8rem;
    padding: 0.4rem;
    text-align: center;
  }
  .input_major_item dl dd {
    padding: 0.8rem 0 0.8rem 0.8rem;
  }
  .input_major_item dl dd input {
    width: 44rem;
  }
  .input_major_item dl dd p {
    margin: 0 0 0 auto;
  }
  .s036-04_table02 {
    width: 100%;
  }
  .s036-04_table02 .cell03 {
    width: calc(100% - 19.2rem);
    min-width: calc(100% - 19.2rem);
  }
  .s036-04_table02 .cell03 dl.form_type01 {
    width: 48rem;
    margin-left: 0;
    margin-right: auto;
  }
  /* 自主点検 結果入力 */
  .record_info {
    padding: 1.6rem;
    margin-bottom: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .record_info dt {
    margin-bottom: 0;
    padding-right: 1.2rem;
    border-right: solid 0.1rem #ccc;
  }
  .record_info dd {
    padding-left: 1.2rem;
  }
  .k013-02_table02 {
    width: 100%;
  }
  .k013-02_table02 .cell01 {
    width: 4rem;
    min-width: 4rem;
  }
  .k013-02_table02 .cell02 {
    width: calc(100% - 4rem);
    min-width: calc(100% - 4rem);
  }
  .k013-02_table02 .check_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .k013-02_table02 .check_item .check_item_info {
    width: 100%;
  }
  .k013-02_table02 .check_item .check_item_info h3 {
    font-size: 1.6rem;
    padding: 0.8rem;
    margin-bottom: 1.2rem;
    position: relative;
  }
  .k013-02_table02 .check_item .check_item_info h3 span {
    width: calc(100% - 9.6rem);
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .k013-02_table02 .check_item .check_item_info h3 label {
    font-size: 1.2rem;
    margin-top: 0;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .k013-02_table02 .check_item .check_item_info p {
    padding: 0.8rem;
    margin-bottom: 1.2rem;
  }
  .k013-02_table02 .selfcheck_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .k013-02_table02 .form_type01 {
    width: 31%;
    margin-bottom: 0;
  }
  .k013-02_table02 .form_type01 .preview-uploader_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0.4rem;
  }
  .k013-02_table02 .form_type01 .preview-uploader_list li {
    overflow: hidden;
  }
  .k013-02_table02 .form_type01 .preview-uploader_list li input {
    font-size: 1.2rem;
  }
  .selfcheck_addinfo_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .selfcheck_addinfo_row::after {
    content: "";
    display: inline-block;
    width: 32%;
  }
  .selfcheck_addinfo {
    width: 32%;
    padding: 1.2rem;
    margin-bottom: 1.2rem;
    overflow: hidden;
  }
  .selfcheck_addinfo .form_type01 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .S036-03_table01 {
    width: 100%;
    table-layout: auto;
  }
  .S036-03_table01 .cell01 {
    width: auto;
  }
  .k013-02_table01 {
    width: 100%;
  }
  .k013-02_table01 .cell01, .k013-02_table01 .cell02, .k013-02_table01 .cell03, .k013-02_table01 .cell04, .k013-02_table01 .cell05 {
    width: 19%;
    min-width: 19%;
  }
  .k013-02_table01 .cell02 {
    width: 24%;
    min-width: 24%;
  }
  /*

  自主点検 結果入力

  */
  .selfcheck_addinfo .form_type01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .selfcheck_addinfo .form_type01 ul li {
    margin: 0 1.6rem 0 0;
  }
}
/*

衛生調査 チェックリスト（s036-01）

*/
.checklist_select {
  margin-bottom: 1.2rem;
}
.checklist_select li {
  width: 100%;
  padding: 0.8rem 0;
  border-bottom: solid 0.1rem #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checklist_select li a {
  color: #006699;
}
.checklist_select li button {
  margin-left: 0.8rem;
}

.checklist_select_note {
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
}

.checklist_select02 {
  border-top: solid 0.2rem #4C9DC7;
  padding-top: 1.6rem;
}

.k012-01_table01 .cell01 {
  min-width: 4rem;
  width: 4rem;
  text-align: center;
}
.k012-01_table01 .cell02 {
  min-width: 4rem;
  width: 4rem;
  text-align: center;
}
.k012-01_table01 .cell03 {
  min-width: 20rem;
  width: 20rem;
}
.k012-01_table01 .cell03 span {
  display: block;
  width: 8rem;
  background-color: #4C9DC7;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.2rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
.k012-01_table01 .cell03 a {
  color: #006699;
}
.k012-01_table01 .cell03 .original::before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4rem;
}
.k012-01_table01 .cell04 {
  min-width: 12rem;
}
.k012-01_table01 .cell05 {
  min-width: 8rem;
  text-align: center;
}
.k012-01_table01 .cell06 {
  text-align: center;
}
.k012-01_table01 .cell07 {
  min-width: 23rem;
  width: 23rem;
}
.k012-01_table01 .cell07 .default_btn, .k012-01_table01 .cell07 .delete_btn {
  margin-bottom: 0.4rem;
}
.k012-01_table01 .cell08 {
  min-width: 12rem;
  width: 12rem;
}
.k012-01_table01 .active_tr {
  background-color: #F2F8FB;
}
.k012-01_table01 .active_tr .cell03::after {
  content: "実施中";
  display: inline-block;
  color: #4C9DC7;
  font-size: 1.2rem;
  border: solid 0.1rem #4C9DC7;
  padding: 0.1rem 0.4rem;
  margin-left: 0.8rem;
}

.k012-01_table01_note {
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .k012-01_table01 {
    width: 100%;
  }
}
/*

環境ラウンド 拠点チェックリスト

*/
.k013-01_table01 .cell01 {
  min-width: 4rem;
  width: 4rem;
  text-align: center;
}
.k013-01_table01 .cell02 {
  min-width: 16rem;
  width: 16rem;
}
.k013-01_table01 .cell03 {
  min-width: 20rem;
  width: 20rem;
}
.k013-01_table01 .cell03 span {
  display: block;
  width: 8rem;
  background-color: #4C9DC7;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.2rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
.k013-01_table01 .cell03 a {
  color: #006699;
}
.k013-01_table01 .cell03 .original::before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4rem;
}
.k013-01_table01 .cell04 {
  min-width: 12rem;
}
.k013-01_table01 .cell05 {
  min-width: 8rem;
  text-align: center;
}
.k013-01_table01 .cell06 {
  text-align: center;
}
.k013-01_table01 .cell07 {
  min-width: 15rem;
  width: 15rem;
}
.k013-01_table01 .cell08 {
  min-width: 12rem;
  width: 12rem;
}
.k013-01_table01 .active_tr {
  background-color: #F2F8FB;
}
.k013-01_table01 .active_tr .cell03::after {
  content: "実施中";
  display: inline-block;
  color: #4C9DC7;
  font-size: 1.2rem;
  border: solid 0.1rem #4C9DC7;
  padding: 0.1rem 0.4rem;
  margin-left: 0.8rem;
}

.k013-01_table01_note {
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .k013-01_table01 {
    width: 100%;
  }
}
/*

調査回詳細

*/
.align_left_btn_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.situation_note {
  font-size: 1.2rem;
}

.k018-03_graph {
  width: 100%;
  padding: 0.8rem 1.2rem;
  position: relative;
  background-color: #F0F0F0;
  font-weight: 700;
}
.k018-03_graph .graph {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #A7CEE3;
}
.k018-03_graph .graph_data {
  position: relative;
}

.k018-03_table01 .cell01 {
  width: 12rem;
  min-width: 12rem;
}
.k018-03_table01 .cell02 {
  width: 6rem;
  min-width: 6rem;
  text-align: center;
}
.k018-03_table01 .cell03 {
  width: 11rem;
  min-width: 11rem;
  text-align: center;
}
.k018-03_table01 .cell04 {
  width: 9rem;
  min-width: 9rem;
  text-align: center;
}
.k018-03_table01 .cell05 {
  width: 9rem;
  min-width: 9rem;
  text-align: center;
}
.k018-03_table01 .cell06 {
  width: 9rem;
  min-width: 9rem;
  text-align: center;
}
.k018-03_table01 .cell08 {
  width: 9rem;
  min-width: 9rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .k018-03_table01 {
    width: 100%;
  }
  .k018-03_table01 .cell08 {
    width: 9rem;
    min-width: 9rem;
  }
}
/*

衛生調査 調査回登録/更新

*/
.form_s036-07_01 .default_btn {
  margin-top: 0.8rem;
}

.base_list_textarea {
  display: block;
  width: 100%;
  margin: 2.4rem 0;
}

@media screen and (min-width: 768px) {
  .form_s036-07_01 dd textarea {
    height: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .form_s036-07_01 dd textarea {
    height: 8rem;
  }
  .form_s036-07_01 .default_btn {
    display: inline-block;
    margin-top: 0.8rem;
    margin-right: 0.4rem;
  }
}
/*

衛生調査 調査回

*/
.k018-02_table01 .cell01 {
  min-width: 16rem;
  width: 16rem;
}
.k018-02_table01 .cell02 {
  min-width: 16rem;
  width: 16rem;
  text-align: center;
}
.k018-02_table01 .cell03 {
  min-width: 16rem;
  width: 16rem;
}
.k018-02_table01 .cell04 {
  min-width: 16rem;
  width: 16rem;
}
.k018-02_table01 .active_tr {
  background-color: #F2F8FB;
}
.k018-02_table01 .active_tr .cell01::after {
  content: "実施中";
  display: inline-block;
  color: #4C9DC7;
  font-size: 1.2rem;
  border: solid 0.1rem #4C9DC7;
  padding: 0.1rem 0.4rem;
  margin-left: 0.8rem;
}
.k018-02_table01 .inactive_tr .cell01::after {
  content: "（終了済）";
  color: #666;
}

@media screen and (min-width: 768px) {
  .k018-02_table01 {
    width: 100%;
  }
  .k018-02_table01 .cell01, .k018-02_table01 .cell02, .k018-02_table01 .cell03, .k018-02_table01 .cell04 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .k018-02_table01 {
    width: 100%;
  }
  .k018-02_table01 .cell02 br {
    display: none;
  }
}
/*

拠点別結果履歴

*/
.k019-02_table01 .cell01 {
  min-width: 12rem;
  width: 12rem;
}
.k019-02_table01 .cell02 {
  min-width: 10rem;
  width: 10rem;
  text-align: center;
}
.k019-02_table01 .cell03, .k019-02_table01 .cell04 {
  min-width: 7rem;
  width: 7rem;
  text-align: center;
}
.k019-02_table01 .cell03, .k019-02_table01 .cell05 {
  background-color: #FFF8C3;
}
.k019-02_table01 .cell04, .k019-02_table01 .cell06 {
  background-color: #FBE7E7;
}

@media screen and (min-width: 768px) {
  .k019-02_table01 {
    width: 100%;
  }
  .k019-02_table01 .cell01, .k019-02_table01 .cell02, .k019-02_table01 .cell05, .k019-02_table01 .cell06 {
    width: 25%;
  }
  .k019-02_table01 .cell03, .k019-02_table01 .cell04 {
    min-width: 12.5%;
    width: 12.5%;
  }
}
/*

拠点別調査回結果（社内比較）

*/
.select_checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.select_checklist dt {
  width: 12rem;
  text-align: center;
  background-color: #4C9DC7;
  padding: 0.4rem;
  border-radius: 0.4rem 0 0 0.4rem;
  color: #fff;
}
.select_checklist dd {
  border: solid 0.1rem #4C9DC7;
  padding-right: 0.4rem;
  border-radius: 0 0.4rem 0.4rem 0;
  width: calc(100% - 12rem);
}
.select_checklist dd select {
  width: 100%;
  border: none;
}
.select_checklist dd select:focus {
  outline: none;
}
.select_checklist .select_checklist_btn {
  border: none;
  padding-right: 0;
  border-radius: 0;
  width: auto;
  margin-top: 0.8rem;
}

.p_yellow_tr {
  background-color: #FFF8C3;
}

.p_blue_tr {
  background-color: #DBEBF4;
}

.p_red_tr {
  background-color: #FBE7E7;
}

@media screen and (min-width: 768px) {
  .select_checklist dt {
    width: 12rem;
  }
  .select_checklist dd {
    width: 28rem;
  }
  .select_checklist .select_checklist_btn {
    width: auto;
    margin-left: 1.2rem;
    margin-top: 0;
  }
}
/*

衛生調査 結果（全国比較）

*/
.k014-04_table02 .col01 {
  width: 8rem;
  min-width: 8rem;
}
.k014-04_table02 .col02 {
  width: 6rem;
  min-width: 6rem;
}
.k014-04_table02 .col03 {
  width: 6rem;
  min-width: 6rem;
}
.k014-04_table02 .col04 {
  width: 12rem;
  min-width: 12rem;
}
.k014-04_table02 .cell01 {
  text-align: center;
}
.k014-04_table02 .cell01 span {
  font-size: 2rem;
}
.k014-04_table02 .cell02 {
  text-align: center;
}
.k014-04_table02 td.cell02 {
  font-size: 2rem;
}
.k014-04_table02 .cell03 {
  text-align: center;
}
.k014-04_table02 .cell04 {
  text-align: center;
}
.k014-04_table02 .cell04 span {
  font-size: 2rem;
}

.k014-04_table03 .cell01 {
  width: 14rem;
  min-width: 14rem;
  text-align: center;
}
.k014-04_table03 .cell02 {
  width: 9.6rem;
  min-width: 9.6rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .k014-04_table01 {
    width: 100%;
  }
  .k014-04_table01 .cell01, .k014-04_table01 .cell02, .k014-04_table01 .cell03, .k014-04_table01 .cell04, .k014-04_table01 .cell05 {
    text-align: center;
    width: 20%;
  }
  .k014-04_table02 {
    width: 100%;
  }
  .k014-04_table02 .col03 {
    min-width: 12rem;
  }
  .k014-04_table02 .col04 {
    min-width: 12rem;
  }
  .k014-04_table02 .cell03 br {
    display: none;
  }
  .k014-04_table03 {
    width: 100%;
  }
  .k014-04_table03 .cell01 {
    width: 14rem;
    min-width: 14rem;
  }
}
/*

改善シート閲覧・入力

*/
.flow_comment_row {
  margin-bottom: 4rem;
}
.flow_comment_row .remand_comment {
  margin-top: 1.6rem;
  border-top: solid 0.1rem #ccc;
  padding-top: 1.6rem;
}
.flow_comment_row .remand_comment h3 {
  margin-bottom: 0.8rem;
}
.flow_comment_row .remand_comment textarea {
  width: 100%;
  height: 8rem;
}

.seat_row {
  padding: 0 0 2.4rem;
  border-bottom: solid 0.1rem #ccc;
  margin-bottom: 2.4rem;
}
.seat_row:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.seat_row .improvement_seat {
  border: solid 0.1rem #ccc;
  border-radius: 0.4rem;
  padding: 1.6rem;
  margin-bottom: 2.4rem;
}
.seat_row .improvement_seat h3 {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: solid 0.1rem #4C9DC7;
}
.seat_row .improvement_seat ul {
  background-color: #DBEBF4;
  padding: 1.2rem;
  margin-bottom: 1.6rem;
}
.seat_row .improvement_seat dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
}
.seat_row .improvement_seat dl dt {
  width: 5.6rem;
  margin-bottom: 0.8rem;
}
.seat_row .improvement_seat dl dd {
  width: calc(100% - 5.6rem);
  margin-bottom: 0.8rem;
}
.seat_row .improvement_seat dl dd input {
  width: 100%;
}
.seat_row .improvement_seat dl dd select {
  width: 100%;
}
.seat_row .improvement_seat figure {
  margin-bottom: 1.6rem;
}
.seat_row .improvement_seat .file_upload {
  overflow: hidden;
}
.seat_row .improvement_seat .up_file_thumbnail {
  width: 100%;
}
.seat_row .improvement_seat .up_file_reset {
  margin-bottom: 0;
}
.seat_row .improvement_seat .user_comment {
  margin-bottom: 1.6rem;
}
.seat_row .improvement_seat .saraya_comment {
  background-color: #DBEBF4;
  padding: 1.2rem;
}
.seat_row .improvement_seat textarea {
  width: 100%;
  height: 8rem;
  margin-top: 1.6rem;
}
.seat_row .improvement_seat .checkbox_list {
  margin-top: 1.6rem;
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.seat_row .improvement_seat .checkbox_list li {
  margin-right: 1.2rem;
}
.seat_row .improvement_seat .checkbox_list input[type=checkbox] {
  margin-right: 0.4rem;
}
.seat_row .improvement_seat:last-of-type {
  margin-bottom: 0;
}
.seat_row .improvement_seat_center {
  position: relative;
}
.seat_row .improvement_seat_center::before, .seat_row .improvement_seat_center::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 0.8rem transparent;
  border-top: solid 0.8rem #4C9DC7;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.seat_row .improvement_seat_center::before {
  top: -1.6rem;
}
.seat_row .improvement_seat_center::after {
  bottom: -2.6rem;
}
.seat_row .improvement_seat_last {
  position: relative;
}
.seat_row .improvement_seat_last::before {
  display: block;
  width: 14rem;
  text-align: center;
  padding: 0.2rem;
  background-color: #4C9DC7;
  color: #fff;
  border-radius: 10rem 0 0 10rem;
  position: absolute;
  top: 1.6rem;
  right: 0;
}
.seat_row .confirmed::before {
  content: "確認済";
}
.seat_row .remand::before {
  content: "差し戻し対象";
}

.modal_remand_comment {
  width: 100%;
  height: 10rem;
}

@media screen and (min-width: 768px) {
  .flow_comment_row {
    margin-bottom: 4rem;
  }
  .seat_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .seat_row .improvement_seat {
    width: calc(33.3% - 1.2rem);
    padding: 1.6rem;
    margin-bottom: 0;
  }
  .seat_row .improvement_seat h3 {
    margin-bottom: 1.6rem;
  }
  .seat_row .improvement_seat ul {
    padding: 1.2rem;
    margin-bottom: 1.6rem;
  }
  .seat_row .improvement_seat figure {
    margin-bottom: 1.6rem;
  }
  .seat_row .improvement_seat .user_comment {
    margin-bottom: 1.6rem;
  }
  .seat_row .improvement_seat .saraya_comment {
    padding: 1.2rem;
  }
  .seat_row .improvement_seat_center::before, .seat_row .improvement_seat_center::after {
    border: solid 0.8rem transparent;
    border-left: solid 0.8rem #4C9DC7;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .seat_row .improvement_seat_center::before {
    left: -1.3rem;
  }
  .seat_row .improvement_seat_center::after {
    left: auto;
    right: -2.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .flow_comment_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4rem;
  }
  .flow_comment_row .check_flow {
    margin-top: 0;
  }
  .flow_comment_row .check_flow .check_flow_table_wrap {
    margin-bottom: 0;
  }
  .flow_comment_row .remand_comment {
    width: calc(100% - 54rem);
    margin-top: 0;
    border-top: none;
    border-left: solid 0.1rem #ccc;
    padding-left: 1.6rem;
    padding-top: 0;
  }
}
/*

感染ラウンド 結果履歴

*/
.k014-02_table01 .cell01 {
  min-width: 14rem;
  width: 14rem;
}
.k014-02_table01 .cell02 {
  min-width: 10rem;
  width: 10rem;
  text-align: center;
}
.k014-02_table01 .cell03 {
  min-width: 8rem;
  text-align: center;
}
.k014-02_table01 .cell04 {
  min-width: 8rem;
  text-align: center;
}
.k014-02_table01 tr .cell03, .k014-02_table01 tr .cell05 {
  background-color: #FFF8C3;
}
.k014-02_table01 tr .cell04, .k014-02_table01 tr .cell06 {
  background-color: #FBE7E7;
}

.graph_major_ttl {
  margin-top: 4rem;
  padding-left: 0.8rem;
  border-left: solid 0.4rem #4C9DC7;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.not_achieved_list dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.not_achieved_list dt span {
  color: #D60B0B;
}
.not_achieved_list dd {
  border-bottom: dotted 0.1rem #ccc;
}
.not_achieved_list dd a {
  display: block;
  padding: 0.8rem 0;
  color: #006699;
}

@media screen and (min-width: 768px) {
  .k014-02_table01 {
    width: 100%;
  }
  .k014-02_table01 .cell03, .k014-02_table01 .cell04 {
    min-width: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .k014-02_table01 .cell01 {
    width: 20rem;
  }
  .k014-02_table01 .cell02 {
    width: 12rem;
  }
}
/*

感染ラウンド 全拠点ラウンド一覧

*/
.k015-04_table01 .cell01 {
  min-width: 14rem;
  width: 14rem;
}
.k015-04_table01 .cell02 {
  min-width: 10rem;
  width: 10rem;
  text-align: center;
}
.k015-04_table01 .cell03 {
  min-width: 10rem;
  width: 10rem;
  text-align: center;
}
.k015-04_table01 .cell04 {
  min-width: 8rem;
  text-align: center;
}
.k015-04_table01 .cell05 {
  min-width: 8rem;
  text-align: center;
}
.k015-04_table01 tr .cell04, .k015-04_table01 tr .cell06 {
  background-color: #FFF8C3;
}
.k015-04_table01 tr .cell05, .k015-04_table01 tr .cell07 {
  background-color: #FBE7E7;
}

.graph_major_ttl {
  margin-top: 4rem;
  padding-left: 0.8rem;
  border-left: solid 0.4rem #4C9DC7;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.not_achieved_list dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.not_achieved_list dt span {
  color: #D60B0B;
}
.not_achieved_list dd {
  border-bottom: dotted 0.1rem #ccc;
}
.not_achieved_list dd a {
  display: block;
  padding: 0.8rem 0;
  color: #006699;
}

@media screen and (min-width: 768px) {
  .k015-04_table01 {
    width: 100%;
  }
  .k015-04_table01 .cell04, .k015-04_table01 .cell05 {
    min-width: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .k015-04_table01 .cell01 {
    width: 16rem;
  }
  .k015-04_table01 .cell02 {
    width: 12rem;
  }
}
/*

衛生調査 結果

*/
.s038-02_table01 {
  width: 100%;
}
.s038-02_table01 .cell01 {
  text-align: center;
}

.s038-02_graph {
  width: 100%;
  padding: 0.4rem 1.2rem;
  position: relative;
  background-color: #F0F0F0;
  font-weight: 700;
}
.s038-02_graph .graph {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FCCFAE;
}
.s038-02_graph .graph_data {
  position: relative;
}

.s038-02_table02 .cell01 {
  min-width: 8rem;
  width: 8rem;
  text-align: center;
}
.s038-02_table02 .cell02 {
  min-width: 20rem;
  width: 20rem;
}
.s038-02_table02 .cell03 {
  min-width: 6rem;
  width: 6rem;
  text-align: center;
}
.s038-02_table02 .cell04 {
  min-width: 16rem;
  width: 16rem;
}

@media screen and (min-width: 768px) {
  .s038-02_table02 {
    width: 100%;
  }
  .s038-02_table02 .cell01 {
    min-width: 12rem;
    width: 12rem;
  }
  .s038-02_table02 .cell02 {
    min-width: calc(100% - 33rem);
    width: calc(100% - 33rem);
  }
}
@media screen and (min-width: 1024px) {
  .s038-02_table02 {
    width: 100%;
  }
  .s038-02_table02 .cell01 {
    min-width: 16rem;
    width: 16rem;
  }
  .s038-02_table02 .cell02 {
    min-width: calc(100% - 46rem);
    width: calc(100% - 46rem);
  }
  .s038-02_table02 .cell04 {
    min-width: 24rem;
    width: 24rem;
  }
}
/*

衛生調査 結果 詳細分析

*/
.s038-04_table01 .cell01 {
  min-width: 8rem;
  width: 8rem;
  text-align: center;
}
.s038-04_table01 .cell02 {
  min-width: 26rem;
  width: 26rem;
  text-align: center;
}
.s038-04_table01 .cell03 {
  min-width: 9rem;
  width: 9rem;
  text-align: center;
}
.s038-04_table01 .cell04 {
  min-width: 9rem;
  width: 9rem;
  text-align: center;
}
.s038-04_table01 .cell05 {
  min-width: 6rem;
  width: 6rem;
  text-align: center;
}
.s038-04_table01 td.cell05 {
  font-size: 2rem;
}
.s038-04_table01 td span {
  font-size: 2rem;
}

.s038-04_table02 .cell01 {
  min-width: 10rem;
  width: 10rem;
}
.s038-04_table02 .cell02 {
  min-width: 24rem;
  width: 24rem;
}
.s038-04_table02 .cell03 {
  min-width: 5rem;
  width: 5rem;
  text-align: center;
}
.s038-04_table02 .cell04 {
  min-width: 10rem;
  width: 10rem;
  text-align: center;
}
.s038-04_table02 .cell05 {
  min-width: 10rem;
  width: 10rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .s038-04_table01 {
    width: 100%;
  }
  .s038-04_table01 .cell02 {
    min-width: calc(100% - 34rem);
    width: calc(100% - 34rem);
  }
  .s038-04_table01 .cell03 {
    min-width: 10rem;
    width: 10rem;
  }
  .s038-04_table01 .cell04 {
    min-width: 10rem;
    width: 10rem;
  }
  .s038-04_table02 {
    width: 100%;
  }
  .s038-04_table02 .cell01 {
    min-width: 12rem;
    width: 12rem;
  }
  .s038-04_table02 .cell02 {
    min-width: calc(100% - 37rem);
    width: calc(100% - 37rem);
  }
}
@media screen and (min-width: 1024px) {
  .s038-04_table01 {
    width: 100%;
  }
  .s038-04_table01 .cell01 {
    min-width: 10rem;
    width: 10rem;
  }
  .s038-04_table01 .cell02 {
    min-width: calc(100% - 42rem);
    width: calc(100% - 42rem);
  }
  .s038-04_table01 .cell03 {
    min-width: 12rem;
    width: 12rem;
  }
  .s038-04_table01 .cell04 {
    min-width: 12rem;
    width: 12rem;
  }
  .s038-04_table01 .cell05 {
    min-width: 8rem;
    width: 8rem;
  }
}
/*

衛生調査 結果（全国比較）

*/
.rank_result_row {
  margin-bottom: 4rem;
}

.rank_result {
  width: 16rem;
  margin: 2.4rem auto;
  font-weight: 700;
  border: solid 0.1rem #4C9DC7;
  border-radius: 0.4rem;
  padding: 2rem 1.2rem 1.2rem;
}
.rank_result dt {
  text-align: center;
  margin-bottom: -1rem;
}
.rank_result dd {
  text-align: center;
  font-size: 1.6rem;
}
.rank_result dd .str01 {
  font-size: 4.8rem;
}
.rank_result dd .str02 {
  font-size: 2.4rem;
}

.s038-05_table01 {
  width: 100%;
}
.s038-05_table01 .cell01 {
  text-align: center;
}
.s038-05_table01 .cell01 span {
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .rank_result_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4rem;
  }
  .rank_result_row .rank_result {
    width: 16rem;
    margin: 0;
  }
  .rank_result_row .rank_result dt {
    margin-bottom: -1rem;
  }
  .rank_result_row .rank_result dd {
    font-size: 1.6rem;
  }
  .rank_result_row .minimal_table {
    width: calc(100% - 20rem);
    margin-bottom: 0 !important;
  }
  .rank_result_row .table_wrap {
    width: calc(100% - 20rem);
    margin-bottom: 0 !important;
  }
}
/*

衛生調査 結果 詳細分析（全国比較）

*/
.s038-07_table01 .cell01 {
  min-width: 10rem;
  width: 10rem;
  text-align: center;
}
.s038-07_table01 .cell02 {
  min-width: 16rem;
  width: 16rem;
  text-align: center;
}
.s038-07_table01 .cell02 span {
  font-size: 2rem;
}
.s038-07_table01 .cell03 {
  min-width: 9rem;
  width: 9rem;
  text-align: center;
}
.s038-07_table01 .cell04 {
  min-width: 9rem;
  width: 9rem;
  text-align: center;
}
.s038-07_table01 .cell05 {
  min-width: 6rem;
  width: 6rem;
  text-align: center;
}

.s038-07_table02 .cell01 {
  min-width: 10rem;
  width: 10rem;
  text-align: center;
}
.s038-07_table02 .cell02 {
  min-width: 20rem;
  width: 20rem;
}
.s038-07_table02 .cell03 {
  min-width: 5rem;
  width: 5rem;
  text-align: center;
}
.s038-07_table02 .cell04 {
  min-width: 10rem;
  width: 10rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .s038-07_table01 {
    width: 100%;
  }
  .s038-07_table01 .cell01 {
    min-width: 12rem;
    width: 12rem;
  }
  .s038-07_table01 .cell02 {
    min-width: calc(100% - 42rem);
    width: calc(100% - 42rem);
  }
  .s038-07_table01 .cell03 {
    min-width: 11rem;
    width: 11rem;
  }
  .s038-07_table01 .cell04 {
    min-width: 11rem;
    width: 11rem;
  }
  .s038-07_table01 .cell05 {
    min-width: 8rem;
    width: 8rem;
  }
  .s038-07_table02 {
    width: 100%;
  }
  .s038-07_table02 .cell01 {
    min-width: 10rem;
    width: 10rem;
  }
  .s038-07_table02 .cell02 {
    min-width: calc(100% - 45rem);
    width: calc(100% - 45rem);
  }
  .s038-07_table02 .cell03 {
    min-width: 5rem;
    width: 5rem;
  }
  .s038-07_table02 .cell04 {
    min-width: 10rem;
    width: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .s038-07_table02 {
    width: 100%;
  }
  .s038-07_table02 .cell01 {
    min-width: 12rem;
    width: 12rem;
  }
  .s038-07_table02 .cell02 {
    min-width: calc(100% - 47rem);
    width: calc(100% - 47rem);
  }
}
/* 自主点検 結果入力(フィードバック) */
.saraya_comment {
  margin: 0 1.16% 2rem;
}
.saraya_comment dt {
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.saraya_comment dd textarea {
  width: 100%;
  height: 8rem;
}

textarea.saraya_comment {
  width: 100%;
  height: 8rem;
  margin: 0;
}

.selfcheck_addinfo.good, .selfcheck_addinfo.bad {
  position: relative;
  overflow: visible;
}
.selfcheck_addinfo.good::after, .selfcheck_addinfo.bad::after {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.5);
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: -1.2rem;
  right: -1.2rem;
  text-align: center;
  line-height: 5.6rem;
  font-size: 2.4rem;
}

.selfcheck_addinfo.good::after {
  content: "\f111";
  color: #017BA8;
  font-weight: 400;
}

.selfcheck_addinfo.bad::after {
  content: "\f00d";
  color: #D60B0B;
  font-weight: 900;
}

/*

専門家紹介

*/
.expert_row figure {
  width: 64%;
  max-width: 24rem;
  margin: 0 auto 2.4rem;
}

.expert_data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.6rem;
  border-bottom: solid 0.1rem #ccc;
  margin-bottom: 0.6rem;
}
.expert_data dl dt {
  width: 40%;
  background-color: #E9F3F8;
  padding: 0.8rem;
  text-align: center;
}
.expert_data dl dd {
  width: 60%;
  padding-left: 1.6rem;
}

@media screen and (min-width: 768px) {
  .expert_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .expert_row figure {
    width: 24rem;
    margin: 0;
  }
  .expert_data {
    width: calc(100% - 26rem);
  }
  .expert_data dl {
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .expert_data dl dt {
    width: 15rem;
    padding: 0.8rem;
  }
  .expert_data dl dd {
    width: calc(100% - 15rem);
    padding-left: 1.6rem;
  }
}
/*

感染対策ラウンド チェックリスト

*/
.minimal_table .k012-03_base_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.minimal_table .k012-03_base_list dt {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  color: #4C9DC7;
  padding: 0;
  border-bottom: none;
  margin: 0.4rem 0 0.4rem 0;
}
.minimal_table .k012-03_base_list dd {
  width: auto;
  padding: 0;
  margin: 0 1.2rem 0.8rem 0;
  border-bottom: none;
}
.minimal_table .k012-03_base_list .not_app {
  color: #b2b2b2;
}

@media screen and (min-width: 768px) {
  dt.pt_12 {
    padding-top: 1.2rem;
  }
  .minimal_table .k012-03_base_list dt {
    text-align: left;
  }
  .minimal_table .k012-03_base_list dd {
    margin: 0.4rem 1.2rem 0.4rem 0;
  }
}
.form_type02 dd .inline_btn {
  display: inline-block;
  margin-right: 0.8rem;
}
.form_type02 dd .form_type01 dd .frequency {
  width: 12rem;
}
.form_type02 dd .form_type01 dd .interval {
  display: inline-block;
  width: 12rem;
}

.select_checklist_row {
  margin-bottom: 2.4rem;
}
.select_checklist_row .select_checklist dt {
  width: 12rem;
}
.select_checklist_row .select_checklist dd {
  width: calc(100% - 12rem);
}
.select_checklist_row dl:last-of-type {
  margin-bottom: 0;
}

.calendar_screen {
  background-color: #f5f5f5;
  padding: 1.2rem;
  min-height: 48rem;
  margin-bottom: 4rem;
}

.calendar_form dd .frequency {
  width: 12rem;
}
.calendar_form dd input[type=text].interval {
  display: inline-block;
  width: 12rem;
}

@media screen and (min-width: 768px) {
  .select_checklist_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .select_checklist_row .select_checklist {
    width: 49%;
    max-width: 32rem;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .select_checklist_row dl:last-of-type {
    margin-right: 0;
  }
}
.k015-01_table01 .cell01 {
  min-width: 14rem;
  width: 14rem;
}
.k015-01_table01 .cell02 {
  min-width: 8rem;
  text-align: center;
}
.k015-01_table01 .cell03 {
  min-width: 8rem;
  text-align: center;
}
.k015-01_table01 tr .cell02, .k015-01_table01 tr .cell04 {
  background-color: #FFF8C3;
}
.k015-01_table01 tr .cell03, .k015-01_table01 tr .cell05 {
  background-color: #FBE7E7;
}

@media screen and (min-width: 768px) {
  .k015-01_table01 {
    width: 100%;
  }
  .k015-01_table01 .cell02, .k015-01_table01 .cell03 {
    min-width: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .k015-01_table01 .cell01 {
    width: 20rem;
  }
}
.k015-02_table01 .cell01, .k015-02_table01 .cell02, .k015-02_table01 .cell03, .k015-02_table01 .cell04, .k015-02_table01 .cell05 {
  min-width: 12rem;
  width: 12rem;
  text-align: center;
}
.k015-02_table01 td.cell05 {
  font-size: 2rem;
}
.k015-02_table01 td span {
  font-size: 2rem;
}

.k015-02_table02 .cell01 {
  min-width: 14rem;
  width: 14rem;
}
.k015-02_table02 .cell02 {
  min-width: 10rem;
  width: 10rem;
  text-align: center;
}
.k015-02_table02 .cell03 {
  min-width: 8rem;
  text-align: center;
}
.k015-02_table02 .cell04 {
  min-width: 8rem;
  text-align: center;
}
.k015-02_table02 tr .cell03, .k015-02_table02 tr .cell05 {
  background-color: #FFF8C3;
}
.k015-02_table02 tr .cell04, .k015-02_table02 tr .cell06 {
  background-color: #FBE7E7;
}

@media screen and (min-width: 768px) {
  .k015-02_table01 {
    width: 100%;
  }
  .k015-02_table01 .cell01, .k015-02_table01 .cell02, .k015-02_table01 .cell03, .k015-02_table01 .cell04, .k015-02_table01 .cell05 {
    min-width: 20%;
    width: 20%;
  }
  .k015-02_table02 {
    width: 100%;
  }
  .k015-02_table02 .cell03, .k015-02_table02 .cell04 {
    min-width: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .k015-02_table02 .cell01 {
    width: 20rem;
  }
  .k015-02_table02 .cell02 {
    width: 12rem;
  }
}
/* //////////////////////////////////////////////////

k015-03

////////////////////////////////////////////////// */
.k015-03_01 {
  padding-bottom: 1.2rem;
  border-bottom: solid 0.1rem #ccc;
  margin-bottom: 1.2rem;
}
.k015-03_01 h2 {
  margin-bottom: 1.2rem;
}
.k015-03_01 h3 {
  background-color: #DBEBF4;
  border-radius: 0.4rem;
  margin-bottom: 1.2rem;
}
.k015-03_01 h3 label {
  display: block;
  padding: 0.8rem 1.2rem;
}
.k015-03_01 .result_filter {
  display: none;
}

.k015-03_02 h2 {
  margin-bottom: 1.2rem;
}

.result_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.result_filter dt {
  width: 36%;
  margin-bottom: 0.8rem;
}
.result_filter dd {
  width: 64%;
  margin-bottom: 0.8rem;
}
.result_filter dd select {
  width: 100%;
}

.k015-03_table01 .cell01, .k015-03_table01 .cell02, .k015-03_table01 .cell03, .k015-03_table01 .cell04, .k015-03_table01 .cell05 {
  min-width: 10rem;
  width: 10rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .k015-03_01 {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 4rem;
    border-right: solid 0.1rem #ccc;
  }
  .k015-03_01 .minimal_table dt {
    width: 40%;
  }
  .k015-03_01 .minimal_table dd {
    width: 60%;
  }
  .k015-03_table01 {
    width: 100%;
  }
  .k015-03_table01 .cell01, .k015-03_table01 .cell02, .k015-03_table01 .cell03, .k015-03_table01 .cell04, .k015-03_table01 .cell05 {
    min-width: 20%;
    width: 20%;
  }
}
/* //////////////////////////////////////////////////

k020-01

////////////////////////////////////////////////// */
.k020-01_table_wrap {
  max-height: 40rem;
}

.k020-01_table01 .cell01 {
  width: 12rem;
  min-width: 12rem;
  text-align: center;
}
.k020-01_table01 .cell02 {
  width: 16rem;
  min-width: 16rem;
  text-align: center;
}
.k020-01_table01 .cell03 {
  width: 12rem;
  min-width: 12rem;
  text-align: center;
}
.k020-01_table01 .cell04 {
  width: 8rem;
  min-width: 8rem;
  text-align: center;
}
.k020-01_table01 .cell05 {
  width: 8rem;
  min-width: 8rem;
  text-align: center;
}
.k020-01_table01 .cell04, .k020-01_table01 .cell06 {
  background-color: #FFF8C3 !important;
}
.k020-01_table01 .cell05, .k020-01_table01 .cell07 {
  background-color: #FBE7E7 !important;
}

@media screen and (min-width: 1024px) {
  .k020-01_table01 {
    width: 100%;
  }
  .k020-01_table01 .cell01 {
    width: 20rem;
    min-width: 20rem;
  }
  .k020-01_table01 .cell02 {
    width: 20rem;
    min-width: 20rem;
  }
  .k020-01_table01 .cell03 {
    width: auto;
    min-width: auto;
  }
}
.acd_switch {
  position: relative;
  cursor: pointer;
}
.acd_switch::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4C9DC7;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.acd_switch:hover {
  opacity: 0.6;
}

.acd_wrap {
  display: none;
}

.k020-02_table01 .cell01 {
  width: 10rem;
  min-width: 10rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .k020-02_table01 {
    width: 100%;
  }
  .k020-02_table01 .cell01 {
    width: 20%;
    min-width: 20%;
  }
}
.k020-04_table01 .cell01, .k020-04_table01 .cell03, .k020-04_table01 .cell04 {
  width: 9rem;
  min-width: 9rem;
  text-align: center;
}
.k020-04_table01 .cell02 {
  width: 16rem;
  min-width: 16rem;
  text-align: center;
}
.k020-04_table01 .cell02 span {
  font-size: 1.75em;
}

@media screen and (min-width: 768px) {
  .k020-04_table01 {
    width: 100%;
  }
  .k020-04_table01 .cell01, .k020-04_table01 .cell02, .k020-04_table01 .cell03, .k020-04_table01 .cell04 {
    width: 25%;
    min-width: 25%;
  }
}
/* //////////////////////////////////////////////////

k014-3

////////////////////////////////////////////////// */
.k014-03_table01 .cell01 {
  text-align: center;
  min-width: 10rem;
}

.k014-03_table02 {
  width: 100%;
}
.k014-03_table02 .cell01 {
  text-align: center;
  min-width: 30%;
  width: 30%;
}
.k014-03_table02 .cell02 {
  text-align: center;
  min-width: 35%;
  width: 35%;
}
.k014-03_table02 td.cell02 {
  font-size: 2rem;
}

.k014-03_table03 .cell01 {
  width: 8rem;
  min-width: 8rem;
  text-align: center;
}
.k014-03_table03 .cell02 {
  width: 6.4rem;
  min-width: 6.4rem;
  text-align: center;
}

.k014-03_table04 .cell01 {
  width: 4rem;
  min-width: 4rem;
  text-align: center;
}
.k014-03_table04 .cell02 {
  width: 16rem;
  min-width: 16rem;
}
.k014-03_table04 .cell03 {
  width: 6.4rem;
  min-width: 6.4rem;
  text-align: center;
}
.k014-03_table04 .cell04 {
  width: 12rem;
  min-width: 12rem;
}
.k014-03_table04 .cell05 {
  width: 8rem;
  min-width: 8rem;
}

@media screen and (min-width: 768px) {
  .k014-03_table01 {
    width: 100%;
  }
  .k014-03_table01 .cell01 {
    min-width: 20%;
    width: 20%;
  }
  .k014-03_table02 .cell01 {
    min-width: 20%;
    width: 20%;
  }
  .k014-03_table02 .cell02 {
    min-width: 40%;
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .k014-03_table03 {
    width: 100%;
  }
  .k014-03_table04 {
    width: 100%;
  }
  .k014-03_table04 .cell02 {
    width: 20rem;
    min-width: 20rem;
  }
  .k014-03_table04 .cell06 {
    width: calc(100% - 55.2rem);
    min-width: calc(100% - 55.2rem);
  }
}
/* //////////////////////////////////////////////////

k019-3

////////////////////////////////////////////////// */
.k019-03_table02 .col01 {
  width: 10rem;
  min-width: 10rem;
}
.k019-03_table02 .col02 {
  width: 10rem;
  min-width: 10rem;
}
.k019-03_table02 .col03 {
  width: 10rem;
  min-width: 10rem;
}
.k019-03_table02 .col04 {
  width: 16rem;
  min-width: 16rem;
}
.k019-03_table02 .col05 {
  width: 10rem;
  min-width: 10rem;
}
.k019-03_table02 td {
  text-align: center;
}
.k019-03_table02 td span {
  font-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .k019-03_table02 {
    width: 100%;
  }
  .k019-03_table02 .col01 {
    width: 13%;
    min-width: 13%;
  }
  .k019-03_table02 .col02 {
    width: 13%;
    min-width: 13%;
  }
  .k019-03_table02 .col03 {
    width: 13%;
    min-width: 13%;
  }
  .k019-03_table02 .col04 {
    width: 22%;
    min-width: 22%;
  }
  .k019-03_table02 .col05 {
    width: 13%;
    min-width: 13%;
  }
}
/* //////////////////////////////////////////////////

k016-01

////////////////////////////////////////////////// */
#expert_login .to_page_top_bar a {
  display: none;
}

.expert_login_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 15.2rem);
  padding: 0 2rem;
}

.expert_login {
  border-radius: 0.8rem;
  padding: 2rem;
  position: relative;
  background-color: #fff;
  border: solid 0.2rem #4C9DC7;
  width: 100%;
}
.expert_login h2 {
  width: 16rem;
  margin: 0 auto 1.6rem;
}
.expert_login h3 {
  text-align: center;
  color: #fff;
  padding: 0.4rem 0;
  background-color: #4C9DC7;
  font-size: 1.2rem;
  margin: 0 auto 1.6rem;
}
.expert_login h4 {
  text-align: center;
  color: #4C9DC7;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
}
.expert_login .pw_change_txt {
  text-align: center;
  margin-bottom: 2.4rem;
}
.expert_login dl dt {
  margin-bottom: 0.4rem;
}
.expert_login dl dd {
  width: 100%;
  margin-bottom: 1.2rem;
}
.expert_login dl dd input[type=text], .expert_login dl dd input[type=password] {
  display: block;
  width: 100%;
  border: solid 0.1rem #ccc;
  border-radius: 0.4rem;
  padding: 0.8rem;
  margin-bottom: 0.2rem;
}
.expert_login dl dd label {
  font-size: 1.2rem;
}
.expert_login dl dd p {
  font-size: 1.2rem;
}
.expert_login dl dd p a {
  color: #006699;
}
.expert_login input[type=submit] {
  display: block;
  width: 20rem;
  margin: 2.4rem auto 0;
  background-color: #4C9DC7;
  color: #fff;
  text-align: center;
  padding: 0.8rem;
  border-radius: 10rem;
  border: none;
}
.expert_login::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 0.6rem);
  height: calc(100% + 0.6rem);
  top: -0.2rem;
  left: -0.2rem;
  border-radius: 1rem;
  z-index: -1;
  background-color: #4C9DC7;
}

@media screen and (min-width: 768px) {
  .expert_login {
    padding: 2rem;
    width: 56rem;
  }
  .expert_login h2 {
    width: 20rem;
    margin: 0 auto 2rem;
  }
  .expert_login h3 {
    font-size: 1.4rem;
    margin: 0 auto 2rem;
  }
  .expert_login dl dt {
    margin-bottom: 0.8rem;
  }
  .expert_login dl dd {
    margin-bottom: 1.6rem;
  }
}

.err_msg {
  color: var(--danger-color);
}
/* //////////////////////////////////////////////////

k017-01

////////////////////////////////////////////////// */
.expert_module {
  border: solid 0.1rem #ccc;
  border-radius: 0.8rem;
  padding: 1.2rem;
  margin-bottom: 2rem;
}
.expert_module h3 {
  font-size: 1.8rem;
  font-weight: 400;
  padding-bottom: 0.8rem;
  border-bottom: solid 0.1rem #4C9DC7;
  margin-bottom: 2rem;
}
.expert_module figure {
  width: 50%;
  margin: 0 auto 2rem;
}
.expert_module .expert_module_data ul {
  margin-bottom: 2rem;
}
.expert_module .expert_module_data ul li {
  padding: 0.8rem 0;
  border-bottom: dotted 0.1rem #ccc;
}
.expert_module .expert_module_data .form_btn {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .expert_list_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .expert_module {
    width: 49%;
  }
}
@media screen and (min-width: 1024px) {
  .expert_module {
    padding: 1.6rem;
    margin-bottom: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .expert_module h3 {
    width: 100%;
    font-size: 2rem;
    padding-bottom: 0.8rem;
    margin-bottom: 2rem;
  }
  .expert_module figure {
    width: 14rem;
    margin: 0;
  }
  .expert_module .expert_module_data {
    width: calc(100% - 16rem);
  }
  .expert_module .expert_module_data ul {
    margin-bottom: 2rem;
  }
  .expert_module .expert_module_data ul li {
    padding: 0.8rem 0;
  }
}
/* //////////////////////////////////////////////////

k013-02

////////////////////////////////////////////////// */
.prev_round {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prev_round li {
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
}

@media screen and (min-width: 768px) {
  .prev_round {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/* //////////////////////////////////////////////////

k013-05

////////////////////////////////////////////////// */
.k013-05_table01 td {
  text-align: center;
}
.k013-05_table01 .cell01 {
  width: 8rem;
  min-width: 8rem;
}
.k013-05_table01 .cell02 {
  width: 16rem;
  min-width: 16rem;
}
.k013-05_table01 .cell03 {
  width: 8rem;
  min-width: 8rem;
}
.k013-05_table01 .cell04, .k013-05_table01 .cell06, .k013-05_table01 .cell07, .k013-05_table01 .cell08, .k013-05_table01 .cell09, .k013-05_table01 .cell10, .k013-05_table01 .cell11 {
  width: 11rem;
  min-width: 11rem;
}
.k013-05_table01 .cell05 {
  width: 8rem;
  min-width: 8rem;
}