#container.container .set-w-280px {
  width: 280px;
}

#container.container .set-color-007adb {
  color: #007adb;
}

#container.container .set-color-ed4300 {
  color: #ed4300;
}

#container.container .set-color-003095 {
  color: #003095;
}

#container.container .set-color-75ad00 {
  color: #75ad00;
}

#container.container .set-color-19853B {
  color: #19853B;
}

#container.container .set-color-ec4401 {
  color: #ec4401;
}

#container.container .set-color-0079da {
  color: #0079da;
}

#container.container .set-color-0077de {
  color: #0077de;
}

#container.container .set-bg-007cd8 {
  background-color: #007cd8;
}

#container.container .set-bg-fcf0ec {
  background-color: #fcf0ec;
}

#container.container .set-bg-ed799c {
  background-color: #ed799c;
}

#container.container .set-bg-75ad00 {
  background-color: #75ad00;
}

#container.container .set-bg-ed4300 {
  background-color: #ed4300;
}

#container.container .set-bg-0077de {
  background-color: #0077de;
}

#container.container .set-fw-normal {
  font-weight: normal;
}

#container.container .set-fs-36 {
  font-size: 3.6rem;
}

#container.container .set-fs-53 {
  font-size: 5.3rem;
}

#container.container .set-fs-70per {
  font-size: 70%;
}

#container.container .icon.icon--blank--ctx {
  top: 12px;
}

@media screen and (max-width: 750px) {
  #container.container .reset-sp-w {
    width: auto;
  }

  #container.container .set-sp-fs-7_4 {
    font-size: 7.4vw;
  }

  #container.container .set-sp-fs-6 {
    font-size: 6vw;
  }

  #container.container .set-sp-fs-5 {
    font-size: 5vw;
  }

  #container.container .icon.icon--blank--ctx {
    top: 4vw;
  }
}

#container.container .icon.icon--brtext-75ad00 {
  top: 2px;
  color: #75ad00;
  border: 2px solid #75ad00;
  padding: 5px;
}

#container.container .icon.icon--bus,
#container.container .icon.icon--train,
#container.container .icon.icon--car {
  width: 51px;
  height: 50px;
}

@media screen and (max-width: 750px) {

  #container.container .icon.icon--bus,
  #container.container .icon.icon--train,
  #container.container .icon.icon--car {
    width: 8vw;
    height: 8.1vw;
  }
}

#container.container .icon.icon--bus {
  background-image: url(../images/page/hospital/access/icon-bus-off.png);
}

#container.container .icon.icon--train {
  background-image: url(../images/page/hospital/access/icon-train-off.png);
}

#container.container .icon.icon--car {
  background-image: url(../images/page/hospital/access/icon-car-off.png);
}

#container.container .set-fs-big {
  font-size: 5.3rem;
}

@media screen and (max-width: 750px) {
  #container.container .set-fs-big {
    font-size: 8vw;
  }
}

#container.container .p-v-dotte {
  background: url(../images/page/hospitalization/dotte.png) 50% 0 no-repeat;
  height: 84px;
  margin: 140px 0 70px 0;
}

@media screen and (max-width: 750px) {
  #container.container .p-v-dotte {
    background-size: 4px auto;
    margin: 10vw;
    height: 12vw;
  }
}

#container.container .outpatient-op {
  position: absolute;
  right: -90px;
  top: -130px;
}

#container.container .w-op {
  position: relative;
}

#container.container .hos-op {
  position: absolute;
}

#container.container .hos-op.hos-op--0 {
  left: -130px;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  #container.container .hos-op.hos-op--0 {
    left: -18vw;
    width: 60vw;
  }
}

#container.container .hos-op.hos-op--1 {
  right: -230px;
  bottom: -50px;
}

@media screen and (max-width: 750px) {
  #container.container .hos-op.hos-op--0 {
    left: -4vw;
    bottom: -0.3vw;
    width: 40vw;
  }

  #container.container .hos-op.hos-op--1 {
    right: -22vw;
    bottom: -15vw;
    width: 50vw;
  }
}

#container.container .hos-op.hos-op--2 {
  right: 0px;
  top: 30px;
}

#container.container .hos-op.hos-op--3 {
  left: 50px;
  top: 130px;
}

@media screen and (max-width: 1126px) {
  #container.container .hos-op.hos-op--3 {
    display: none;
  }
}

#container.container .p-hos-col2-ph .item {
  width: 46.5%;
}

#container.container .p-hos-col2-ph .item figure {
  display: inline-block;
  text-align: left;
}

#container.container .p-hos-col2-ph .item figure figcaption {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #container.container .p-hos-col2-ph .item {
    margin-bottom: 10vw;
    width: auto;
    text-align: center;
  }

  #container.container .p-hos-col2-ph .item figure {
    width: 100%;
  }
}

#container.container .p-jinishoku {
  position: relative;
}

#container.container .p-jinishoku .jin {
  color: #fff;
  padding-left: 15px;
  padding: 5px 20px 2px 15px;
}

#container.container .p-jinishoku:before {
  content: "";
  display: block;
  position: absolute;
  left: -9px;
  top: 50%;
  z-index: 10;
  margin-top: -8px;
  background: #fecb20;
  width: 18px;
  height: 18px;
  border-radius: 100px;
}

#container.container .p-jinishoku__text {
  position: absolute;
  left: -234px;
  top: -250px;
}

@media screen and (max-width: 750px) {
  #container.container .p-jinishoku:before {
    left: -2vw;
    margin-top: -2vw;
    width: 4vw;
    height: 4vw;
  }

  #container.container .p-jinishoku__text {
    position: absolute;
    left: -30vw;
    top: -32vw;
    width: 40vw;
  }

  #container.container .p-jinishoku .jin {
    padding-left: 11px;
  }
}

#container.container .p-toseki-tsuin .flex__item {
  width: 45%;
}

#container.container .p-toseki-tsuin .icon--carrow-a {
  top: 7px;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  #container.container .p-toseki-tsuin .icon--carrow-a {
    top: 3vw;
    margin-right: 2vw;
    display: inline-block;
  }
}

@media screen and (max-width: 750px) {
  #container.container .p-toseki-tsuin .flex__item {
    width: auto;
  }
}

#container.container .p-toseki-hdg {
  margin-bottom: 50px;
  text-align: center;
}

#container.container .p-toseki-hdg .string {
  font-size: 3rem;
}

@media screen and (max-width: 750px) {
  #container.container .p-toseki-hdg {
    margin-bottom: 5vw;
  }

  #container.container .p-toseki-hdg .string {
    font-size: 6vw;
  }
}

#container.container .p-toseki-type {
  background: url(../images/page/dialysis/dotte.png) 50% 100% no-repeat;
  margin-bottom: 50px;
  padding-bottom: 204px;
}

#container.container .p-toseki-type__header {
  background: #00aa17;
  text-align: center;
  padding: 10px;
  color: #fff;
}

#container.container .p-toseki-type__header .string {
  font-size: 3.6rem;
}

#container.container .p-toseki-type__body {
  padding: 35px 50px 50px 50px;
}

#container.container .p-toseki-type__lead {
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 1.4;
}

#container.container .p-toseki-type .item {
  background: #fff;
  border: 1px solid #00aa17;
}

@media screen and (max-width: 750px) {
  #container.container .p-toseki-type {
    padding-bottom: 0;
  }

  #container.container .p-toseki-type__header {
    padding: 3vw;
  }

  #container.container .p-toseki-type__header .string {
    font-size: 5.5vw;
  }

  #container.container .p-toseki-type__body {
    padding: 5vw;
  }

  #container.container .p-toseki-type__body dt {
    line-height: 1.4;
  }

  #container.container .p-toseki-type__lead {
    margin-bottom: 9vw;
    font-size: 5.5vw;
  }
}

#container.container .p-toseki-hd-ph {
  position: relative;
}

#container.container .p-toseki-hd-ph .p-toseki-hd-ph-op {
  right: -150px;
  top: -50px;
  position: absolute;
}

@media screen and (max-width: 750px) {
  #container.container .p-toseki-hd-ph {
    margin: 0 auto;
    width: 70vw;
  }

  #container.container .p-toseki-hd-ph .p-toseki-hd-ph-op {
    width: 40vw;
    right: -20vw;
    top: -8vw;
  }
}

