@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,700&display=swap");
.diagnostic_imaging {
  max-width: 980px;
  margin: 40px auto 80px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .diagnostic_imaging .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging {
	margin-top: 24px;
    margin-bottom: 50px;
  }
}
.diagnostic_imaging *, .diagnostic_imaging ::before, .diagnostic_imaging ::after {
  box-sizing: border-box;
}
.diagnostic_imaging span {
  font-weight: inherit;
}
.diagnostic_imaging .worry {
  padding-top: 24px;
  padding-bottom: 32px;
  background-color: #FDFACE;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .worry {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.diagnostic_imaging .worry__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.diagnostic_imaging .worry__ttl--small {
  font-size: 18px;
  font-weight: 700;
}
.diagnostic_imaging .worry__ttl--bg {
  padding: 0 10px 2px;
  font-size: 24px;
  line-height: 1.1666666667;
  font-weight: 700;
  background-color: #FFE55B;
}
.diagnostic_imaging .worry__box {
  max-width: 660px;
  aspect-ratio: 660/220;
  margin: 16px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .worry__box {
    width: 100%;
    aspect-ratio: initial;
    padding: 0 5.3333333333vw;
    display: flex;
    flex-direction: column-reverse;
  }
}
.diagnostic_imaging .worry__img {
  width: 176px;
  position: absolute;
  top: 52%;
  left: 51%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .worry__img {
    width: 46.9333333333vw;
    margin-top: -12.5333333333vw;
    margin-left: auto;
    position: static;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .worry__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.diagnostic_imaging .worry__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #fff;
  font-size: 12px;
  line-height: 1.3333333333;
  font-weight: 500;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .worry__item {
    position: static;
    font-size: 3.2vw;
  }
}
.diagnostic_imaging .worry__item01 {
  width: 163px;
  height: 102px;
  padding-top: 10px;
  top: 27%;
  left: 1%;
  background-image: url(../images/diagnostic_imaging/worry_bg01.png);
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .worry__item01 {
    width: 43.4666666667vw;
    height: 27.2vw;
    margin-top: 4.2666666667vw;
    margin-left: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}
.diagnostic_imaging .worry__item02 {
  width: 144px;
  height: 96px;
  top: 0;
  left: 19%;
  background-image: url(../images/diagnostic_imaging/worry_bg02.png);
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .worry__item02 {
    width: 38.4vw;
    height: 25.6vw;
    margin-left: auto;
  }
}
.diagnostic_imaging .worry__item03 {
  width: 160px;
  height: 88px;
  top: 0;
  left: 61%;
  background-image: url(../images/diagnostic_imaging/worry_bg03.png);
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .worry__item03 {
    width: 42.6666666667vw;
    height: 23.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.diagnostic_imaging .worry__item04 {
  width: 160px;
  height: 88px;
  bottom: 0;
  left: 20%;
  background-image: url(../images/diagnostic_imaging/worry_bg04.png);
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .worry__item04 {
    width: 42.6666666667vw;
    height: 23.4666666667vw;
    margin-top: -6.6666666667vw;
    margin-left: -3.7333333333vw;
  }
}
.diagnostic_imaging .worry__item05 {
  width: 160px;
  height: 98px;
  padding-bottom: 10px;
  bottom: 0;
  left: 60%;
  background-image: url(../images/diagnostic_imaging/worry_bg05.png);
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .worry__item05 {
    width: 42.6666666667vw;
    height: 26.1333333333vw;
    margin-top: 1.3333333333vw;
    margin-left: 1.8666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.diagnostic_imaging .worry__item06 {
  width: 146px;
  height: 87px;
  padding-right: 10px;
  top: 32%;
  right: 0.5%;
  background-image: url(../images/diagnostic_imaging/worry_bg06.png);
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .worry__item06 {
    width: 38.9333333333vw;
    height: 23.2vw;
    margin-top: -8.5333333333vw;
    margin-left: -2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.diagnostic_imaging .repaint {
  padding-top: 20px;
  padding-bottom: 32px;
  background-color: #FBFBEF;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .repaint {
    margin-top: -9px;
    padding-top: 0;
  }
}
.diagnostic_imaging .repaint__ttl {
  width: 600px;
  margin: 0 auto;
  padding: 12px;
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 500;
  text-align: center;
  background-color: #E9A843;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .repaint__ttl {
    width: 100%;
  }
}
.diagnostic_imaging .repaint__ttl::after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #E9A843;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .repaint__ttl::after {
    width: 32px;
    height: 32px;
  }
}
.diagnostic_imaging .repaint__img {
  max-width: 600px;
  margin: 38px auto 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .repaint__img {
    overflow-x: auto;
    width: 100%;
    margin-top: 47px;
    padding: 0 20px 24px;
  }
  .diagnostic_imaging .repaint__img img {
    max-width: initial;
    width: 600px;
  }
}
.diagnostic_imaging .repaint__img .simplebar-scrollbar {
  height: 4px !important;
  border-radius: 9px;
  background-color: #CACACA;
}
.diagnostic_imaging .repaint__img .simplebar-scrollbar::before {
  background-color: #CACACA;
}
.diagnostic_imaging .repaint__img::-webkit-scrollbar {
  display: none;
}
.diagnostic_imaging .repaint__img ::-webkit-scrollbar {
  display: none;
}
.diagnostic_imaging .repaint__arrow {
  width: 64px;
  height: 40px;
  margin: 30px auto 20px;
  background: url(../images/diagnostic_imaging/repaint_arrow.png) no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .repaint__arrow {
    margin-top: 20px;
  }
}
.diagnostic_imaging .repaint__timing {
  width: 880px;
  margin: 0 auto;
  border: 2px solid #FFD6C2;
  border-radius: 10px;
  padding: 17px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  background-color: #FFF3ED;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .repaint__timing {
    max-width: 335px;
    width: 90%;
    margin: 0 auto;
    padding: 17px 10px 21px;
    line-height: 1.4;
  }
}
.diagnostic_imaging .repaint__timing--bg {
  margin: 0 4px;
  border-radius: 999px;
  padding: 4px 14px 8px;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  background-color: #EB6120;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .repaint__timing--bg {
    margin: 6px 4px 1px;
    padding: 3px 15px 7px;
    line-height: 1;
  }
}
.diagnostic_imaging .repaint__timing--number {
  font-size: 24px;
}
.diagnostic_imaging .diagnosis {
  padding: 32px 0;
  background-color: #EBE7DE;
}
.diagnostic_imaging .diagnosis__block {
  max-width: 578px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 21px 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .diagnosis__block {
    margin: 0 20px;
    padding: 20px 11px 30px;
  }
}
.diagnostic_imaging .diagnosis__top {
  padding: 0 16px;
  position: relative;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .diagnosis__top {
    width: 100%;
    padding: 0;
  }
}
.diagnostic_imaging .diagnosis__top::before, .diagnostic_imaging .diagnosis__top::after {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  bottom: 5px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .diagnosis__top::before, .diagnostic_imaging .diagnosis__top::after {
    height: 32px;
    bottom: -2px;
  }
}
.diagnostic_imaging .diagnosis__top::before {
  left: 0;
  transform: rotate(-24deg);
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .diagnosis__top::before {
    left: 6px;
  }
}
.diagnostic_imaging .diagnosis__top::after {
  right: 0;
  transform: rotate(24deg);
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .diagnosis__top::after {
    right: 6px;
  }
}
.diagnostic_imaging .diagnosis__ttl {
  margin-top: 10px;
  color: #EB6120;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .diagnosis__ttl {
    margin-top: 13px;
    line-height: 1.4;
    text-align: center;
  }
}
.diagnostic_imaging .diagnosis__box {
  margin-top: 14px;
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .diagnosis__box {
    margin-top: 8px;
    display: block;
  }
}
.diagnostic_imaging .diagnosis__txt {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .diagnosis__txt {
    padding: 0 4px;
  }
}
.diagnostic_imaging .diagnosis__img {
  width: 170px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .diagnosis__img {
    max-width: 170px;
    width: 100%;
    margin: 19px auto 0;
  }
}
.diagnostic_imaging .photo {
  padding-top: 20px;
  padding-bottom: 63px;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .photo {
    padding-top: 24px;
    padding-bottom: 115px;
    position: relative;
  }
}
.diagnostic_imaging .photo__top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.diagnostic_imaging .photo__deco01 {
  width: 72px;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .photo__deco01 {
    position: absolute;
    bottom: 0;
    right: 124px;
  }
}
.diagnostic_imaging .photo__ttl {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .photo__ttl {
    font-size: 24px;
    line-height: 1.3333333333;
    text-align: center;
  }
}
.diagnostic_imaging .photo__ttl--bg {
  text-decoration-color: #FFE55B;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: -0.3em;
}
.diagnostic_imaging .photo__deco02 {
  width: 88px;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .photo__deco02 {
    position: absolute;
    bottom: 11px;
    right: 20px;
  }
}
.diagnostic_imaging .photo__list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 25px;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .photo__list {
    margin: 16px 20px 0;
    gap: 14px 15px;
  }
}
.diagnostic_imaging .photo__item {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .photo__item {
    width: calc((100% - 15px) / 2);
  }
}
.diagnostic_imaging .photo__item-ttl {
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #4A6896;
}
.diagnostic_imaging .photo__item-txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.diagnostic_imaging .step {
  padding-top: 32px;
  padding-bottom: 40px;
  background-color: #FBFBEF;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .step {
    padding-bottom: 32px;
  }
}
.diagnostic_imaging .step__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.diagnostic_imaging .step__ttl--small {
  padding: 0 13px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
.diagnostic_imaging .step__ttl--small::before, .diagnostic_imaging .step__ttl--small::after {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  bottom: -5px;
  background-color: #000;
}
.diagnostic_imaging .step__ttl--small::before {
  left: 0;
  transform: rotate(-24deg);
}
.diagnostic_imaging .step__ttl--small::after {
  right: 0;
  transform: rotate(24deg);
}
.diagnostic_imaging .step__ttl--txt {
  padding: 2px 10px 4px;
  font-size: 24px;
  font-weight: 700;
  background-color: #FFE55B;
}
.diagnostic_imaging .step__list {
  max-width: 800px;
  margin: 16px auto 0;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .step__list {
    margin: 16px 20px 0;
    flex-direction: column;
    gap: 16px;
  }
}
.diagnostic_imaging .step__item {
  border: 2px solid #FFD6C2;
  border-radius: 8px;
  padding-bottom: 23px;
  flex: 1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .step__item {
    padding-bottom: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.diagnostic_imaging .step__item:nth-child(2) {
  padding-bottom: 0;
}
.diagnostic_imaging .step__item-number {
  width: 100%;
  border-radius: 6px 6px 0 0;
  padding: 15px 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #EB6120;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto Flex", sans-serif;
  background-color: #FFEBD3;
}
.diagnostic_imaging .step__item-number--big {
  font-size: 32px;
}
.diagnostic_imaging .step__item-ttl {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.diagnostic_imaging .step__item-txt {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .step__item-txt {
    text-align: left;
  }
}
.diagnostic_imaging .step__item-btn {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.diagnostic_imaging .step__item-btn--line a {
  background-color: #06C755;
}
.diagnostic_imaging .step__item-btn--mail a {
  background-color: #B82E2E;
}
.diagnostic_imaging .step__item-btn + .step__item-btn {
  margin-top: 16px;
}
.diagnostic_imaging .step__item-btn a {
  border-radius: 999px;
  padding: 14px 32px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
	.diagnostic_imaging .step__item-btn a {
		cursor: pointer;
		transition: opacity 0.3s;
	}
	.diagnostic_imaging .step__item-btn a:hover {
		opacity: 0.7;
	}
}
.diagnostic_imaging .step__item-box {
  margin: 11px 28px 0;
  padding-right: 40px;
  padding-bottom: 31px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .step__item-box {
    margin: 10px 13px 0;
    padding-right: 32px;
  }
}
.diagnostic_imaging .step__item-comment {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 16px 18px;
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  background-color: #FEFCE6;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .step__item-comment {
    padding: 15px 16px 18px;
  }
}
.diagnostic_imaging .step__item-comment::before, .diagnostic_imaging .step__item-comment::after {
  content: "";
  position: absolute;
  left: 83%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 63% 0, 100% 100%);
}
.diagnostic_imaging .step__item-comment::before {
  width: 31px;
  aspect-ratio: 31/15;
  top: 100%;
  background-color: #000;
}
.diagnostic_imaging .step__item-comment::after {
  width: 27px;
  aspect-ratio: 27/13;
  top: calc(100% - 1px);
  left: calc(83% - 1px);
  background-color: #FEFCE6;
}
.diagnostic_imaging .step__item-img {
  width: 72px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.diagnostic_imaging .step__item-img img {
  filter: drop-shadow(0 0 6px #F6AE6A);
}
.diagnostic_imaging .contact {
  padding-top: 28px;
}
.diagnostic_imaging .contact__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__ttl {
    gap: 8px;
  }
}
.diagnostic_imaging .contact__ttl--small {
  font-size: 18px;
  font-weight: 700;
}
.diagnostic_imaging .contact__ttl--txt {
  padding: 2px 10px 4px;
  font-size: 24px;
  font-weight: 700;
  background-color: #FFE55B;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__ttl--txt {
    padding: 0 10px 3px;
    font-size: 24px;
    line-height: 1.1666666667;
    text-align: center;
  }
}
.diagnostic_imaging .contact__list {
  max-width: 640px;
  margin: 20px auto 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__list {
    max-width: initial;
    margin: 35px 10px 0;
  }
}
.diagnostic_imaging .contact__box {
  display: flex;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__box {
    border: 0;
    display: block;
  }
}
.diagnostic_imaging .contact__box + .contact__box {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__box + .contact__box {
    margin-top: 10px;
  }
}
.diagnostic_imaging .contact__item {
  width: 32.5%;
  border-right: 1px solid #ccc;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #FDF2ED;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__item {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 15px;
  }
}
.diagnostic_imaging .contact__item--required {
  border-radius: 4px;
  padding: 5px 16px;
  flex-shrink: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background-color: #EC163E;
}
.diagnostic_imaging .contact__item--any {
  border-radius: 4px;
  padding: 5px 16px;
  flex-shrink: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background-color: #B0B0B0;
}
.diagnostic_imaging .contact__detail {
  padding: 9px 15px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__detail {
    padding: 10px;
    flex-direction: row;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__detail--year, .diagnostic_imaging .contact__detail--part {
    gap: 24px 10px;
  }
  .diagnostic_imaging .contact__detail--year textarea, .diagnostic_imaging .contact__detail--part textarea {
    margin-top: -14px;
  }
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__detail--file {
    gap: 16px;
  }
}
.diagnostic_imaging .contact__detail span {
  width: 100%;
}
.diagnostic_imaging .contact__detail input[type=text], .diagnostic_imaging .contact__detail input[type=tel], .diagnostic_imaging .contact__detail input[type=email] {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.diagnostic_imaging .contact__detail input[type=text]::placeholder, .diagnostic_imaging .contact__detail input[type=tel]::placeholder, .diagnostic_imaging .contact__detail input[type=email]::placeholder {
  color: #ccc;
}
.diagnostic_imaging .contact__detail .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__detail .wpcf7-checkbox {
    flex-direction: row;
    gap: 10px;
  }
}
.diagnostic_imaging .contact__detail .wpcf7-checkbox span {
  width: auto;
}
.diagnostic_imaging .contact__detail .wpcf7-checkbox label {
  cursor: pointer;
  padding: 3px 0 3px 28px;
  display: flex;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__detail .wpcf7-checkbox label {
    min-width: 128px;
    padding: 4px 0 4px 32px;
    font-size: 16px;
  }
}
.diagnostic_imaging .contact__detail .wpcf7-checkbox label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__detail .wpcf7-checkbox label::before {
    width: 24px;
    height: 24px;
  }
}
.diagnostic_imaging .contact__detail .wpcf7-checkbox label input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.diagnostic_imaging .contact__detail .wpcf7-checkbox label input:checked + .contact__detail-mark {
  opacity: 1;
}
.diagnostic_imaging .contact__detail .wpcf7-list-item {
  margin-left: 0;
}
.diagnostic_imaging .contact__detail input[type=checkbox] {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.diagnostic_imaging .contact__detail input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
.diagnostic_imaging .contact__detail .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__detail .wpcf7-list-item-label::before {
    width: 24px;
    height: 24px;
  }
}
.diagnostic_imaging .contact__detail input[type=file] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 8px;
  padding: 4px;
  font-size: 14px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__detail input[type=file] {
    padding: 7px 4px;
  }
}
.diagnostic_imaging .contact__detail input[type=file]::file-selector-button {
  cursor: pointer;
  margin-right: 10px;
  border: none;
  border-radius: 6px;
  padding: 8px 17px 8px 35px;
  color: #fff;
  font-size: 12px;
  background-color: #878787;
  background: #878787 url(../images/diagnostic_imaging/form_icon.png) no-repeat 13px center/16px auto;
  box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__detail input[type=file]::file-selector-button {
    padding: 11px 25px 11px 50px;
    background-position-x: 24px;
  }
}
.diagnostic_imaging .contact__detail textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__detail textarea {
    height: 104px;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.diagnostic_imaging .contact__detail textarea::placeholder {
  color: #ccc;
}
.diagnostic_imaging .contact__detail-checklabel {
  cursor: pointer;
  padding: 3px 0 3px 28px;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__detail-checklabel {
    min-width: 128px;
    padding: 4px 0 4px 32px;
    font-size: 16px;
  }
}
.diagnostic_imaging .contact__detail-checklabel::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__detail-checklabel::before {
    width: 24px;
    height: 24px;
  }
}
.diagnostic_imaging .contact__detail-checklabel input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.diagnostic_imaging .contact__detail-checklabel input:checked + .contact__detail-mark {
  opacity: 1;
}
.diagnostic_imaging .contact__detail-filelabel {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .diagnostic_imaging .contact__detail-filelabel {
    max-width: 320px;
  }
}
.diagnostic_imaging .contact__detail-mark {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__detail-mark {
    width: 24px;
    height: 24px;
  }
}
.diagnostic_imaging .contact__btn {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__btn {
    margin-top: 10px;
  }
}
.diagnostic_imaging .contact__btn input {
  height: 56px;
  border: none;
  border-radius: 8px;
  padding: 0 93px 0 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #EB6120 url(../images/diagnostic_imaging/form_arrow.png) no-repeat calc(100% - 67px) center/16px auto;
  box-shadow: inset -2px -2px 0 #B03318;
}
@media print, screen and (min-width: 768px) {
  .diagnostic_imaging .contact__btn input {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .diagnostic_imaging .contact__btn input:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .diagnostic_imaging .contact__btn input {
    height: 50px;
    padding: 0 81px 0 55px;
    font-size: 16px;
    background-position-x: calc(100% - 55px);
  }
}
