@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
@mixin f_roboto($weight:400) {
	font-family: 'Roboto',"游ゴシック","游ゴシック体","Yu Gothic",YuGothic, sans-serif;
	font-weight:$weight;
}
Robotoフォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$weight:フォントの太さ

	@includef_shuei();
	@includef_shuei(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
@media screen and (max-width: 640px) {
  .page_link {
    gap: 0.4rem;
    -ms-grid-columns: 1fr 0.4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 0.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_link {
    margin-bottom: 2.3rem;
    width: 9.48rem;
  }
}
@media screen and (max-width: 640px) {
  .page_link li {
    width: 1.27rem;
  }
}
.page_link a {
  display: block;
}
@media screen and (max-width: 640px) {
  .page_link a {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    width: 1.47rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_link a:hover .page_link_image {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 641px) {
  .page_link a:hover .page_link_text {
    color: var(--color-red);
  }
}
@media print, screen and (min-width: 641px) {
  .page_link a:hover .page_link_text::before {
    background: #fff;
  }
}
@media print, screen and (min-width: 641px) {
  .page_link a:hover .page_link_text::after {
    background: url("/common/img/icon-arrow_d_r.svg") no-repeat left top/0.13rem 0.08rem;
    transform: translateY(0.04rem);
  }
}
.page_link .page_link_image {
  display: block;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 640px) {
  .page_link .page_link_image {
    margin-bottom: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_link .page_link_image {
    margin-bottom: 0.47rem;
  }
}
@media screen and (max-width: 640px) {
  .page_link img {
    width: 1.27rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_link img {
    width: 2.11rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_link .page_link_text {
    margin-inline: auto;
    white-space: nowrap;
    width: fit-content;
  }
}

@media screen and (max-width: 640px) {
  .service {
    margin-bottom: 1.77rem;
    padding-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service {
    margin-bottom: 2.73rem;
  }
}

.service_item {
  position: relative;
}
.service_item::before {
  background: #fef5e3;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
}
@media print, screen and (min-width: 641px) {
  .service_item::before {
    border-radius: 0.4rem;
    height: 4.3rem;
    top: 0.4rem;
    width: 11.4rem;
  }
}
@media screen and (max-width: 640px) {
  .service_item:not(:first-child) {
    margin-top: 0.97rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item:not(:first-child) {
    margin-top: 2.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item:nth-child(2n) .service_item_main {
    flex-direction: row-reverse;
    padding-inline: 2.2rem 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item:nth-child(2n) .service_item_detail .service_item_title_sub::after {
    border-left: 1px solid var(--color-red);
    border-right: none;
    border-radius: 0.25rem 0 0 0.25rem;
    left: auto;
    right: -0.75rem;
  }
}
@media screen and (max-width: 640px) {
  .service_item:first-child .service_item_sub ul {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .service_item:first-child .service_item_sub li {
    display: flex;
    gap: 0.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .service_item:first-child .service_item_sub li:not(:last-child) {
    margin-bottom: 0.23rem;
  }
}
@media screen and (max-width: 640px) {
  .service_item:first-child .service_item_sub li:nth-child(2) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 640px) {
  .service_item:first-child .service_item_sub li figure {
    flex-shrink: 0;
    width: 1.67rem;
  }
}
@media screen and (max-width: 640px) {
  .service_item:first-child .service_item_sub li p {
    line-height: 1.45;
    margin-top: 0;
  }
}

.service_item_main {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .service_item_main {
    background: #fef5e3;
    border-radius: 0.2rem;
    padding: 0.28rem 0.2rem 0.24rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_main {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.8rem;
    padding-inline: 0.3rem 2.2rem;
  }
}

.service_item_image {
  position: relative;
}
@media screen and (max-width: 640px) {
  .service_item_image {
    margin-bottom: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .service_item_image img {
    width: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_image img {
    width: 6.45rem;
  }
}
.service_item_image figcaption {
  color: #fff;
  position: absolute;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .service_item_image figcaption {
    bottom: 0.1rem;
    font-size: 0.1rem;
    right: 0.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_image figcaption {
    bottom: 0.17rem;
    font-size: 0.16rem;
    right: 0.42rem;
  }
}

@media screen and (max-width: 640px) {
  .service_item_detail .service_item_titles {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-right: -0.2rem;
    margin-bottom: 0.2rem;
    padding-block: 0.02rem;
    position: relative;
    gap: 0.35rem;
  }
}
@media screen and (max-width: 640px) {
  .service_item_detail .service_item_titles.--sp-no-gap {
    gap: 0.05rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_detail .service_item_title {
    margin-bottom: 0.35rem;
  }
}
@media screen and (max-width: 640px) {
  .service_item_detail .service_item_title img {
    height: 0.11rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_detail .service_item_title img {
    height: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .service_item_detail .service_item_title::after {
    background: #fff;
    border-bottom: 1px solid var(--color-red);
    border-left: 1px solid var(--color-red);
    border-radius: 0.15rem 0 0 0.15rem;
    border-top: 1px solid var(--color-red);
    content: "";
    display: block;
    height: 0.3rem;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100vw - 0.4rem);
    z-index: -1;
  }
}
.service_item_detail .service_item_title_sub {
  color: var(--color-red);
  position: relative;
}
@media screen and (max-width: 640px) {
  .service_item_detail .service_item_title_sub {
    flex-shrink: 0;
    font-size: 0.18rem;
    letter-spacing: 0.15em;
    padding-left: 0.26rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_detail .service_item_title_sub {
    font-size: 0.28rem;
    margin-bottom: 0.4rem;
    padding: 0.04rem 0 0.04rem 0.28rem;
  }
}
@media screen and (max-width: 640px) {
  .service_item_detail .service_item_title_sub span {
    font-size: 0.14rem;
  }
}
.service_item_detail .service_item_title_sub::before {
  background: var(--color-red);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .service_item_detail .service_item_title_sub::before {
    border-radius: 0.03rem;
    height: 0.06rem;
    left: 0.1rem;
    width: 0.06rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_detail .service_item_title_sub::before {
    border-radius: 0.05rem;
    height: 0.1rem;
    left: 0;
    width: 0.1rem;
  }
}
.service_item_detail .service_item_title_sub::after {
  background: #fff;
  border-top: 1px solid var(--color-red);
  border-right: 1px solid var(--color-red);
  border-bottom: 1px solid var(--color-red);
  position: absolute;
  top: 0;
  z-index: -1;
}
@media print, screen and (min-width: 641px) {
  .service_item_detail .service_item_title_sub::after {
    border-radius: 0 0.25rem 0.25rem 0;
    content: "";
    display: block;
    height: 0.5rem;
    left: -0.75rem;
    width: 6.8rem;
  }
}
.service_item_detail .service_item_text {
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .service_item_detail .service_item_text {
    font-size: 0.13rem;
    line-height: 1.875;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_detail .service_item_text {
    font-size: 0.18rem;
    line-height: 2.2;
  }
}

@media screen and (max-width: 640px) {
  .service_item_sub {
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_sub {
    margin: 0 auto;
    width: 8.78rem;
  }
}
@media screen and (max-width: 640px) {
  .service_item_sub figure img {
    width: 100%;
  }
}
.service_item_sub ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .service_item_sub li {
    width: 1.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_sub li {
    width: 3.94rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_sub li img {
    width: 3.94rem;
  }
}
.service_item_sub li p {
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .service_item_sub li p {
    font-size: 0.11rem;
    margin-top: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_sub li p {
    font-size: 0.16rem;
    line-height: 1.875;
    margin-top: 0.2rem;
  }
}
.service_item_sub li p.tac {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .service_item_button {
    margin-top: 0.32rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_button {
    margin-top: 0.53rem;
  }
}
.service_item_button a {
  background: var(--color-red) url("/common/img/pict-line_btn.svg") no-repeat center center/3.35rem 0.08rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
  margin-inline: auto;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 640px) {
  .service_item_button a {
    background-size: 2.38rem 0.04rem;
    border-radius: 0.32rem;
    height: 0.65rem;
    width: 2.88rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_button a {
    border-radius: 0.46rem;
    height: 0.91rem;
    width: 4.04rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_button a:hover {
    opacity: 0.7;
  }
}
.service_item_button .service_item_button_text {
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
  padding-left: 0.12em;
}
@media screen and (max-width: 640px) {
  .service_item_button .service_item_button_text {
    font-size: 0.11rem;
    margin-bottom: 0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_button .service_item_button_text {
    font-size: 0.15rem;
    margin-bottom: 0.24rem;
  }
}
.service_item_button .service_item_button_name {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  padding-left: 0.12em;
}
@media screen and (max-width: 640px) {
  .service_item_button .service_item_button_name {
    font-size: 0.14rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_button .service_item_button_name {
    font-size: 0.19rem;
  }
}

@media screen and (max-width: 640px) {
  .service_item_offer {
    margin-block: 0.1rem 0.43rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_offer {
    margin-block: 0.12rem 0.8rem;
  }
}
.service_item_offer li {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .service_item_offer li {
    font-size: 0.11rem;
  }
}
@media print, screen and (min-width: 641px) {
  .service_item_offer li {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 640px) {
  .health {
    font-feature-settings: "palt";
    margin-top: 0.37rem;
  }
}

@media print, screen and (min-width: 641px) {
  .health_item {
    display: flex;
    gap: 0.34rem;
    margin: 0 auto;
    width: 10.3rem;
  }
}
@media screen and (max-width: 640px) {
  .health_item:first-child {
    margin-bottom: 0.45rem;
  }
}
@media print, screen and (min-width: 641px) {
  .health_item:first-child {
    background: url("/img/service/pict-line_dot.svg") no-repeat 0.32rem bottom/10.43rem auto;
    margin-bottom: 0.38rem;
    padding-bottom: 0.44rem;
  }
}
@media screen and (max-width: 640px) {
  .health_item figure {
    margin-bottom: 0.13rem;
  }
}
@media screen and (max-width: 640px) {
  .health_item figure img {
    width: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .health_item figure img {
    width: 4.15rem;
  }
}
@media screen and (max-width: 640px) {
  .health_item .health_text {
    padding-inline: 0.2rem;
  }
}
.health_item .health_text dl {
  display: flex;
}
.health_item .health_text dt {
  flex-shrink: 0;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .health_item .health_text dt {
    font-size: 0.11rem;
    width: 0.67rem;
  }
}
@media print, screen and (min-width: 641px) {
  .health_item .health_text dt {
    font-size: 0.16rem;
    width: 1.2rem;
  }
}
.health_item .health_text dt span {
  color: var(--color-red);
}
.health_item .health_text dd {
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .health_item .health_text dd {
    font-size: 0.11rem;
  }
}
@media print, screen and (min-width: 641px) {
  .health_item .health_text dd {
    font-size: 0.16rem;
  }
}
.health_item .health_text .health_detail {
  border-top: 1px solid var(--color-red);
}
@media screen and (max-width: 640px) {
  .health_item .health_text .health_detail {
    margin-top: 0.13rem;
    padding-top: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .health_item .health_text .health_detail {
    margin-top: 0.1rem;
    padding-top: 0.17rem;
  }
}
.health_item .health_text .health_detail h3 {
  color: var(--color-red);
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .health_item .health_text .health_detail h3 {
    font-size: 0.11rem;
  }
}
@media print, screen and (min-width: 641px) {
  .health_item .health_text .health_detail h3 {
    font-size: 0.17rem;
  }
}
.health_item .health_text .health_detail p {
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .health_item .health_text .health_detail p {
    font-size: 0.11rem;
  }
}
@media print, screen and (min-width: 641px) {
  .health_item .health_text .health_detail p {
    font-size: 0.16rem;
    line-height: 2;
  }
}
@media print, screen and (min-width: 641px) {
  .health_item .health_text .health_detail p + h3 {
    margin-top: 0.17rem;
  }
}

@media screen and (max-width: 640px) {
  .health_offer {
    margin-block: 0.15rem 0.45rem;
    padding-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .health_offer {
    margin-block: 0.4rem 0.93rem;
  }
}
@media screen and (max-width: 640px) {
  .health_offer li {
    font-size: 0.11rem;
  }
}
@media print, screen and (min-width: 641px) {
  .health_offer li {
    font-size: 0.14rem;
    text-align: center;
  }
}

.visit {
  position: relative;
}
@media screen and (max-width: 640px) {
  .visit {
    border: 1px solid var(--color-red);
    border-radius: 0.15rem;
    margin: 0 auto;
    padding-block: 0.32rem 0.25rem;
    width: 3.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit {
    border: 2px solid var(--color-red);
    border-radius: 0.4rem;
    margin-bottom: 1.17rem;
    padding-block: 0.47rem 0.53rem;
  }
}
.visit .visit_pict {
  position: absolute;
}
@media screen and (max-width: 640px) {
  .visit .visit_pict {
    left: -0.22rem;
    top: -0.22rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_pict {
    left: -0.44rem;
    top: -0.44rem;
  }
}
@media screen and (max-width: 640px) {
  .visit .visit_pict img {
    height: 0.5rem;
    width: 0.7rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_pict img {
    height: 0.91rem;
    width: 1.64rem;
  }
}
.visit .visit_title {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .visit .visit_title {
    margin-bottom: 0.17rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_title {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .visit .visit_title img {
    width: 3.02rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_title img {
    width: 9.4rem;
  }
}
@media screen and (max-width: 640px) {
  .visit .visit_body {
    padding-inline: 0.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_body {
    padding-inline: 0.56rem;
  }
}
.visit .visit_lead {
  color: #595757;
  font-weight: bold;
  letter-spacing: 0.26em;
  padding-left: 0.26em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .visit .visit_lead {
    font-size: 0.17rem;
    margin-bottom: 0.23rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_lead {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.visit .visit_items {
  background: url("/img/service/pict-line_dash.svg") no-repeat left bottom/auto 0.02rem;
}
@media screen and (max-width: 640px) {
  .visit .visit_items {
    background-size: auto 0.01rem;
    margin-bottom: 0.36rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_items {
    margin-bottom: 0.46rem;
  }
}
.visit .visit_item {
  background: url("/img/service/pict-line_dash.svg") no-repeat left top/auto 0.02rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .visit .visit_item {
    padding-block: 0.1rem 0.14rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_item {
    display: flex;
    gap: 0.2rem;
    padding-block: 0.2rem;
  }
}
.visit .visit_item dt {
  color: var(--color-red);
  display: flex;
  flex-shrink: 0;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .visit .visit_item dt {
    font-size: 0.15rem;
    margin-bottom: 0.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_item dt {
    font-size: 0.25rem;
    width: 3.2rem;
  }
}
.visit .visit_item dt span {
  background: var(--color-red);
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  place-content: center;
}
@media screen and (max-width: 640px) {
  .visit .visit_item dt span {
    border-radius: 0.1rem;
    font-size: 0.14rem;
    height: 0.19rem;
    margin-right: 0.06rem;
    width: 0.19rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_item dt span {
    border-radius: 0.2rem;
    font-size: 0.23rem;
    height: 0.33rem;
    margin-top: 0.04rem;
    margin-right: 0.12rem;
    width: 0.33rem;
  }
}
.visit .visit_item dd {
  color: #595757;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .visit .visit_item dd {
    font-size: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_item dd {
    font-size: 0.22rem;
  }
}
.visit .visit_notice_title {
  color: #595757;
  position: relative;
}
@media screen and (max-width: 640px) {
  .visit .visit_notice_title {
    margin-bottom: 0.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_notice_title {
    margin-bottom: 0.24rem;
  }
}
.visit .visit_notice_title::after {
  background: #595757;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.visit .visit_notice_title span {
  background: #fff;
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .visit .visit_notice_title span {
    font-size: 0.15rem;
    padding-right: 0.05rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_notice_title span {
    font-size: 0.22rem;
    width: 2.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_notice_item {
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .visit .visit_notice_item:last-child {
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    margin-top: 0.16rem;
    padding-block: 0.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_notice_item:last-child {
    margin-top: 0.4rem;
  }
}
.visit .visit_notice_item dt {
  flex-shrink: 0;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .visit .visit_notice_item dt {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_notice_item dt {
    font-size: 0.16rem;
    width: 1.8rem;
  }
}
.visit .visit_notice_item dt span {
  color: var(--color-red);
}
.visit .visit_notice_item dd {
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .visit .visit_notice_item dd {
    font-size: 0.12rem;
    padding-left: 0.17rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_notice_item dd {
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_notice_item dd strong {
    font-size: 0.2rem;
  }
}
.visit .visit_notice_item dd li {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  .visit .visit_notice_item dd li {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  .visit .visit_notice_item dd li {
    font-size: 0.16rem;
  }
}