@charset "UTF-8";
/* CSS Document */
/*-----------------------
入院のご案内
-------------------------*/
.dock .application .tel {
  color: #0076dd;
  font-size: 2.6em;
}
.dock .application .tel::before {
  content: "";
  background: url("../../common/img/icon_tel.webp");
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.dock .application .flex {
  justify-content: space-between;
}
.dock .application ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.dock .application ul li:first-child::before,
.dock .application .table03 .s1 {
  background: #8ddbfd;
}
.dock .application ul li:nth-child(2)::before,
.dock .application .table03 .s2 {
  /*background: #D8F577;*/
  background: #93e777;
}
.dock .application ul li:nth-child(3)::before,
.dock .application .table03 .s3 {
  background: #ffc06a;
}
.dock .application ul li:nth-child(4)::before,
.dock .application .table03 .s4 {
  /*background: #F5FF00;*/
  background: #ffed16;
}
.dock .application ul li:nth-child(5)::before,
.dock .application .table03 .s5 {
  background: #d1d1d1;
}
.dock .application .table03 .s5 {
  color: red;
}
.dock .application .month {
  text-align: center;
  color: #0076dd;
  font-size: 1.6em;
  margin: 40px auto 20px;
}
.dock .application .table03 {
  width: 100%;
  margin-top: 10px;
}
.dock .application .table03 tr th,
.dock .application .table03 tr td {
  border: 1px solid #707070;
  text-align: center;
  padding: 20px;
}
/*-----------------------
健康診断のご案内
-------------------------*/
.dock_intro .dock01 .flex div {
  width: 50%;
}
.dock_intro .dock03 .bg_gray {
  margin: 20px;
  padding: 10px;
}
.dock_intro .dock07 .flex {
  justify-content: space-around;
  margin: 20px auto;
}
.dock_intro .dock07 .flex .txt {
  width: 60%;
  margin-left: 20px;
}
.dock_intro .dock11 .tel {
  font-size: 2em;
  color: #0076dd;
}
.dock_intro .dock11 .tel span {
  font-size: 0.6em;
}
.dock_intro .dock11 .tel::before {
  content: "";
  background-image: url(../../common/img/icon_tel.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.dock_intro .dock11 .contact {
  padding: 10px;
  text-align: center;
  background: #e2f6ff;
}
.dock_intro .table02 {
  border-collapse: collapse;
}
.dock_intro .table02 tr th,
.dock_intro .table02 tr td {
  padding: 20px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
#ui-datepicker-div {
  z-index: 99 !important;
}

/*流れ　追加分 20224*/

/*メニュー追加*/

.doc_menu > li {
  width: calc(100% / 3 - 30px);
  margin: 15px;
  background: url("../../recruit/img/bg_index.webp") no-repeat 50% 80%;
  height: 100px;
  background-size: cover;
  display: flex;
  align-items: center;
}
ul.doc_menu > li a {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  letter-spacing: 0.2em;
  font-size: 2vw;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.doc_menu > li a:before {
  content: "詳しく見る →";
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(115deg, #0076dd, #26c3f5);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1000;
  opacity: 0;
}

ul.doc_menu > li a:hover:before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.8;
}

/*docmenu ここまで*/
.newsbox {
  height: 200px;
  border: 1px solid #eaeaea;
  overflow-y: scroll;
  width: 70%;
  max-width: 1000px;
  margin: 0px auto 20px;
  background: white;
}
@media screen and (max-width: 768px) {
  .newsbox {
    width: 100%;
  }
}
.newsbox_p {
  background: linear-gradient(#05fbff, #1d62f0) fixed;
  text-align: center;
  color: white;
  padding: 10px 0px;
  font-size: 18px;
  font-weight: bold;
  width: 70%;
  max-width: 1000px;
  margin: 20px auto 0px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .newsbox_p {
    width: 100%;
  }
}
ul.newsList {
  display: flex;
  flex-flow: row wrap;
  border: 1px dotted #999;
  padding: 10px 0;
}

ul.newsList li {
  display: block;
  margin: 10px 10px;
}

ul.newsList li:nth-child(-n + 3) {
  flex-basis: 130px;
}

ul.newsList li:nth-child(2) {
  flex-basis: auto;
}

.qaContainer dt {
  padding: 10px 10px 10px 35px;
  font-weight: bold;
  background: #cce6ff;
  text-indent: -25px;
  text-align: left;
}

.qaContainer .txt_l {
  text-align: center;
  margin-left: 0 !important;
  border: 1px solid #eaeaea !important;
  padding: 10px;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2d8ee7;
  margin: 5px auto 5px;
}
.question {
  margin-bottom: 20px;
}
.question::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../../inpatient/img/icon_question.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .question::before {
    width: 20px;
    height: 20px;
  }
}
.answer::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../../inpatient/img/icon_answer.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .answer::before {
    width: 20px;
    height: 20px;
  }
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.option_van {
  margin: 3px;
  display: flex;
  justify-content: center;
}

.option_van div {
  border: 1px solid #0176dc;
  padding: 20px 5px;
  margin: 5px;
  border-radius: 15px;
  width: 35%;
  background: #e2f6ff;
}
.option_van_02 div{
  padding: 0 20px;
  width: 60%;
  border: 1px solid #0176dc;
  margin: 5px;
  border-radius: 15px;
  background: #e2f6ff;
}
.option_van h5 {
  color: #0076dc;
  font-size: 18px;
  margin: 10px;
}
.pc_none {
  display: none;
}
.flex_nagare > .box_img {
  width: 18%;
}

.flex_nagare > .box_text {
  width: 80%;
}
.flex_nagare {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.flex_nagare h4 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.price {
  font-size: 35px;
}
.price_s {
  font-size: 25px;
}

.price_h {
  background: #f1e767 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%) !important;
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%) !important;
  padding: 10px 20px;
  color: #3c3c3c !important;
  border-radius: 6px;
  font-size: 1.4em;
  margin-right: 30px;
}

.koumoku_table th,
td {
  padding: 6px !important;
}

.koumoku_table {
  width: 100%;
}
.koumoku_table td {
  text-align: left;
  width: calc(100% / 3);
}

.koumoku_table_l {
  width: 100%;
}

.koumoku_table_l th,
td {
  padding: 3px 3px !important;
}

.koumoku_table_l th {
  width: 15%;
}
.koumoku_table_l td {
  width: 30%;
}

.table_box_half {
  width: 50%;
}

.flex_option {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: baseline;
}
.flex_option span {
  color: black;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}
.flex_option h4 {
  display: inline-block;
}

.option_left {
  width: 35%;
}

.option_right {
  width: 60%;
}

.margin10 {
  margin: 10px;
}
.flex_half {
  display: flex;
  justify-content: center;
}

.flex_half div {
  width: 90%;
}

.flex_half > table {
  width: 100%;
}
.maru {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: pink;
  font-size: 24px;
  margin-left: 20px;
}

.sp_none {
  display: inline-block;
}

.thu {
  width: 100%;
}
.thu th {
  width: calc(100% / 7) !important;
}
.thu td {
  width: calc(100% / 7) !important;
}

.yoyakufuyo {
  background: #fe4949;
  padding: 10px;
  border-radius: 15px;
  margin-left: 10px;
  color: white;
  font-weight: bold;
}

.denwa {
  background: #ff995a;
  color: white;
  width: 200px;
  border-radius: 10px;
  position: fixed;
  bottom: 10%;
  right: 0;
  margin: 0 !important;
  padding: 5px 5px 10px 5px !important;
  border: 3px solid #e6732e;
}

.denwa h5 {
  font-size: 16px;
  margin-bottom: 3px;
  margin-top: 10px;
}
.denwa h5::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 10px;
  color: hsla(205, 100%, 87%, 1);
}

.denwa a,
.denwa p {
  color: white !important;
  font-size: 16px;
  font-weight: bold;
}

.doc_menu_2 {
  display: flex;
  border-radius: 15px;
  justify-content: space-around;
  margin-top: 20px;
  flex-direction: row;
  justify-content: flex-start;
}

.doc_menu_2 li {
  min-width: 200px;
  height: 350px;
  background: #385592 !important;
  border-radius: 15px;
  margin: 20px;
  width: 200px;
  text-align: center;
  font-size: 14px !important;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .doc_menu_2 li {
    width: 270px;
  }
}

.doc_menu_3 li {
  min-width: 200px;
  height: 190px;
  background: #f7cd46 !important;
  border-radius: 15px;
  margin: 30px;
  width: 350px;
  text-align: center;
  font-size: 13px !important;
  color: white;
  position: relative;
}
@media screen and (max-width: 768px) {
  .doc_menu_3 li {
    width: 100%;
  }
}
.ningen_icon {
  display: block;
  height: 100px;
}

.doc_img {
  width: 80px;
  margin-top: 20px;
}

.white {
  color: white !important;
  margin-top: 5px;
}

.doc_menu_3 .white {
  color: #6c6c6c !important;
  margin-top: 15px;
  margin-bottom: 10px;
}
.hr_kenshin {
  width: 50px;
  margin-bottom: 20px;
  margin-top: -10px;
}
.btn_kensakoumoku {
  background: #ffeab6;
  color: #6c6c6c;
  font-weight: bold;
  padding: 7px 28px;
  margin-top: 15px;
  position: absolute;
  bottom: 10%;
  left: 20%;
  right: 20%;
}

.doc_menu_2 p {
  font-size: 13px;
  color: white !important;
}
.doc_menu_3 p {
  font-size: 13px;
}

.other {
  background: linear-gradient(#01e8af, #5affd6) !important;
  -webkit-transition: all 0.3s ease-out;
  color: #818181 !important;
}
.kow div {
  width: auto !important;
}

.flex_nonhalf {
  display: flex;
}

.flex_nonhalf div {
  width: auto !important;
}

.kap div {
  width: auto;
}

.zei {
  font-size: 16px;
}

@media screen and (max-width: 1230px) {
  .dock .application .table03 tr th,
  .dock .application .table03 tr td,
  .dock_intro .table02 tr th,
  .dock_intro .table02 tr td {
    padding: 10px;
  }
  .dock_intro .dock01 .flex div,
  .dock_intro .dock07 .flex .txt {
    width: 100%;
  }
  .dock_intro .dock07 .flex .txt {
    margin-left: 0;
  }
  .dock_intro .dock07 .flex {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .option_van {
    display: block;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
  }

  .option_van div {
    width: 100%;
    background: #e2f6ff;
    padding: 0;
    margin: 5px auto;
  }
  .koumoku_table {
    width: 800px;
  }
  .koumoku_table_s {
    width: 700px;
  }

  .koumoku_table_s th {
    padding: 6px !important;
  }

  .koumoku_table_s td {
    padding: 6px !important;
  }
  .pc_none {
    display: inline-block;
  }

  .option_van .list_dots li {
    padding-left: 0em;
    text-indent: 0em;
    margin-bottom: 20px;
  }

  .flex_nagare {
    display: block;
  }
  .option_left {
    width: 100%;
  }

  .option_right {
    width: 100%;
  }
  .flex_option {
    display: block;
  }

  .flex_nagare > .box_text {
    width: 100%;
  }

  .flex_nagare > .box_img {
    width: 100%;
  }
  .flex_half {
    display: block;
    justify-content: center;
  }

  .flex_half div {
    width: auto;
  }
  .sp_none {
    display: none;
  }

  .table_box_half {
    width: 100%;
  }

  .koumoku_table_l {
    width: 800px;
  }

  .denwa {
    display: block;
    width: 100%;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
  }

  .denwa h5 {
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 10px;
  }
  .doc_menu {
    display: block;
  }
  .doc_menu li {
    width: 100%;
  }

  .doc_menu {
  }

  .doc_menu_2 {
    display: block;
    border-radius: 15px;
    justify-content: space-around;
    margin-top: 20px;
  }
  .doc_menu_2 li {
    border-radius: 15px;
    justify-content: space-around;
    margin: 10px auto;
  }
  .doc_menu_3 li {
    margin: 10px auto;
  }

  .kap th,
  .kap td {
    display: block;
  }
}
@media (orientation: landscape) {
}
.doc_img {
  width: 40%;
}
.doc_flex {
  gap: 30px;
}

/* 単独健診 --------------------------- */
.tandoku_menu li {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .tandoku_menu li {
    height: 280px;
  }
}
#sec1{
  padding-top: 180px;
  margin-top: -180px;
}
#sec2{
  padding-top: 180px;
  margin-top: -180px;
}
#sec3{
  padding-top: 180px;
  margin-top: -180px;
}
.koumoku_table_l_th{
  width: 100px;!important
}