#container.container .p-outpatient-hdg {
  margin-bottom: 30px;
  text-align: center;
}

#container.container .p-outpatient-hdg figure {
  margin-bottom: 30px;
}

#container.container .p-outpatient-hdg .string {
  font-size: 3rem;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  #container.container .p-outpatient-hdg {
    margin-bottom: 5vw;
  }

  #container.container .p-outpatient-hdg figure {
    margin-bottom: 2vw;
  }

  #container.container .p-outpatient-hdg .string {
    font-size: 6vw;
  }
}

#container.container .p-outpatient-dotte {
  background: #fff url(../images/page/outpatient/flow/dotte.png) 50% 0 no-repeat;
  height: 84px;
  margin: 60px 0;
}

@media screen and (max-width: 750px) {
  #container.container .p-outpatient-dotte {
    margin: 10vw 0;
  }
}

#container.container .p-outpatient-type {
  background: url(../images/page/outpatient/flow/dotte-br.png) 50% 100% no-repeat;
  padding-bottom: 204px;
}

#container.container .p-outpatient-type__header {
  position: relative;
  background: #007adb;
  text-align: center;
  padding: 13px 10px 10px 10px;
  color: #fff;
}

#container.container .p-outpatient-type__header .string {
  font-size: 3.6rem;
}

#container.container .p-outpatient-type__header .op {
  position: absolute;
  left: -50px;
  top: -20px;
}

@media screen and (max-width: 750px) {
  #container.container .p-outpatient-type__header .op {
    width: 18vw;
    left: -5vw;
    top: -1.5vw;
  }
}

#container.container .p-outpatient-type__desc {
  padding: 0 20px;
}

#container.container .p-outpatient-type__lead {
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
}

#container.container .p-outpatient-type__first {
  border: 1px solid #007adb;
  padding: 35px 30px;
}

#container.container .p-outpatient-type__dotte {
  background: #fff url(../images/page/outpatient/flow/dotte.png) 50% 0 no-repeat;
  height: 84px;
  margin: 30px 0;
}

@media screen and (max-width: 750px) {
  #container.container .p-outpatient-type {
    background: none;
    padding-bottom: 0;
  }

  #container.container .p-outpatient-type__header {
    padding: 3.5vw 3vw 3vw 3vw;
  }

  #container.container .p-outpatient-type__header .string {
    font-size: 6.5vw;
  }

  #container.container .p-outpatient-type__body {
    border: 1px solid #007adb;
    padding: 5vw 5vw 10vw 5vw;
  }

  #container.container .p-outpatient-type__first {
    padding: 0;
    border: 0;
  }

  #container.container .p-outpatient-type__desc {
    padding: 0;
  }

  #container.container .p-outpatient-type__desc p {
    font-size: 4.6vw;
  }

  #container.container .p-outpatient-type__lead {
    margin-bottom: 3vw;
    font-size: 5.5vw;
  }

  #container.container .p-outpatient-type__dotte {
    margin: 6vw 0;
  }

  #container.container .p-outpatient-type__photo img {
    width: 86%;
  }
}

#container.container .p-attention-box {
  position: relative;
  padding: 25px 50px;
}

#container.container .p-attention-box dt {
  font-size: 2.3rem;
  text-align: center;
}

#container.container .p-attention-box dt small {
  font-size: 70%;
}

#container.container .p-attention-box dt .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  #container.container .p-attention-box {
    padding: 5vw 9vw;
  }

  #container.container .p-attention-box dt {
    font-size: 5vw;
  }

  #container.container .p-attention-box dt .icon {
    right: 3vw;
    top: 3vw;
    width: 13vw;
    height: 13vw;
    line-height: 13vw;
    font-size: 3.6vw;
  }
}

#container.container .p-compo-a .item {
  width: 45%;
  text-align: center;
}

#container.container .p-compo-a .item__header {
  margin-bottom: 40px;
}

#container.container .p-compo-a .item__header .string {
  font-size: 3rem;
}

#container.container .p-compo-a .item__body figure {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

#container.container .p-compo-a .item__body .icon--carrow-a {
  top: 7px;
  margin-right: 10px;
}

#container.container .p-compo-a .item__body .item__fig-cap {
  position: absolute;
  left: -50px;
  top: -38px;
  display: inline-block;
  padding: 1px 20px 0 20px;
  color: #fff;
  border-radius: 100px;
  white-space: nowrap;
}

#container.container .p-compo-a .item__body .item__fig-op {
  position: absolute;
}

#container.container .p-compo-a .item__body .item__fig-op--1 {
  right: -145px;
  bottom: 10px;
}

#container.container .p-compo-a .item__body .item__fig-op--2 {
  right: -135px;
  bottom: 10px;
}

@media screen and (max-width: 750px) {
  #container.container .p-compo-a .item {
    margin-bottom: 15vw;
    width: auto;
  }

  #container.container .p-compo-a .item__header {
    margin-bottom: 5vw;
  }

  #container.container .p-compo-a .item__header .string {
    font-size: 6vw;
  }

  #container.container .p-compo-a .item__body figure {
    width: 75%;
    margin-bottom: 6vw;
  }

  #container.container .p-compo-a .item__body .icon--carrow-a {
    top: 3vw;
    margin-right: 2vw;
    display: inline-block;
  }

  #container.container .p-compo-a .item__body .item__fig-cap {
    left: -30px;
    top: -15px;
    padding: 0.5vw 4vw;
    font-size: 3vw;
  }

  #container.container .p-compo-a .item__body .item__fig-op {
    position: absolute;
  }

  #container.container .p-compo-a .item__body .item__fig-op--1 {
    width: 40vw;
    right: -18vw;
    bottom: 0;
  }

  #container.container .p-compo-a .item__body .item__fig-op--2 {
    width: 40vw;
    right: -18vw;
    bottom: 0;
  }
}

#container.container .p-tabui__btn {
  border-bottom: 5px solid #00259a;
  line-height: 1.4;
  width: 1000px;
  margin: 0 auto;
}

#container.container .p-tabui__btn .item {
  cursor: pointer;
  display: table;
  background: #f9f9f9;
  border: 1px solid #cecece;
  transition: background 0.25s ease;
}

#container.container .p-tabui__btn .item.active,
#container.container .p-tabui__btn .item.hover:hover {
  background-color: #00259a;
  color: #fff;
  border-color: #00259a;
}

#container.container .p-tabui__btn .item.active .icon.icon--bus,
#container.container .p-tabui__btn .item.hover:hover .icon.icon--bus {
  background-image: url(../images/page/hospital/access/icon-bus-on.png);
}

#container.container .p-tabui__btn .item.active .icon.icon--train,
#container.container .p-tabui__btn .item.hover:hover .icon.icon--train {
  background-image: url(../images/page/hospital/access/icon-train-on.png);
}

#container.container .p-tabui__btn .item.active .icon.icon--car,
#container.container .p-tabui__btn .item.hover:hover .icon.icon--car {
  background-image: url(../images/page/hospital/access/icon-car-on.png);
}

#container.container .p-tabui__btn .item .p-wicon,
#container.container .p-tabui__btn .item p,
#container.container .p-tabui__btn .item .string {
  padding: 11px 10px 9px 10px;
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: bold;
}

#container.container .p-tabui__btn .item .p-wicon {
  padding-left: 20px;
  padding-right: 0;
}

#container.container .p-tabui__btn .item p {
  padding-left: 5px;
}

@media screen and (max-width: 750px) {
  #container.container .p-tabui__btn {
    width: 100%;
    margin-bottom: 5px;
  }

  #container.container .p-tabui__btn .flex__item {
    width: 32%;
  }

  #container.container .p-tabui__btn .item .p-wicon {
    width: 12vw;
    padding: 2vw;
  }

  #container.container .p-tabui__btn .item p {
    padding-left: 0;
    font-size: 4.5vw;
	text-align: center;
  }
}

#container.container .p-tabui__cnt {
  padding-top: 40px;
}

@media screen and (max-width: 750px) {
  #container.container .p-tabui__cnt {
    padding-top: 5vw;
  }
}

