@charset "UTF-8";


/*==================================================================

  メインビジュアル

==================================================================*/
.top_mainvisual{
  display:block;
  position:relative;
  height: 1141px;
}
.mainvisual_wrap{
  height: 1141px;
}
.top_mainvisual .inner{
  height: inherit;
  width: 91%;
  max-width: 94%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#mainvisual::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/mv_bg_white.png") top left no-repeat;
  width: 95%;
  max-width: 1859px;
  height: 599px;
  content: "";
}
#mainvisual::after {
  position: absolute;
  bottom: -220px;
  left: 0;
  background: url("../images/mv_bg_white02.png") top left no-repeat;
  width: 100%;
  height: 543px;
  content: "";
  background-size: 100%;
  z-index: 1;
}
/* キャッチフレーズ */
.mainvisual_catch{
  position:absolute;
  left: 0;
  top: 22.6%;
  right:0;
  width: 97.4%;
  max-width: 1200px;
  margin: auto;
  text-align: right;
  z-index: 2;
  padding-right: 1%;
}
.mv_img {
  display: flex;
  justify-content: center;
  position: relative;
  top: 18.8%;
}
.mv_img_dog {
  margin-right: 4%;
  position: relative;
  z-index: 1;
}
.mv_img_dog::before {
  position: absolute;
  top: 16%;
  right: -4px;
  background: url("../images/ill_kazari03.png") left top no-repeat;
  width:13%;
  max-width: 103px;
  height: 102px;
  content: "";
  z-index: 1;
  background-size: 100%;
}
.mv_img_dog::after {
  position: absolute;
  top: 34.4%;
  left: -1px;
  background: url("../images/ill_kazari01.png") left top no-repeat;
  width:23%;
  max-width: 215px;
  height: 229px;
  content: "";
  z-index: -1;
  background-size: 100%;
}
.mv_img_cat {
  margin-top: 4%;
  position: relative;
  z-index: 1;
}
.mv_img_cat::before {
  position: absolute;
  top: 148px;
  left: 19px;
  background: url("../images/ill_cat01.png") left top no-repeat;
  width: 20%;
  max-width: 121px;
  height: 128px;
  content: "";
  z-index: -1;
  background-size: 100%;
}
.mv_img_cat::after {
  position: absolute;
  top: 35px;
  right: 19px;
  background: url("../images/ill_kazari02.png") left top no-repeat;
  width:30%;
  max-width: 215px;
  height: 229px;
  content: "";
  z-index: -1;
  background-size: 100%;
}
.mv_btn_list {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  width: 90%;
  margin: auto;
  margin-top: -324px;
}
.mv_btn_list::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  background: url("../images/ill_dog_flower.png") bottom center no-repeat;
  width: 20%;
  width: 262px;
  height: 141px;
  background-size: 100%;
  content: "";
}
.mv_btn_item:first-child {
  position: relative;
  top: -40px;
  left: -10px;
}
.mv_btn_item a:hover {
  opacity: 0.8;
}
.mv_bnr_line {
  position: relative;
  width: 360px;
  z-index: 2;
  margin-top: -244px;
  margin-right: 4.4%;
  text-align: right;
  margin-bottom: 184px;
  margin-left: auto;
}
.mv_bnr_line a {
  display: inline-block;
}
.mv_bnr_line a:hover {
  opacity: 0.8;
}
.mv_bnr_line a img {
  border: solid 4px #ffb031;
  border-radius: 10px;
}

/*==================================================================

  共通設定

==================================================================*/
main::after {
  display: none
}
.tit01 {
  margin-bottom: 9px;
}
.box { 
  width: 100%;
  padding: 0;
  min-height: auto;
}
.box::before {
  display: none;
}
.inner {
  width: 100%
}


/*==================================================================

  .top_info

==================================================================*/

.top_info_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_info_item{
  width: 47.4%;
}


.top_info_calender {
  width: 47.4%;
  border: solid 3px var(--border-color);
    
  border-radius: 20px;
  padding: 21px 15px 3px;
  min-height: 100%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}

.top_info_calender_tit {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
  background: url("../images/cal_tit_kazari.png") bottom center no-repeat;
  padding-bottom: 10px;
}
.top_info_calender_caption {
  position: absolute;
  bottom: 23px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-left: 50px;
}
.top_info_calender_caption::before{
  position: absolute;
  top: 0;
  left: 13px;
  width: 30px;
  height: 30px;
  /* background: var(--sub-color);
  border-radius: 100%; */
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: '\f1b0';
  color: #ea745f;
  font-size: 30px;
  text-align:center;
  line-height: normal;
}