.icon--acsnum {
  margin-right: 1px;
  float: left;
  display: block;
  font-size: 1.8rem;
  padding: 5px 3px;
  color: #fff;
}

.gray-arrow {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #cccccc;
}

.yellow-arrow {
  margin-top: 70px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 45px 0 45px;
  border-color: #ffcc00 transparent transparent transparent;
}

@media screen and (max-width: 750px) {
  .yellow-arrow {
    margin-top: 10vw;
    margin-bottom: 5vw;
    border-width: 6vw 8vw 0 8vw;
  }
}

.p-access-info .gray-arrow {
  top: 5px;
}

.p-access-info dt {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}

.p-access-info dd {
  margin-bottom: 35px;
}

.p-access-info dd .set-disp-ib,
.p-access-info dd .icon {
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .p-access-info dt {
    margin-bottom: 2vw;
  }

  .p-access-info dd {
    margin-bottom: 5vw;
  }
}

.p-map iframe {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 750px) {
  .p-map {
    position: relative;
    width: 100%;
    padding-top: 80%;
  }

  .p-map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  #container.container .sp-block {
    display: block;
  }
}

#container.container .set-fs-large {
  font-size: 3rem;
}

@media screen and (max-width: 750px) {
  #container.container .set-fs-large {
    font-size: 5vw;
  }
}

#container .cat-gairai-body .p-list-disc>li::before {
  background-color: #007cd8;
  top: 12px;
}

#container .cat-sub-0 .p-list-disc>li::before {
  background-color: #98d100;
}

#container .cat-sub-1 .p-list-disc>li::before {
  background-color: #c38ebd;
}

#container .cat-sub-2 .p-list-disc>li::before {
  background-color: #ea5433;
}

#container .cat-sub-3 .p-list-disc>li::before {
  background-color: #cd4e3c;
}

#container .cat-sub-4 .p-list-disc>li::before {
  background-color: #f7ad3a;
}

#container .cat-sub-5 .p-list-disc>li::before {
  background-color: #EB6DA5;
}

#container .cat-sub-6 .p-list-disc>li::before {
  background-color: #F6BB3A;
}

#container .cat-sub-7 .p-list-disc>li::before {
  background-color: #2CB16E;
}

#container .cat-sub-8 .p-list-disc>li::before {
  background-color: #53C3F1;
}

.p-doctor-schedule table {
  width: 100%;
  table-layout: auto;
}

.p-doctor-schedule .fill {
  background: #f9f9f9;
}

.p-doctor-schedule th,
.p-doctor-schedule td {
  padding: 13px 10px 13px 10px;
  font-weight: bold;
  line-height: 1.4;
}

.p-doctor-schedule td {
  padding: 13px 5px 13px 5px;
  font-weight: bold;
  line-height: 1.4;
}

.p-doctor-schedule th.double,
.p-doctor-schedule td.double {
  padding-top: 6px;
  padding-bottom: 6px;
}

.p-doctor-schedule th.null,
.p-doctor-schedule td.null {
  font-weight: normal;
}

.p-doctor-schedule th small,
.p-doctor-schedule td small {
  display: block;
  font-size: 80%;
  font-weight: normal;
}

.p-doctor-schedule thead th {
  text-align: center;
}

.p-doctor-schedule thead .fill {
  width: 11.2%;
  border: 1px solid #bcbcbc;
}

.p-doctor-schedule tbody th,
.p-doctor-schedule tbody td {
  border: 1px solid #bcbcbc;
}

.p-doctor-schedule tbody th {
  width: 200px;
  text-align: left;
}

.subject .item__type .string {
  font-size: 5.3rem;
  letter-spacing: 3px;
  padding-right: 80px;
  text-align: center;
}

.subject .item__type .icon {
  top: -5px;
  margin-right: 20px;
}

/*訪問診療・往診*/

.subject .hc-ttl {
  color: #fff;
  background-color: #95D525;
  border-radius: 20px 20px 0 0;
  text-align:  center;
}
.subject .hc-ttl.cg2 {
  background-color: #f7ad3a;
}
.subject .hc-ttl.cg3 {
  background-color: #F6BB3A;
}

.subject .hc-ttl h3 {
  font-size: 1.6em;
  line-height: 2.8;
  padding: 10px 20px 2px 0;
}

.subject .hc-ttl .icon {
  border: 4px solid #fff;
  border-radius: 100px;
}

.subject .hc-ttl .icon img {
  width: 60px;
  height: 60px;
}


/*足のケア外来*/

.subject .fc-ttl {
  color: #fff;
  background-color: #E4007F;
  border-radius: 20px 20px 0 0;
  text-align:  center;
}

.subject .fc-ttl h3 {
  font-size: 1.3em;
  line-height: 2.8;
  padding: 6px 0 2px 0;
}

#container .subject .fc .p-hdg-c .string {
  color: #E75323;
  font-size: 2.3rem;
}

#container .subject .fc .p-hdg-c .string:before {
  background: #E75323;
}

#container .subject .fc .p-hdg-c .string:after {
  background: #E75323;
}

#container .subject .fc .flex--pcol-5 {
  background-color: #FDF3F6;
  border-radius: 20px;
  padding: 50px 0 40px 0;
  margin-bottom: 50px;
}

#container .subject .fc .flex--pcol-5 .string {
  font-weight: bold;
  color: #E40B7F;
  text-align: center;
  margin-bottom: 10px;
}

#container .subject .fc dl.fc-price dt {
  color: #fff;
  font-size: 2.1rem;
  background-color: #E40B7F;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #E40B7F;
  border-radius: 30px 0 0 30px;
  border-right: 0;
  padding: 18px 22px 15px 22px;
}
#container .subject .fc dl.fc-price dt span {
  font-size: 1.8rem;
}

#container .subject .fc dl.fc-price dd {
  background-color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #E40B7F;
  border-radius: 0 30px 30px 0;
  border-left: 0;
  margin-left: -7px;
  padding: 18px 22px 15px 22px;
}
#container .subject .fc dl.fc-price dd b span {
  color: #E40B7F;
}

#container .subject .fc .fc-time b {
  font-weight: bold;
  color:  #E40B7F;
}

.subject .fc-option li {
  background-color: #FDF3F6;
  border-radius: 20px;
  padding: 15px 0 0 0;
  height: 710px;
  min-height: 710px;
}

.subject .fc-option li h3 {
  font-size: 1.3em;
  line-height: 2.8;
  padding: 6px 0 2px 0;
  text-align:  center;
  color: #E40B7F;
}

.subject .fc-option-txt {
  text-align: left;
  padding: 10px 30px 0 30px;
}

.subject .fc-option li b {
  font-weight: bold;
}

.subject .fc-option li span {
  color: #E40B7F;
}

.subject .fc-consultation {
  border: 3px solid #EB87A7;
  border-radius: 30px;
  padding: 30px 50px 25px 60px;
  text-align: left;
  position: relative;
}
.subject .fc-consultation p {
  font-size: 2.1rem;
}
.subject .fc-consultation p b {
  color: #E75323;
}
.subject .fc-consultation p b span {
  color: #E40B7F;
}

#container .subject .fc .nishida h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #E40B7F;
}
#container .subject .fc .nishida li {
  font-weight: bold;
}
#container .subject .fc .nishida li span {
  color: #E40B7F;
}

#container .subject .fc .nishida .p-list-disc>li:before {
  background-color: #E40B7F;
}


@media screen and (max-width: 750px) {
  
  #container.container .subject .item__type .string {
    font-size: 7.4vw;
    font-weight: bold;
	padding-right: 30px;
	text-align: center;
	padding-top: 18px;
  }

  #container.container .subject .item__type .icon {
    top: -1.3vw;
    margin-right: 3vw;
    width: 14vw;
  }
	
  #container.container .p-doctor-schedule__note p {
    font-size: 4vw;
  }

  #container.container .p-doctor-schedule .item__type {
    margin-bottom: 4vw;
  }

  #container.container .p-doctor-schedule .item__type .string {
    font-size: 6.5vw;
    font-weight: normal;
  }

  #container.container .p-doctor-schedule .item__type .icon {
    top: -1.3vw;
    margin-right: 3vw;
    width: 13vw;
  }

  #container.container .p-doctor-schedule .item__name {
    margin-bottom: 3vw;
  }

  #container.container .p-doctor-schedule .item__name .string {
    display: inline-block;
    font-size: 6vw;
    font-weight: normal;
  }

  #container.container .p-doctor-schedule .item__name .link {
    vertical-align: top;
    position: relative;
    top: 1vw;
    display: inline-block;
    margin-left: 8vw;
    font-size: 3.6vw;
    font-weight: bold;
  }

  #container.container .p-doctor-schedule .item__name .link .icon {
    top: 1.8vw;
  }

  #container.container .p-doctor-schedule th,
  #container.container .p-doctor-schedule td {
    padding: 3vw 1vw;
  }

  #container.container .p-doctor-schedule th small,
  #container.container .p-doctor-schedule td small {
    font-size: 40%;
  }
  
  /*往診・訪問診療*/
  .subject .hc-ttl h3 {
    font-size: 1.5em;
    line-height: 2.6;
    padding: 10px 20px 8px 0;
  }
  
  .subject .hc p img {
    width: 100%;
    max-width:100%;
  }

  .subject .hc-ttl .icon {
    border: 4px solid #fff;
    border-radius: 100px;
  }
  
  #container .icon.icon--pdf.hc {
    top: 18px;
    right: 24px;
  }
  
  /*足のケア外来*/
  .subject .fc p img {
    width: 100%;
    max-width:100%;
  }
  
  #container .subject .fc .flex--pcol-5 {
    padding: 40px 30px 10px 30px;
  }
  
  #container .subject .fc .flex--pcol-5 li {
    margin-bottom: 30px;
  }
  
  #container .subject .fc .flex--pcol-5 img {
    width: 65%;
  }
  
  #container .subject .fc dl.fc-price dt {
    display: block;
    border-radius: 30px 30px 0 0;
  }

  #container .subject .fc dl.fc-price dd {
    display: block;
    border-radius: 0 0 30px 30px;
    border-top: 0;
    border: 2px solid #E40B7F;
    margin-left: 0;
  }
  
  #container .subject .fc .flex--pcol-3.fc-option img {
    width: 55%;
  }
  #container .subject .fc .flex--pcol-3.fc-option .fc-option-a img {
    width: 82%;
  }
  
  .subject .fc-option li {
    height: auto;
    min-height: auto;
    padding-bottom: 30px;
  }
  
  .subject .fc-consultation {
    padding: 30px 30px 25px 30px;
  }
  
}

@media screen and (min-width: 751px) {
  .p-border-col2 {
    border: 1px solid #cdcdcd;
  }

  .p-border-col2 .flex__item {
    position: relative;
    padding: 50px 10px 50px 50px;
    width: 50%;
  }

  .p-border-col2 .flex__item:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    background: #cdcdcd;
    width: 1px;
    height: calc(100% - 80px);
  }

  .p-border-col2 .flex__item:last-child:before {
    display: none;
  }

  .p-border-col2 .flex__item dt {
    margin-bottom: 30px;
    font-size: 3.6rem;
    line-height: 1.4;
  }

  .p-border-col2 .flex__item ul {
    font-size: 2rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 750px) {
  #container.container .p-border-col2 .flex__item {
    margin-bottom: 10vw;
  }

  #container.container .p-border-col2 dt {
    margin-bottom: 2vw;
    font-size: 5vw;
  }
}

.p-reserve-tel {
  line-height: 1.1;
  text-align: center;
}

.p-access-tel {
  line-height: 1.1;
  text-align: center;
}

@media screen and (min-width: 751px) {

  .p-reserve-tel dt,
  .p-reserve-tel dd {
    display: inline-block;
  }

  .p-access-tel dt,
  .p-access-tel dd {
    display: inline-block;
  }
}

.p-reserve-tel dt {
  font-size: 2.5rem;
  margin-right: 10px;
}

.p-reserve-tel dd {
  font-size: 6.3rem;
}

.p-reserve-tel dd .icon {
  top: 9px;
  margin: 0 10px;
}

.p-access-tel dt {
  font-size: 6.3rem;
}

.p-access-tel dd {
  font-size: 1.7rem;
  margin-left: 20px;
}

.p-access-tel dt .icon {
  top: 9px;
  margin: 0 10px;
}

@media screen and (max-width: 750px) {
  #container.container .p-reserve-tel dt {
    font-size: 5vw;
  }

  #container.container .p-reserve-tel dd {
    margin-top: 2vw;
    font-size: 12vw;
  }

  #container.container .p-reserve-tel dd .icon {
    top: 2vw;
    width: 10vw;
  }

  #container.container .p-access-tel dt {
    margin-top: -2vw;
    font-size: 12vw;
  }

  #container.container .p-access-tel dd {
    font-size: 5vw;
    padding: 2vw 0 0 2vw;
  }

  #container.container .p-access-tel dt .icon {
    top: 2vw;
    width: 10vw;
  }
}

.p-facility-i table {
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 10px;
}

.p-facility-i table td {
  vertical-align: top;
}

.p-facility-i table td.vm {
  vertical-align: middle;
}

.p-facility-i__name {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
}

.p-facility-i__num {
  text-align: center;
  font-size: 2rem;
}

.p-facility-i__num span {
  font-size: 3.1rem;
}

.p-facility-i__stage {
  background: #fafafa;
  /*padding: 16px 20px 13px 20px;*/
  width: 46%;
  border: 1px solid #cdcdcd;
}

.p-facility-i__stage.s-r {
  padding: 16px 10px 12px 20px;
}

.p-facility-i__stage.s-6 {
  padding: 16px 10px 8px 20px;
}

.p-facility-i__stage.s-5 {
  padding: 16px 10px 8px 20px;
}

.p-facility-i__stage.s-4 {
  padding: 16px 10px 8px 20px;
}

.p-facility-i__stage.s-3 {
  padding: 16px 10px 12px 20px;
}

.p-facility-i__stage.s-2 {
  padding: 16px 10px 12px 20px;
}

.p-facility-i__stage.s-1 {
  padding: 16px 10px 12px 20px;
}

.p-facility-i__stage.s-b {
  padding: 16px 10px 12px 20px;
}

.p-facility-i .toilet {
  float: right;
}

.sitemap .p-hdg-b {
	text-align: left !important;
	margin-bottom: 30px !important;
	background-color: #fff !important;
	border-left: 6px solid;
	padding: 3px 20px 0 20px !important;
}

.sitemap section ul {
	margin-left: 28px;
}

.sitemap section.hospital ul li {
	display: inline-block;
	width: 32%;
}

.sitemap section.other { margin-top: 146px; }

.sitemap section.other ul li {
	display: inline-block;
	width: 28%;
}

.sitemap .outpatient .p-hdg-b {
	border-color: #007CD8 !important;
}
.sitemap .outpatient .icon.icon--carrow {
	background-color: #007fcc !important;
}

.sitemap .hospitalization .p-hdg-b {
	border-color: #F04300 !important;
}
.sitemap .hospitalization .icon.icon--carrow {
	background-color: #F04300 !important;
}

.sitemap .dialysis .p-hdg-b {
	border-color: #00A826 !important;
}
.sitemap .dialysis .icon.icon--carrow {
	background-color: #00A826 !important;
}

.sitemap .hospital .p-hdg-b {
	border-color: #0A3990 !important;
}
.sitemap .hospital .icon.icon--carrow {
	background-color: #0A3990 !important;
}

@media screen and (max-width: 750px) {
  .sitemap .p-hdg-b {
    margin-bottom: 20px !important;
}
.sitemap section.hospital ul li {
	display: block;
	width: 100%;
}
.sitemap section.other ul li {
	display: block;
	width: 100%;
}

.sitemap section.other { margin-top: 30px; }

}