/* fullClender*/
.top_info_calender .fc-toolbar {
  background: var(--bg-color);
  padding: 10px 10px 0;
}
.top_info_calender  .fc-toolbar.fc-header-toolbar {
  margin-bottom: 8px;
}
.top_info_calender .fc-toolbar h2 {
   font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}
.top_info_calender .fc-next-button,
.top_info_calender .fc-prev-button{
  width: 34px;
  height: 34px;
  background: var(--main-color);
  border-radius: 100% !important;
  padding: 0;
}
.top_info_calender .fc-icon-right-single-arrow:after,
.top_info_calender .fc-icon-left-single-arrow:after{
  color: #fff;
}
.top_info_calender  .fc-scroller {
  height: auto !important;
  overflow: visible !important;
  max-height: 430px;
}
.top_info_calender .fc-day-number {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0 !important;
}
.fc-day-grid-event {
  top: -3px;
  width: 30px;
  height: 30px;
  /* background: var(--sub-color) !important; */
  background: none!important;
  margin: auto !important;
  border-radius: 100% !important;
  border: none !important;
  position: relative;
}
.fc-day-grid-event:before{
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: '\f1b0';
  color: #ea745f;
  font-size: 30px;
  text-align:center;
}

.top_info_calender .fc-day-top {
  position: relative;
  height: 20px;
  text-align: center;
}

.top_info_calender .fc-other-month .fc-day-number {
  color: #aaa;
}
.top_info_calender .fc-view-container {
  overflow: hidden;
}
.top_info_calender .fc-widget-header {
  background: var(--bg-color)
}
.top_info_calender .fc-sun.fc-widget-header {
  background: #fad7d1;
}
.top_info_calender .fc-sat.fc-widget-header {
  background: #cde2ec;
}
.fc-view-container {
  background: var(--bg-color);

}
.top_info_calender  .fc-today {
  background: #cde2ec !important;
}
.top_info_calender .fc-basic-view .fc-body .fc-row {
  height: 67.5px !important;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
border-color: #fff !important;
}
.fc td, .fc th {
  border-width: 3px !important;
}
.fc-state-disabled {
  opacity: 0.3 !important;
}
/********************************
  .top_news お知らせ
*********************************/
.top_news {
  position: relative;
  z-index: 2;
}
.top_news::before {
  position: absolute;
  left: 6%;
  top: 100px;
  background: url("../images/nikukyu01.png") top left no-repeat;
  width: 30%;
  max-width: 196px;
  height: 543px;
  content: "";
  background-size: 100%;
}
.top_news .inner {
  display: flex;
  position: relative;
  justify-content: space-between;
	min-height: 300px;
}
.top_news_tit {
  width: 20.5%;
  padding-top: 0.8%;
}
.top_news .btn01{
  position: absolute;
  bottom: 0;
  left: 0;
}
.top_news_frame{
  width: 75%;
}
.top_news_headline{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_info .top_news .top_news_frame{
  border: none;
  padding: 0;
  background: #fff;
  padding: 20px 12px;
}

/* お知らせの高さ */
.top_info .top_news .scroll_area{
  height: 285px;
  overflow-y: scroll;
}
.top_info .top_news ul{
  padding-right: 24px;
}
.news_list {
  margin-top: 33px;
}
.news_list li{
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: var(--bg-color);
  border-radius: 100vh;
  padding: 2.5% 2.5% 2.5% 5.1%;
}
.news_list li span{
  margin-right: 11px;
  letter-spacing: 0.12em;
}
.news_list li em{
  margin-right: 10px;
  display:inline-block;
  min-width:75px;
  padding:1px  15px;
  font-style: normal;
  text-align:center;
   letter-spacing: 0.12em;
}
.news_list li a {
  padding: 10px 0;
  color: #333;
  letter-spacing: 0.12em;
}
.news_list li a:hover {
  color: var(--main-color);
}

/*スクロールバーの横幅指定*/
.scroll_area::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.scroll_area::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}
/*スクロールバーの色・角丸指定*/
.scroll_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}