@media screen and (max-width: 750px) {
  #container.container .c-home-unit--1-in-jinishoku .c-home-unit--1__img .link {
    margin-left: 32vw;
    width: 50vw;
  }

  #container.container .page-jump {
    position: relative;
    margin-bottom: 14vw;
  }

  #container.container .page-jump select {
    -webkit-appearance: none;
    background: #003094;
    padding: 2vw 4vw;
    color: #fff;
    width: 100%;
    height: 11vw;
    font-size: 5vw;
    border: 0;
  }

  #container.container .page-jump:before {
    content: "";
    display: block;
    position: absolute;
    right: 3vw;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -1vw;
    border-width: 2vw 1.5vw 0 1.5vw;
    border-color: #ffffff transparent transparent transparent;
  }

  #container.container .p-facility-i section {
    margin-bottom: 14vw;
  }

  #container.container .p-facility-i section dl {
    margin-bottom: 6vw;
  }

  #container.container .p-facility-i section .p-hdg-c .string {
    font-size: 6vw;
    width: 20%;
  }

  #container.container .p-facility-i section .p-hdg-c .string:before,
  #container.container .p-facility-i section .p-hdg-c .string:after {
    background: #003094;
  }

  #container.container .p-facility-i__name {
    margin-bottom: 3vw;
    font-size: 5vw;
    text-align: center;
  }

  #container.container .p-facility-i__stage {
    padding: 2.5vw 0 2vw 4vw;
    width: auto;
    border: 1px solid #cdcdcd;
  }

  #container.container .p-facility-i__stage ul li {
    font-size: 4.6vw;
    line-height: 1.7;
  }

  #container.container .p-facility-i__stage ul li:before {
    top: 2.3vw;
  }

  #container.container .p-facility-i .toilet {
    margin-left: 2vw;
    margin: 2vw;
  }
}

#container.container .p-doctor__header li:before {
  background-color: #9acd08;
  top: 10px;
}

#container.container .p-doctor__header .p-list-disc--red li:before {
  background-color: #ec0000;
}

#container.container .p-doctor__header .p-list-disc--purple li:before {
  background-color: #C48DBE;
}

#container.container .p-doctor__header .p-list-disc--orange li:before {
  background-color: #F39800;
}

#container.container .p-doctor__text table td .p-list-disc li:before {
  background-color: #333;
  top: 12px;
}

#container.container .p-doctor__caption {
  line-height: 1.5;
}

#container.container .subject .p-list-disc--green li:before {
  background-color: #95D500;
}

#container.container .subject .p-list-disc--purple li:before {
  background-color: #C48DBE;
}

#container.container .subject .p-list-disc--red li:before {
  background-color: #E7553A;
}

#container.container .subject .p-list-disc--redbrown li:before {
  background-color: #CD4E3B;
}

#container.container .subject .p-list-disc--yellow li:before {
  background-color: #F5AC47;
}

#container.container .subject .p-list-disc--r-yellow li:before {
  background-color: #F4BA48;
}

#container.container .subject .p-list-disc--pink li:before {
  background-color: #E96FA5;
}

#container.container .subject .p-list-disc--blue li:before {
  background-color: #53C2F1;
}

#container.container .subject .p-list-disc--green li:before {
  background-color: #35B070;
}

#container.container .subject .p-list-disc--l-green li:before {
  background-color: #95D500;
}





@media screen and (min-width: 751px) {
  #container.container .p-doctor {
    max-width: 1200px;
    margin: 0 auto 250px auto;
    position: relative;
  }

  #container.container .p-doctor__header {
    display: table;
    margin-bottom: 50px;
  }

  #container.container .p-doctor__header .cell {
    display: table-cell;
    vertical-align: top;
  }

  #container.container .p-doctor__header .string {
    font-size: 4.5rem;
    font-weight: normal;
    white-space: nowrap;
  }

  #container.container .p-doctor__header .string small {
    display: block;
    font-size: 1.7rem;
  }

  #container.container .p-doctor__header .role {
    padding: 20px 20px 20px 40px;
  }

  #container.container .p-doctor__header .role p,
  #container.container .p-doctor__header .role ul {
    display: inline-block;
    vertical-align: top;
  }

  #container.container .p-doctor__header .role p {
    border: 1px solid #222;
    padding: 4px 5px 2px 5px;
    line-height: 1.1;
    margin-right: 40px;
  }

  #container.container .p-doctor__header .role li {
    margin-right: 30px;
    margin-top: -4px;
    float: left;
  }

  #container.container .p-doctor__header .role li:last-child {
    margin-right: 0;
  }

  #container.container .p-doctor__lead {
    margin-bottom: 50px;
    line-height: 1.5;
  }

  #container.container .p-doctor__lead p {
    font-size: 3rem;
    line-height: 1.7;
  }

  #container.container .p-doctor__desc {
    margin-bottom: 70px;
  }

  #container.container .p-doctor__text {
    float: left;
    /*padding-top: 110px;*/
    width: 62%;
  }
  #container.container .p-doctor__text.w70 {
    float: left;
    /*padding-top: 110px;*/
    width: 70%;
  }

  #container.container .p-doctor__text table th,
  #container.container .p-doctor__text table td {
    vertical-align: top;
  }

  #container.container .p-doctor__text table th {
    width: 170px;
  }

  #container.container .p-doctor__text table td .history {
    display: table;
  }

  #container.container .p-doctor__text table td .history dl {
    display: table-row;
  }

  #container.container .p-doctor__text table td .history dt {
    white-space: nowrap;
  }

  #container.container .p-doctor__text table td .history dt,
  #container.container .p-doctor__text table td .history dd {
    padding-bottom: 5px;
    display: table-cell;
  }

  #container.container .p-doctor__text table td .history dt {
    padding-right: 20px;
  }

  /*#container.container .p-doctor__img {
    float: right;
    width: 38%;
  }*/
  #container.container .p-doctor__caption {
    margin-top: 20px;
  }

  #container.container .p-doctor__caption p {
    font-size: 1.5rem;
  }

  #container.container .p-doctor__text table td .p-list-disc li:before {
    top: 10px;
  }
}

@media screen and (max-width: 750px) {
  #container.container .p-doctor {
    margin-bottom: 15vw;
  }

  #container.container .p-doctor__header {
    margin-bottom: 5vw;
  }

  #container.container .p-doctor__header .string {
    font-size: 8vw;
    font-weight: normal;
  }

  #container.container .p-doctor__header .string small {
    display: block;
    font-size: 4vw;
  }

  #container.container .p-doctor__header .role {
    margin-top: 5vw;
    text-align: center;
  }

  #container.container .p-doctor__header .role p,
  #container.container .p-doctor__header .role ul {
    display: inline-block;
    vertical-align: top;
  }

  #container.container .p-doctor__header .role p {
    margin-right: 4vw;
    margin-top: 0.5vw;
    border: 1px solid #222;
    padding: 4px 5px 2px 5px;
    line-height: 1.1;
  }

  #container.container .p-doctor__header .role li {
    margin-right: 4vw;
    float: left;
    font-size: 4vw;
  }

  #container.container .p-doctor__header .role li:last-child {
    margin-right: 0;
  }

  #container.container .p-doctor__lead {
    margin-bottom: 5vw;
    text-align: center;
  }

  #container.container .p-doctor__lead p {
    font-size: 5.5vw;
  }

  #container.container .p-doctor__desc {
    margin-bottom: 5vw;
  }

  #container.container .p-doctor__text table td .history dl dt {
    font-size: 4.6vw;
  }

  #container.container .p-doctor__text table td .history dl dd {
    font-size: 4.6vw;
    margin-bottom: 4vw;
  }

  #container.container .p-doctor__text table td ul li {
    font-size: 4.6vw;
  }

  #container.container .p-doctor__img {
    text-align: center;
  }

  #container.container .p-doctor__img img {
    width: 80%;
  }

  #container.container .p-doctor__caption {
    margin-top: 5vw;
  }

  #container.container .p-doctor__caption p {
    font-size: 3.6vw;
  }
}


/*採用情報拡張*/

.recruit-en-ttl {
  font-size: 4.0rem;
  font-family: HiraKakuProN-W6;
  font-weight: bold;
  display: inline-block;
  background: rgb(251,103,196); background: linear-gradient(90deg, rgba(251,103,196,1) 0%, rgba(250,200,118,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  line-height: 1.1;
}

.recruit-ttl {
  font-size: 3.6rem;
}

@media screen and (max-width: 750px) {
  #container p.recruit-en-ttl {
    font-size: 7.8vw;
  }

  .recruit-ttl {
    font-size: 7.4vw;
  }
}

.recruit-ttl-2 .en {
  color: #093995;
  font-weight: bold;
  font-size: 2.1rem;
  font-family: HiraKakuProN-W6;
}

.recruit-ttl-2 .jp {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 2;
}

@media screen and (max-width: 750px) {
   .recruit-ttl-2 .jp {
    font-size: 7.4vw;
  }
}

#rehabilitation .recruit-ttl-2 .en {
  color: #79BE49;
}
#nurse .recruit-ttl-2 .en {
  color: #E62F8B;
}
#medical-office .recruit-ttl-2 .en {
  color: #F8B627;
}
#pharmacist .recruit-ttl-2 .en {
  color: #458F42;
}
#registered-dietitian .recruit-ttl-2 .en {
  color: #F0831F;
}
#medical-clerk .recruit-ttl-2 .en {
  color: #EF821F;
}
#care .recruit-ttl-2 .en {
  color: #EB6FA5;
}
#clinical-engineer .recruit-ttl-2 .en {
  color: #1FA29C;
}

.entry-box {
  background-color: #F6F6F6;
  padding: 100px;
}

.talk .member-box {
  padding: 70px 0 60px 0;
}
.talk.nurse .member-box {
  background-color: #FEF0F7;
}
.talk.clinical-engineer .member-box {
  background-color: #E8F6F5;
}

.entry-box .btn-entry {
  display: block;
  margin: 0 auto;
  width: 452px;
  font-size: 2.4rem;
  font-weight: bold;
}

.entry-box .btn-entry a {
  background: rgb(251,103,196);
  background: linear-gradient(90deg, rgba(251,103,196,1) 0%, rgba(250,200,118,1) 100%);
  color: #fff;
  padding: 40px;
  border-radius: 100px;
}

@media screen and (max-width: 750px) {
  .entry-box {
    padding: 60px 5px;
    margin-bottom: 80px;
  }
	
	.member-box {
    padding: 60px 5px;
    margin-bottom: 80px;
  }


  .entry-box .btn-entry {
    width: auto;
  }
  
  #container p.btn-entry {
    font-size: 5.4vw;
  }

  .entry-box .btn-entry a {
    padding: 40px;
  }
}

.txt-highlight {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px 0 10px;
}

.txt-highlight::before{
  position: absolute;
  content: "";
  left: 0;
  top: 55%;
  background-color: rgb(255, 245, 100);
  width: 100%;
  height: 17px;
  z-index: -1;
  border-radius: 100px;
}

/*.txt-highlight span {
  font-size: 2.5rem;
  font-weight: bold;
  background: linear-gradient(transparent 50%, rgba(255, 245, 49, 100) 50%);
}
.txt-highlight span::before {
  background-position: 25% 75%;
}*/

@media screen and (max-width: 750px) {
  #container p.txt-highlight {
    font-size: 5.2vw;
  }
}


#container .e-schedule .p-hdg-c .string {
  color: #21A6C4;
  font-size: 2.3rem;
}

#container .e-schedule .p-hdg-c .string:before {
  background: #21A6C4;
}

#container .e-schedule .p-hdg-c .string:after {
  background: #21A6C4;
}

#container .e-schedule .set-overflow-auto {
  width: 100%;
	overflow: auto;
}

#container .e-schedule .p-table-b {
  width: 100%;
}

#container .e-schedule .p-table-b thead tr th {
  background-color: #21A6C4;
  color: #fff;
  text-align: center;
}
#container .e-schedule .p-table-b thead tr th.cg-1 {
  width: 7em;
}
#container .e-schedule .p-table-b thead tr th.cg-2 {
  width: 7em;
}
#container .e-schedule .p-table-b thead tr th.cg-3 {
  width: 7em;
}
#container .e-schedule .p-table-b thead tr th.cg-4 {
  width: 20em;
}
#container .e-schedule .p-table-b tbody tr th {
  background-color: #EEEBE1;
  text-align: center;
}
#container .e-schedule .p-table-b tbody tr td.time {
  background-color: #E2EDF0;
}
#container .e-schedule .p-table-b tbody tr td.rest {
  background-color: #F9F9F9;
  text-align: center;
}
#container .e-schedule .p-table-b tbody tr th.rest {
  background-color: #F9F9F9;
  border-bottom: 3px solid #ccc;
  border-top: 3px solid #ccc;
  text-align: center;
}

@media screen and (max-width: 750px) {
#container .e-schedule .p-table-b thead tr th.cg-1 {
  width: 7em;
}
#container .e-schedule .p-table-b thead tr th.cg-2 {
  width: 9em;
}
#container .e-schedule .p-table-b thead tr th.cg-3 {
  width: 10em;
}
#container .e-schedule .p-table-b thead tr th.cg-4 {
  width: 20em;
}
}

#container.container .set-w-45 {
  width: 45%;
}

@media screen and (max-width: 750px) {
  #container.container .reset-sp-w {
    width: auto;
  }
}

#container .e-preceptor {
  position: relative;
}

#container .e-preceptor .p-hdg-c .string {
  color: #21A6C4;
  font-size: 2.3rem;
}

#container .e-preceptor .p-hdg-c .string:before {
  background: #21A6C4;
}

#container .e-preceptor .p-hdg-c .string:after {
  background: #21A6C4;
}

#container .e-preceptor {
  position: relative;
  padding-bottom: 400px;
}

#container .e-preceptor .pc-only img {
  position: absolute;
  top: 75px;
  left: 0;
}

#container .e-preceptor .p-list-disc {
  position: absolute;
  background-color: #FBEFF2;
  border-radius: 40px;
  padding: 30px 40px 30px 40px;
  top: 70px;
  left: 265px;
  z-index: -100;
  font-size: 1.9rem;
  font-weight: bold;
}

#container .e-preceptor .p-list-disc>li:before {
  background-color: #DA6180;
}

@media screen and (max-width: 750px) {
  #container .e-preceptor {
    padding-bottom: 0;
    margin-top: 30px;
  }
  
  #container .e-preceptor .p-list-disc {
    position: static;
    padding: 20px;
  }
}

#container #education-3 h3 {
  border-top: 5px solid #073791;
  padding-top: 35px;
  font-size: 3.5rem;
  color: #073791;
  font-weight: bold;
  margin-bottom: 40px;
}

#container #education-3 h3 b {
  font-size: 2.1rem;
  color: #000;
}
#container #education-3 h3 span {
  font-size: 1.7rem;
  color: #000;
}

@media screen and (max-width: 750px) {
  #container #education-3 h3 {
    font-size: 7.6vw;
    padding-top: 25px;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}


#container .benefits .p-list-disc.ct {
  width:fit-content;
  margin: auto;
}

@media screen and (max-width: 750px) {
  #container .benefits .p-list-disc.ct {
    display: inline-block;
  }
}

#container #field .page-title.cat-bg-recruittest {
  text-align: center;
  margin-top: 140px;
}

#container #field.rehabilitation .page-title.cat-bg-recruittest { background-color: #79BE49;}
#container #field.nurse .page-title.cat-bg-recruittest { background-color: #E62F8B;}
#container #field.medical-office .page-title.cat-bg-recruittest { background-color: #F8B627;}
#container #field.pharmacist .page-title.cat-bg-recruittest { background-color: #458F42;}
#container #field.registered-dietitian .page-title.cat-bg-recruittest { background-color: #F0831F;}
#container #field.medical-clerk .page-title.cat-bg-recruittest { background-color: #EF821F;}
#container #field.care .page-title.cat-bg-recruittest { background-color: #EB6FA5;}
#container #field.clinical-engineer .page-title.cat-bg-recruittest { background-color: #1FA29C;}


#container #field .page-title.cat-bg-recruittest .string {
  font-size: 4.9rem;
  line-height: 1.1;
  letter-spacing: 1px;
}
#container #field .page-title.cat-bg-recruittest .string small {
  font-size: 1.5rem;
  font-family: HiraKakuProN-W6;
}

@media screen and (max-width: 750px) {
  #container #field .page-title.cat-bg-recruittest {
    margin-top: 80px;
  }

  #container #field .page-title.cat-bg-recruittest .string {
    font-size: 8vw;
  }
  #container #field .page-title.cat-bg-recruittest .string small {
    font-size: 1.5rem;
  }
}