/********************************
  .top_sche 診療時間
*********************************/
.top_sche .sub_info_note li{
  color: var(--main-color);
  text-align: center;
  padding: 10px 5px;
  border: 1px solid var(--main-color);
  margin-bottom: 12px;
}
/* 補足リスト */
.top_sche .sub_info_note li:last-child{
  margin-bottom: 0;
}
.top_info2 .top_sche{
  border-radius: 10px;
  padding: 12px;
  background-color: rgba(192,171,154,0.3);
}
/* 診療科目、お問い合わせリスト */
.top_sche_note {
  margin-top: 10px;
}
.top_sche_note dl{
  display: flex;
  margin-bottom: 12px;
}
.top_sche_note dl:last-child{
  margin-bottom: 0;
}
.top_sche_note dl dt{
  width: 25%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-weight: bold;
  padding: 16px 5px;
  background: #C0AB9A;
  border-radius: 10px;
  margin-right: 2%;
}
.top_sche_note dl dd{
  width: 73%;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.top_sche_note dl dd a{
  color: inherit;
}
.top_sche_note dl dd a:hover{
  color: inherit;
}



/*==================================================================

  .top_about

==================================================================*/
.top_about {
  padding-top: 28px;
  position: relative;
  z-index: 1;
  padding-bottom:140px;
}
.top_about::before {
  position: absolute;
  top: -170px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/top_about_bg01.jpg") top center no-repeat;
  background-size: 100%;
  content: "";
  z-index: -1;
}
.top_about::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34%;
  background: #f3f3f3;
  content: "";
  z-index: -1;
}
.top_about_detail {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding-top: 6.9%;
  position: relative;
  z-index: 1;
}
.top_about_detail::before {
  position: absolute;
  top: -50px;
  left: -175px;
  background: url("../images/about_detail_bg.png");
  width: 966px;
  height: 674px;
  content: "";
  z-index: -1;
}
.top_about_detail_inner {
  width: 46%;
}
.top_about_text {
  line-height: 2.5;
  letter-spacing: 0.12em;
  margin-bottom: 7.1%;
}
.top_about_btn_list {
  display: flex;
  justify-content:space-between;
  width: 92%;
  margin-top: 12.4%;
}
.top_about_img {
  position: absolute;
  top: 19.3%;
  right: 0;
  padding-right: 18.7%;
  z-index: 1;
  width: 49.4%;
}
.top_about_img::before {
  position: absolute;
  background: url("../images/about_detail_bg.png");
  z-index: 2;
}
.top_about_img::before {
  position: absolute;
  top: -107px;
  right: 0;
  background: url("../images/about_img_bg.png") top right no-repeat;
  width: 102%;
  max-width: 970px;
  height: 748px;
  content: "";
  z-index: -1;
  background-size: 100%;
}
.top_about_bg {
  position: relative;
}
.top_about_bg::before {
  position: absolute;
  left: 0;
  top: -200px;
  background: url("../images/top_about_bg02.jpg") top center no-repeat;
  width: 100%;
  height: 900px;
  content: "";
  background-size: 100%;
}
/*==================================================================

  .top_feature

==================================================================*/
.top_feature {
  padding-top: 18.2%;
  position: relative;
  z-index: 2;
}

.top_feature::before {
  position: absolute;
  top: 1.3%;
  left: 11.9%;
  background: url("../images/ill_dog_maru.png") center no-repeat;
  width: 20%;
  max-width: 206px;
  height: 177px;
  content: "";
  background-size: 100%;
}
.top_feature::after {
  position: absolute;
  top: -41.6%;
  right: 5.5%;
  background: url("../images/nikukyu02.png") center no-repeat;
  width: 40%;
  max-width: 332px;
  height: 468px;
  content: "";
  background-size: 100%;
}

.top_features_list {
  width: 91%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 1800px;
  padding-top: 4%;
}

.top_feature_item_detail {
  position: relative;
  z-index: 2;
  border: solid 3px #e4e4e4;
  border-radius: 20px;
  background: #fff;
  width: 82%;
  margin: -34px auto 0;
  padding-bottom: 2%;
}
.top_feature_item_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
  font-size: 2.4rem;
  line-height: 1.6666;
  min-height: 125px;
  margin-top: 7%;
}

.top_feature_item .btn01 {
  margin: 5% 0
}