#container #field.rehabilitation .recruit-ttl-2 .en { color: #79BE49; }
#container #field.nurse .recruit-ttl-2 .en { color: #E62F8B; }
#container #field.medical-office .recruit-ttl-2 .en { color: #F8B627; }
#container #field.pharmacist .recruit-ttl-2 .en { color: #458F42; }
#container #field.registered-dietitian .recruit-ttl-2 .en { color: #F0831F; }
#container #field.medical-clerk .recruit-ttl-2 .en { color: #EF821F; }
#container #field.care .recruit-ttl-2 .en { color: #EB6FA5; }
#container #field.clinical-engineer .recruit-ttl-2 .en { color: #1FA29C; }

#container #field .p-hdg-c .string { font-size: 2.3rem;}

#container #field.rehabilitation .p-hdg-c .string { color: #79BE49;}
#container #field.nurse .p-hdg-c .string { color: #E62F8B;}
#container #field.medical-office .p-hdg-c .string { color: #F8B627;}
#container #field.pharmacist .p-hdg-c .string { color: #458F42;}
#container #field.registered-dietitian .p-hdg-c .string { color: #F0831F;}
#container #field.medical-clerk .p-hdg-c .string { color: #EF821F;}
#container #field.care .p-hdg-c .string { color: #EB6FA5;}
#container #field.clinical-engineer .p-hdg-c .string { color: #1FA29C;}


#container #field.rehabilitation .p-hdg-c .string:before { background: #79BE49;}
#container #field.nurse .p-hdg-c .string:before { background: #E62F8B;}
#container #field.medical-office .p-hdg-c .string:before { background: #F8B627;}
#container #field.pharmacist .p-hdg-c .string:before { background: #458F42;}
#container #field.registered-dietitian .p-hdg-c .string:before { background: #F0831F;}
#container #field.medical-clerk .p-hdg-c .string:before { background: #EF821F;}
#container #field.care .p-hdg-c .string:before { background: #EB6FA5;}
#container #field.clinical-engineer .p-hdg-c .string:before { background: #1FA29C;}

#container #field.rehabilitation .p-hdg-c .string:after { background: #79BE49; }
#container #field.nurse .p-hdg-c .string:after { background: #E62F8B; }
#container #field.medical-office .p-hdg-c .string:after { background: #F8B627; }
#container #field.pharmacist .p-hdg-c .string:after { background: #458F42; }
#container #field.registered-dietitian .p-hdg-c .string:after { background: #F0831F; }
#container #field.medical-clerk .p-hdg-c .string:after { background: #EF821F; }
#container #field.care .p-hdg-c .string:after { background: #EB6FA5; }
#container #field.clinical-engineer .p-hdg-c .string:after { background: #1FA29C; }

#container #field.rehabilitation .p-hdg-c p { color: #79BE49; }
#container #field.nurse .p-hdg-c p { color: #E62F8B; }
#container #field.medical-office .p-hdg-c p { color: #F8B627; }
#container #field.pharmacist .p-hdg-c p { color: #458F42; }
#container #field.registered-dietitian .p-hdg-c p { color: #F0831F; }
#container #field.medical-clerk .p-hdg-c p { color: #EF821F; }
#container #field.care .p-hdg-c p { color: #EB6FA5; }
#container #field.clinical-engineer .p-hdg-c p { color: #1FA29C; }


#container #field .p-table-b tr th,
#container #field .p-table-b tr td {
  padding: 15px 20px 15px 20px;
  border: 1px solid #bbb;
}

#container #field .p-table-b tr th {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

#container #field.rehabilitation .p-table-b tr th { background-color: #79BE49;}
#container #field.nurse .p-table-b tr th { background-color: #E62F8B;}
#container #field.medical-office .p-table-b tr th { background-color: #F8B627;}
#container #field.pharmacist .p-table-b tr th { background-color: #458F42;}
#container #field.registered-dietitian .p-table-b tr th { background-color: #F0831F;}
#container #field.medical-clerk .p-table-b tr th { background-color: #EF821F;}
#container #field.care .p-table-b tr th { background-color: #EB6FA5;}
#container #field.clinical-engineer .p-table-b tr th { background-color: #1FA29C;}

#container #field .p-table-b tbody th {
  text-align: left;
}

#container #field.rehabilitation .p-list-disc li:before { background-color: #79BE49;}
#container #field.nurse .p-list-disc li:before { background-color: #E62F8B;}
#container #field.medical-office .p-list-disc li:before { background-color: #F9BE2C;}
#container #field.pharmacist .p-list-disc li:before { background-color: #458F42;}
#container #field.registered-dietitian .p-list-disc li:before { background-color: #F0831F;}
#container #field.medical-clerk .p-list-disc li:before { background-color: #EF821F;}
#container #field.care .p-list-disc li:before { background-color: #EB6FA5;}
#container #field.clinical-engineer .p-list-disc li:before { background-color: #1FA29C;}

#container #field.rehabilitation .p-hdg-b { background-color: #F5FBF2;}
#container #field.nurse .p-hdg-b { background-color: #FEF0F7;}
#container #field.medical-office .p-hdg-b { background-color: #FFFBF0;}
#container #field.pharmacist .p-hdg-b { background-color: #F2F7F1;}
#container #field.registered-dietitian .p-hdg-b { background-color: #FEF6EF;}
#container #field.medical-clerk .p-hdg-b { background-color: #FEF6EF;}
#container #field.care .p-hdg-b { background-color: #FEF6F9;}
#container #field.clinical-engineer .p-hdg-b { background-color: #EFF9F8;}

#container #field .interview-box .inner {
  height: 463px;
  min-height: 463px;
}

@media screen and (max-width: 750px) {
  #container #field .interview-box .inner {
    height: 100%;
    min-height: 100%;
  }
}

#container #field.rehabilitation .interview-box .inner { background-color: #79BE49;}
#container #field.nurse .interview-box .inner { background-color: #E62F8B;}
#container #field.medical-office .interview-box .inner { background-color: #F9BE2C;}
#container #field.pharmacist .interview-box .inner { background-color: #458F42;}
#container #field.registered-dietitian .interview-box .inner { background-color: #EF821F;}
#container #field.medical-clerk .interview-box .inner { background-color: #EF821F;}
#container #field.care .interview-box .inner { background-color: #EB6FA5;}
#container #field.clinical-engineer .interview-box .inner { background-color: #1FA29C;}

#container #field .interview-box .profile{
  padding: 80px 80px;
  color: #fff;
}

#container #field .interview-box .profile p{
  font-size: 2.3rem;
  border-radius: 100px;
  padding: 0 20px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  #container #field .interview-box .profile{
    padding: 35px 20px;
  }

  #container #field .interview-box .profile p{
    font-size: 1.8rem;
    padding: 0 20px;
  }
}

#container #field.rehabilitation .interview-box .profile p{ background-color: #8DC864;}
#container #field.nurse .interview-box .profile p{ background-color: #EA4E9C;}
#container #field.medical-office .interview-box .profile p{ background-color: #FAC84B;}
#container #field.pharmacist .interview-box .profile p{ background-color: #61A05E;}
#container #field.registered-dietitian .interview-box .profile p{ background-color: #F29640;}
#container #field.medical-clerk .interview-box .profile p{ background-color: #F29540;}
#container #field.care .interview-box .profile p{ background-color: #F18EBA;}
#container #field.clinical-engineer .interview-box .profile p{ background-color: #40B0AB;}

#container #field .interview-box .profile dl{
  padding: 20px 0 0 0;
}

#container #field .interview-box .profile dl dt{
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 6px;
}
#container #field .interview-box .profile dl dd.name{
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
}
#container #field .interview-box .profile dl dd.copy{
  font-size: 2.2rem;
  font-weight: bold;
  font-family: Hiragino Mincho ProN;
  letter-spacing: 2px;
}

@media screen and (max-width: 750px) {
  #container #field .interview-box .profile dl dt{
    font-size: 1.8rem;
    display: inline-block;
  }
  #container #field .interview-box .profile dl dd.name{
    font-size: 2.8rem;
    display: inline-block;
    margin-left: 13px;
  }
  #container #field .interview-box .profile dl dd.copy{
    font-size: 2.0rem;
    line-height: 1.5;
  }
}

#container #field .interview-box .massage {
  margin-top: 80px;
}

#container #field .interview-box .massage b {
  font-size: 2.1rem;
  font-weight: bold;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(90deg, rgba(251,105,194,1) 0%, rgba(250,193,125,1) 100%);
}

#container #field .interview-box .massage b::before{
  position: static;
  content: "";
  left: 0;
  top: 0;
  background: none;
}

#container #field .interview-box .massage h3 {
  font-size: 3.2rem;
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-bottom: 70px;
}

@media screen and (max-width: 750px) {

  #container #field .interview-box .massage {
    margin-top: 40px;
  }

  #container #field .interview-box .massage b {
    font-size: 1.9rem;
  }
  
  #container #field .interview-box .massage h3 {
    font-size: 5.5vw;
    padding-top: 20px;
    margin-bottom: 30px;
  }

}

/*↓修正前*/

/*#container #field .interview-box .massage {
  margin-top: 80px;
}

#container #field .interview-box .massage b {
  position: relative;
  font-size: 2.1rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 2px 0 2px;
}

#container #field .interview-box .massage b::before{
  position: absolute;
  content: "";
  left: 0;
  top: 60%;
  background: linear-gradient(90deg, rgba(251,213,109,1) 0%, rgba(251,159,152,1) 100%);
  width: 100%;
  height: 12px;
  z-index: -1;
  border-radius: 100px;
}

#container #field .interview-box .massage h3 {
  font-size: 3.2rem;
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-bottom: 70px;
}

@media screen and (max-width: 750px) {

  #container #field .interview-box .massage {
    margin-top: 40px;
  }

  #container #field .interview-box .massage b {
    font-size: 1.9rem;
    background: none;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, rgba(251,105,194,1) 0%, rgba(250,193,125,1) 100%);
    display: inline;
  }
  
  #container #field .interview-box .massage b::before{
    position: static;
    content: "";
    left: 0;
    top: 0;
    background: none;
  }
  
  #container #field .interview-box .massage h3 {
    font-size: 5.5vw;
    padding-top: 20px;
    margin-bottom: 30px;
  }

}*/

/*↑修正前*/

#container .job-schedule .set-overflow-auto {
  width: 100%;
	overflow: auto;
}

#container .job-schedule .p-table-b {
  width: 100%;
}

#container #field .job-schedule .p-table-b thead tr th {
  background-color: #EEEBE1;
  color: #000;
  text-align: center;
}

#container .job-schedule .p-table-b thead tr th.cg-1 {
  width: 2.1em;
}
#container .job-schedule .p-table-b thead tr th.cg-2 {
  width: 10em;
}
#container .job-schedule .p-table-b thead tr th.cg-3 {
  width: 10em;
}
#container #field .job-schedule .p-table-b tbody tr th {
  text-align: center;
}
#container #field .job-schedule .p-table-b tbody tr td{
  vertical-align: top;
}

#container #field.rehabilitation .job-schedule .p-table-b tbody tr th { background-color: #79BE49;}
#container #field.nurse .job-schedule .p-table-b tbody tr th { background-color: #E62F8B;}
#container #field.medical-office .job-schedule .p-table-b tbody tr th { background-color: #F9BE2C;}
#container #field.pharmacist .job-schedule .p-table-b tbody tr th { background-color: #458F42;}
#container #field.registered-dietitian .job-schedule .p-table-b tbody tr th { background-color: #EF821F;}
#container #field.medical-clerk .job-schedule .p-table-b tbody tr th { background-color: #EF821F;}
#container #field.care .job-schedule .p-table-b tbody tr th { background-color: #EB6FA5;}
#container #field.clinical-engineer .job-schedule .p-table-b tbody tr th { background-color: #1FA29C;}

@media screen and (max-width: 750px) {
#container .job-schedule .p-table-b thead tr th.cg-1 {
  width: 5em;
}
#container .job-schedule .p-table-b thead tr th.cg-2 {
  width: 20em;
}
#container .job-schedule .p-table-b thead tr th.cg-3 {
  width: 20em;
}
}

.c-nav-button.field-box ul li {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
.c-nav-button.field-box ul li {
  margin-bottom: 0;
}
}

/*AI問診票関連*/

.ai-page .p-list-disc.point {
  width: 635px;
  margin: 0 auto;
  background-color: #E5F2FB;
  border-radius: 100px;
  padding: 20px 0 16px 20px;
}

.ai-page .p-list-disc.point li {
  font-size: 2.0rem;
  display: inline-block;
  text-align: center;
  margin-left: 30px;
  font-weight: bold;
  color: #007CD8;
}

#container .ai-page .p-list-disc>li:before {
  width: 14px;
  height: 14px;
}
#container .cat-gairai-body .ai-page .p-list-disc>li::before {
  top: 13px;
}

#container .ai-page .txt-highlight {
  font-size: 3.1rem;
}

#container .ai-page .cat-sub-0 .p-list-disc.ai-list { padding: 0 0 0 150px;}
#container .ai-page .cat-sub-1 .p-list-disc.ai-list { padding: 0 0 0 280px;}
#container .ai-page .cat-sub-2 .p-list-disc.ai-list { padding: 0 0 0 200px;}
#container .ai-page .cat-sub-3 .p-list-disc.ai-list { padding: 0 0 0 250px;}
#container .ai-page .cat-sub-4 .p-list-disc.ai-list { padding: 0 0 0 285px;}
#container .ai-page .cat-sub-6 .p-list-disc.ai-list { padding: 0 0 0 200px;}

#container .cat-gairai-body .ai-page .p-list-disc.ai-list>li::before {
  top: 10px;
}

@media screen and (max-width: 750px) {
.ai-page .p-list-disc.point {
width: 100%;
padding: 20px 0 20px 30px;
}
.ai-page .p-list-disc.point li {
font-size: 2.0rem;
display: block;
text-align: left;
margin-left: 0;
}
#container .ai-page .p-list-disc.ai-list { padding: 0 5vw!important;}
}


/*座談会*/

.talk .talk-box h2 {
	border-radius: 100px;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 2.3rem;
	line-height: 1.1;
}
.talk.nurse .talk-box h2 {
	background-color: #E62F8B;
}

.talk.nurse .talk-box h3 {
	color: #E62F8B;
	font-size: 2.0rem;
	line-height: 2.4;
}

.talk.clinical-engineer .talk-box h2 {
	background-color: #1FA29C;
}

.talk.clinical-engineer .talk-box h3 {
	color: #1FA29C;
	font-size: 2.0rem;
	line-height: 2.4;
}

.talk .talk-box .flex--pcol-2.l-box .flex__item.l-inner {
	padding-right: 60px;
	width: 19%;
}
.talk .talk-box .flex--pcol-2.l-box .flex__item.r-inner {
	border-left: 1px solid #707070;
	padding-left: 60px;
	width: 81%;
}

.talk .talk-box .flex--pcol-2.r-box .flex__item.l-inner {
	padding-right: 60px;
	width: 81%;
}
.talk .talk-box .flex--pcol-2.r-box .flex__item.r-inner {
	border-left: 1px solid #707070;
	padding-left: 60px;
	width: 19%;
}

.talk .talk-box .flex--pcol-2 .name {
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
}
.talk.nurse .talk-box .flex--pcol-2 .name {
	color: #E62F8B;
}
.talk.clinical-engineer .talk-box .flex--pcol-2 .name {
	color: #1FA29C;
}

.talk .talk-box .flex--pcol-2 .txt {
	line-height: 2.4;
}
@media screen and (max-width: 750px) {
.talk .talk-box h2 {
	text-align: left;
	line-height: 1.5;
	padding-right: 30px;
	padding-left: 30px;
}
	
.talk .talk-box .flex--pcol-2.l-box .flex__item.l-inner {
	padding-right: 0;
	width: 100%;
}
.talk .talk-box .flex--pcol-2.l-box .flex__item.r-inner {
	border: none;
	padding-left: 0;
	width: 100%;
}

.talk .talk-box .flex--pcol-2.r-box .flex__item.l-inner {
	padding-right: 0;
	width: 100%;
}
.talk .talk-box .flex--pcol-2.r-box .flex__item.r-inner {
	border: none;
	padding-left: 0;
	width: 100%;
}
	
	.talk .talk-box .flex--pcol-2 .name {
		padding: 10px 0;
}
}