/*==================================================================

  .top_medical

==================================================================*/
.top_medical {
  padding-top: 14%;
  background: url("../images/meical_bg_left.jpg") top 142px left no-repeat,url("../images/meical_bg_right.jpg") top 137px right no-repeat;
  background-size: 22.5%;
  position: relative;
  padding-bottom: 9.8%;
}
.top_medical::before {
  position: absolute;
  top: 460px;
  left: 0;
  background: url("../images/medical_bg_bottom.png") top center no-repeat;
  width: 100%;
  height: 900px;
  content: "";
}
.top_medical::after {
  position: absolute;
  bottom:0;
  left: 0;
  background: #f3f3f3;
  width: 100%;
  height: 30%;
  content: "";
  z-index: -1;
}
.top_medical_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding-top: 3.64%;
}
.top_medical_item {
  width: 44%;
  position: relative;
}

.top_medical_bnr {
  text-align: center;
  width: 100%;
  margin-top:8.8%;
}
.top_medical_item_btn {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 209px;
  height: 186px;
  background: url("../images/medical_btn01.png") center no-repeat;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  line-height: 1.41;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  bottom:-45px;
  padding-top: 8px;
}
.top_medical_item_btn:hover {
  opacity: 0.8;
}
.top_medical_item:first-child .top_medical_item_btn{
  right: 30px;
}
.top_medical_item:nth-child(2) .top_medical_item_btn{
  left: 34px;
  background-image: url("../images/medical_btn02.png");
}
.top_medical_bnr a:hover {
  opacity: 0.8;
}
.top_medical_b_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top_medical_b_bg::before {
  position: absolute;
  bottom:50px;
  left: 0;
  background: url("../images/medical_b_bg_left.png") bottom right no-repeat;
  width: 27%;
  max-width: 469px;
  height: 607px;
  content: "";
}
.top_medical_b_bg::after {
  position: absolute;
  bottom:133px;
  right: 0;
  background: url("../images/medical_b_bg_right.png") bottom left no-repeat;
  width: 27%;
  max-width: 389px;
  height: 658px;
  content: "";
}
/*==================================================================================================================

  スマホ

==================================================================================================================*/
@media screen and (max-width:640px) {
  #wrapper, html, body{
    min-height:500px;
  }
  h1 {
    position: absolute;
    top: 56px;
    z-index: 1;
    background: #fff;
    font-size: 1.1rem;
    padding: 0;
    color: #ccc;
  }

  /*==================================================================

    メインビジュアル（スマホ）

  ==================================================================*/
  .top_mainvisual{
    height:380px;
    padding-top: 20px;
  }
  #mainvisual::before {
    background-size: 100%;
  }
  #mainvisual::after {
    background-position: bottom center;
    bottom: -45px;
  }

  .mainvisual_wrap{
    height: 380px;
    position: relative;
  }

  .top_mainvisual .inner {
    width: 100%;
    padding: 0;
    max-width: 100%;
    position: static;
  }
  .mv_img {
    width: 100%;
    top: 24%;
  }
  .mv_img_cat::before{
    top: 6vw;
  }
  .mv_img_dog {
    margin-right: -2%
  }
  .mv_img_cat {
    margin-top: 9%
  }

  /* トップページキャッチフレーズ */
  .mainvisual_catch {
    position: absolute;
    top: 5%;
    width: 96%;
    margin: auto;
  }
  .mainvisual_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .mainvisual_catch p {
    font-size: 15px;
  }
  .mainvisual_open{
    right: 10px;
    bottom: 10px;
    width: 150px;
  }
  .mv_bnr_line {
    position: static;
    width: 90%;
    margin: 4% auto;
  }
  .mv_btn_list {
    position: relative;
    margin-top: 16%;
    width:76%;
    margin:-3% auto 0;
  }
  .mv_btn_list::before {
    width:110px;
    left: -8%;
    right: 0;
    margin-left: 0;
    bottom: -20px;
    pointer-events: none;
  }
  .mv_bnr_line a {
    display: block;
    width: 100%;
    height: 90px;
    overflow: hidden;
    border: solid 2px #ffb031;
    border-radius: 10px;
  }
  .mv_bnr_line a img {
    height: 110px;
    width: 100%;
    object-fit: contain;
    border: none;
    display: block;
    margin-top: -16px;
  }
  
  
  /*==================================================================

    .top_info（スマホ）

  ==================================================================*/
  .top_info.box {
    margin-bottom: 45px !important;
  }
  .top_info .inner {
    width:100%;
    padding: 0 3%;
  }
  .top_info_flex {
    display: block;
  }
  .top_info_calender {
    width: 100%;
  }
  .top_info_calender {
    padding:3% 3% 60px 3%;
    margin-bottom: 6%
  }
.top_info_calender_caption {
  padding-left: 43px;
}
  .top_info_calender_caption::before {
    width: 23px;
    height: 23px;
    font-size: 23px;
    top: 2px;
  }

  .top_info_item {
    width: 100%;
  }
  
  /* clender*/
  .top_info_calender .fc-basic-view .fc-body .fc-row {
    height: 30px !important;
  }
  .top_info_calender .fc-day-top {
    height: 6px;
  }
  .fc-day-grid-event {
    width: 23px;
    height: 23px;
  }
.fc-day-grid-event:before{
  font-size: 22px;
}
  .fc-day-number {
    font-size: 1.4rem;
  }
  
  /*==================================================================

    .top_newst（スマホ）

  ==================================================================*/
  .top_news .inner {
    display: block;
  }
  .top_news_tit {
    width: 100%;
  }
  .top_news_frame {
    width: 100%;
  }
  .news_list li {
    border-radius: 20px;
  }
  .news_list li a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .top_news .btn01 {
    position: static;
    margin-top: 30px;
  }


  /*==================================================================

    .top_about（スマホ）

  ==================================================================*/
  .top_about {
    padding-bottom: 10px;
  }
  .top_about::before {
    background-size: 120%;
    top: -30px;
  }
  .top_about::after {
    height: 100%;
  }

  .top_about_bg::before {
    background-position: bottom center;
    z-index: -1;
    top: auto;
    bottom: -61px;
  }
  .top_about_detail_inner {
    width: 100%;
  }
  .top_about_detail {
    padding: 0 5%;
    width: 100%;
    position: relative;
    z-index:2
  }
  .top_about_detail::before {
    width: 100%;
    left: 0;
    background-size: cover;
    background-position: top center ;
    height: 100%
  }
  .top_about_img {
    position: relative;
    top: auto;
    z-index: 1;
    width: 80%;
    padding: 0;
    margin: 40px auto 0;
    
  }
  
  .top_about_btn_list {
    width: 100%;
  }
  .top_about_btn_item {
    width: 49%;
  }
  .top_about_btn_item a {
    padding: 15px 13px 15px 40px;
  }
  .top_about_btn_item.btn01 a::before {
    left: 4px;
  }
  
  /*==================================================================

    .top_feature（スマホ）

  ==================================================================*/
  .top_feature {
    padding-top: 100px;
  }
  .top_feature::before {
    background-position: top left;
    width: 28%;
    left: 2%;
  }
  .top_feature::after{
    width: 33%;
    right: 3%;
    top: -80px;
    background-position: top right;
  }
  .top_features_list {
    display: block;
  }
  .top_features_item {
    width: 100%;
  }
  .top_feature_item img {
    display: block;
    width: 84%;
    margin: auto;
  }
  .top_feature_item_detail {
    width: 90%;
    margin-bottom: 50px;
  }
  .top_feature_item_tit {
    font-size: 1.9rem;
    min-height: auto;
  }
  
  /*==================================================================

    .top_medical（スマホ）

  ==================================================================*/
  .top_medical {
    padding-top: 10px;
    background: url("../images/meical_bg_left.jpg") top 40px left no-repeat,url("../images/meical_bg_right.jpg") top 45px right no-repeat;
    background-size: 38%;
    padding-bottom: 80px;
  }
  .top_medical::before {
    top: auto;
    bottom: 0;
    height: 70%;
  }
  .top_medical_b_bg::before {

    background-size: 100%;
    width: 45%;
  }
  .top_medical_b_bg::after {
    background-size: 100%;
    width: 45%;
  }
  .top_medical_list {
    display: block;
    margin-top: 20px;
  }
  .top_medical_item {
    width:100%;
    margin: 0 auto 60px;
  }
  .top_medical_item img {
    width: 60%;
  }
  .top_medical_item:nth-child(2) img{
    display: block;
    margin-left: auto;
  }
  .top_medical_item_btn {
    width: 55%;
    background-size: 100%;
    font-size: 2rem;
    left: 0;
  }
  .top_medical_item:first-child .top_medical_item_btn {
    right: 5%;
    left: auto;
  }
  .top_medical_item:nth-child(2) .top_medical_item_btn {
    left: 0;
  }
  .top_medical_bnr {
    margin-top: 70px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
