@charset "UTF-8";
/******* mixin.scss *******/
/*link color*/
/*opacity*/
/*position absolute*/
/*border-radius*/
/*ベンダープレフィックス*/
/*明朝体*/
/*Roboto*/
/*コンテンツwidth*/
/*ボーダーカラー*/
/*リンク*/
/*タイトルバー*/
/* .mainの共通部分CSS */
/* main内のsection設定 */
/*
下層ページ用CSS
*/
/*------------------------------ SP用CSS（PCにも同時に適用される） ------------------------------*/
/*-----------------------------------------------------------------
common
-----------------------------------------------------------------*/
.pagetitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74.6vw;
  background: url(img/pagetitle/bg_common_sp.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.pagetitle div {
  width: 82vw;
  height: 34.13vw;
  padding: 10vw 0 0;
  color: #fff;
  position: relative;
  z-index: 0;
}
.pagetitle div.scroll {
  width: 13vw;
  height: 5vw;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -74vw;
  left: 0;
  cursor: pointer;
}
.pagetitle div.scroll::before, .pagetitle div.scroll::after {
  display: none;
}
.pagetitle div::before, .pagetitle div::after {
  content: "";
  display: block;
  width: 80.8vw;
  height: 32.8vw;
  position: absolute;
}
.pagetitle div::before {
  background-color: rgba(251, 251, 251, 0.8);
  right: 0;
  bottom: 0;
  z-index: 0;
}
.pagetitle div::after {
  background-color: #5e605f;
  top: 0;
  left: 0;
  z-index: 1;
}
.pagetitle div h1 {
  margin-bottom: 2.6vw;
  line-height: 130%;
  font-size: 5.2vw;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.pagetitle div p {
  line-height: 130%;
  letter-spacing: 0.2em;
  font-size: 2.6vw;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  position: relative;
  z-index: 2;
}
.pagetitle#pagetitle_ogawa-diagnosis {
  background-image: url(img/pagetitle/bg_ogawa-diagnosis_sp.jpg);
}
.pagetitle#pagetitle_shonan-diagnosis {
  background-image: url(img/pagetitle/bg_shonan-diagnosis_sp.jpg);
}
.pagetitle#pagetitle_ogawa-staff {
  align-items: flex-start;
  height: 128vw;
  padding-top: 17.73vw;
  background-image: url(img/pagetitle/bg_ogawa-staff_sp.jpg);
}
.pagetitle#pagetitle_ogawa-staff .scroll {
  width: 13vw;
  height: 5vw;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -69vw;
  left: 0;
  background: #000;
  background: url(img/pagetitle/scroll_pc.png) center center no-repeat;
  cursor: pointer;
}
.pagetitle#pagetitle_ogawa-staff .scroll::before, .pagetitle#pagetitle_ogawa-staff .scroll::after {
  display: none;
}
.pagetitle#pagetitle_shonan-staff {
  align-items: flex-start;
  height: 128vw;
  padding-top: 17.73vw;
  background-image: url(img/pagetitle/bg_shonan-staff_sp.jpg);
}
.pagetitle#pagetitle_shonan-staff .scroll {
  width: 13vw;
  height: 5vw;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -69vw;
  left: 0;
  background: #000;
  background: url(img/pagetitle/scroll_pc.png) center center no-repeat;
  cursor: pointer;
}
.pagetitle#pagetitle_shonan-staff .scroll::before, .pagetitle#pagetitle_shonan-staff .scroll::after {
  display: none;
}
.pagetitle#pagetitle_recruit {
  align-items: flex-start;
  height: 128vw;
  padding-top: 17.73vw;
  background-image: url(img/pagetitle/bg_recruit_sp.jpg);
}
.pagetitle#pagetitle_info {
  align-items: flex-start;
  height: 128vw;
  padding-top: 17.73vw;
  background-image: url(img/pagetitle/bg_info_sp.jpg);
}
.pagetitle#pagetitle_info.shonan-diaginfo {
  background-image: url(img/pagetitle/bg_shonan-diaginfo_sp.jpg);
}
.pagetitle#pagetitle_prelusion {
  background-image: url(img/pagetitle/bg_prelusion_sp.jpg);
}
.pagetitle#pagetitle_prelusion_send {
  background-image: url(img/pagetitle/bg_prelusion_sp.jpg);
}
.pagetitle#pagetitle_ct_scan {
  background-image: url(img/pagetitle/bg_ct_scan_sp.jpg);
}

.content {
  padding: 12vw 0 14.6vw;
  background: #fbfbfb url(img/common/sec_bg01_sp.png) 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
}
.content #breadcrumbs {
  display: none;
}
.content .btn_page_transition {
  width: 96vw;
  height: 10vw;
  position: absolute;
  top: -4vw;
  left: 1.8vw;
}
.content .btn_page_transition a {
  width: inherit;
  height: inherit;
  padding: 0;
  border-left: 0.8vw solid #bd2e34;
  box-sizing: border-box;
  line-height: 10vw;
  font-size: 3.3vw;
  text-align: center;
  background: #ddd url(img/common/arrow01_black.png) right 2vw center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
}

/*-----------------------------------------------------------------
小川犬猫病院 診療案内
-----------------------------------------------------------------*/
#ogawa-diagnosis .main #pageMenu {
  display: flex;
  justify-content: space-between;
  width: 92vw;
  margin: 0 auto 8vw;
}
#ogawa-diagnosis .main #pageMenu li {
  width: 28.8vw;
}
#ogawa-diagnosis .main #pageMenu li a {
  display: block;
  width: 28.8vw;
  height: 28.8vw;
  padding-top: 9.3vw;
  background: #fff url(img/common/arrow_under_black.png) center 16.6vw no-repeat;
  -webkit-background-size: 3.2vw auto;
  background-size: 3.2vw auto;
  border: 0.66vw solid #8d8e8d;
  -webkit-border-radius: 28.8vw;
  -moz-border-radius: 28.8vw;
  border-radius: 28.8vw;
  text-align: center;
}
#ogawa-diagnosis .main > section {
  margin-bottom: 13.3vw;
  padding: 0 4vw 8vw;
  margin-bottom: 10.6vw;
  background: url(img/common/section_bg_top_sp.png) center 9.6vw no-repeat, url(img/common/section_bg_bottom_sp.png) center bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
#ogawa-diagnosis .main > section * {
  position: relative;
  z-index: 2;
}
#ogawa-diagnosis .main > section::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 11.66vw);
  background-color: #fff;
  position: absolute;
  top: 10.6vw;
  left: 0;
  z-index: 0;
}
#ogawa-diagnosis .main > section:last-of-type {
  margin-bottom: 0;
}
#ogawa-diagnosis .main > section h2 {
  margin-bottom: 0;
  padding: 5.3vw 0 5.3vw 4.93vw;
  margin: 0 auto 6vw;
  background-color: #5e605f;
  line-height: 130%;
  font-size: 8vw;
  color: #fff;
  position: relative;
}
#ogawa-diagnosis .main > section h2::before {
  content: "";
  display: block;
  width: 1.3vw;
  height: 10.13vw;
  margin: auto 0;
  background-color: #bd2e34;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#ogawa-diagnosis .main > section .items > li {
  padding: 4vw 0 10.6vw;
  margin: 0 0 2.6vw;
  border-bottom: 0.26vw dotted #d9d1af;
}
#ogawa-diagnosis .main > section .items > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#ogawa-diagnosis .main > section .items > li .intro {
  margin-bottom: 7.3vw;
}
#ogawa-diagnosis .main > section .items > li .intro .title {
  width: 92vw;
  height: 74.53vw;
  margin: 0 auto 4vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  text-align: center;
}
#ogawa-diagnosis .main > section .items > li .intro .title p {
  width: 18vw;
  margin: 0 auto 4vw;
}
#ogawa-diagnosis .main > section .items > li .intro .title h3 {
  font-size: 8vw;
  text-shadow: 0 0 5px #525252;
  color: #fff;
}
#ogawa-diagnosis .main > section .items > li .intro .txt {
  width: 82vw;
  margin: 0 auto;
  line-height: 180%;
}
#ogawa-diagnosis .main > section .items > li .acBtn {
  width: 72.6vw;
  height: 10.4vw;
  margin: 0 auto;
  line-height: 10.4vw;
  background: #fff url(img/common/arrow01_black.png) right 4.5vw center no-repeat;
  -webkit-background-size: 1.46vw auto;
  background-size: 1.46vw auto;
  border: 0.66vw solid #5e605f;
  -webkit-border-radius: 10.4vw;
  -moz-border-radius: 10.4vw;
  border-radius: 10.4vw;
  text-align: center;
  cursor: pointer;
}
#ogawa-diagnosis .main > section .items > li .acBtn::before {
  content: "詳しく見る";
}
#ogawa-diagnosis .main > section .items > li .acBtn.active {
  background: #f2f2f2 url(img/common/arrow_close.png) right 4.5vw center no-repeat;
  -webkit-background-size: 3vw auto;
  background-size: 3vw auto;
  border: none;
}
#ogawa-diagnosis .main > section .items > li .acBtn.active::before {
  content: "閉じる";
}
#ogawa-diagnosis .main > section .items > li .detail {
  display: none;
  width: 92vw;
  padding: 4vw 4vw 0;
  margin: 6.6vw auto 0;
  background-color: #fbfbfb;
  overflow: visible;
}
#ogawa-diagnosis .main > section .items > li .detail h4 {
  padding: 0 0 2vw 3.2vw;
  margin-bottom: 4.4vw;
  border-bottom: 0.26vw solid #d9d1af;
  line-height: 130%;
  font-size: 4.26vw;
  font-weight: bold;
  position: relative;
}
#ogawa-diagnosis .main > section .items > li .detail h4::before {
  content: "";
  display: block;
  width: 0.53vw;
  height: 1.5em;
  background-color: #bd2e34;
  position: absolute;
  top: 0;
  left: 0;
}
#ogawa-diagnosis .main > section .items > li .detail .txt {
  margin: 0 0.5em 9.3vw;
  line-height: 160%;
}
#ogawa-diagnosis .main > section .items > li .detail .txt .symptom {
  color: #ff2a00;
}
#ogawa-diagnosis .main > section .items > li .detail .txt.movie .video {
  margin-bottom: 0.5em;
}
#ogawa-diagnosis .main > section .items > li .detail .txt.movie .video video {
  max-width: 100%;
}
#ogawa-diagnosis .main > section .items > li .detail ul {
  margin: 0 0.5em 9.3vw 2em;
  list-style: disc outside;
}
#ogawa-diagnosis .main > section .items > li .detail ul li {
  line-height: 160%;
}
#ogawa-diagnosis .main > section .items > li .detail dl {
  margin: 0 0.5em 9.3vw;
}
#ogawa-diagnosis .main > section .items > li .detail dl dt {
  line-height: 160%;
}
#ogawa-diagnosis .main > section .items > li .detail dl dd {
  margin: 0 0 9.3vw 1em;
  line-height: 160%;
}
#ogawa-diagnosis .main > section .items > li .detail .example li {
  padding: 4vw 7.3vw 4vw 4.6vw;
  margin-left: -8vw;
  position: relative;
  z-index: 1;
}
#ogawa-diagnosis .main > section .items > li .detail .example li:not(:last-child) {
  margin-bottom: 8vw;
}
#ogawa-diagnosis .main > section .items > li .detail .example li::before {
  content: "";
  display: block;
  width: 93.3vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#ogawa-diagnosis .main > section .items > li .detail .example li figure {
  float: left;
  width: 34.13vw;
  margin: -7.73vw 3.3vw 0.5vw -4.6vw;
  position: relative;
  z-index: 2;
}
#ogawa-diagnosis .main > section .items > li .detail .example li p {
  display: inline;
  position: relative;
  z-index: 2;
}
#ogawa-diagnosis .main > section .items > li .detail .close {
  height: 11.13vw;
  background: url(img/diagnosis/closeBtn.png) center no-repeat;
  -webkit-background-size: 5.3vw auto;
  background-size: 5.3vw auto;
  border-top: 0.53vw solid #fff;
  margin: 8vw auto 0;
  cursor: pointer;
}
#ogawa-diagnosis .main > section .items > li#tooth .intro .title {
  background-image: url(img/diagnosis/tooth_img.jpg);
}
#ogawa-diagnosis .main > section .items > li#vaccine .intro .title {
  background-image: url(img/diagnosis/vaccine_img.jpg);
}
#ogawa-diagnosis .main > section .items > li#obese .intro .title {
  background-image: url(img/diagnosis/obese_img.jpg);
}
#ogawa-diagnosis .main > section .items > li#flea .intro .title {
  background-image: url(img/diagnosis/flea_img.jpg);
}
#ogawa-diagnosis .main > section .items > li#internal_medicine .intro .title {
  background-image: url(img/diagnosis/internal_medicine_img.jpg);
}
#ogawa-diagnosis .main > section .items > li#skin .intro .title {
  background-image: url(img/diagnosis/skin_img.jpg);
}
#ogawa-diagnosis .main > section .items > li#ear .intro .title {
  background-image: url(img/diagnosis/ear_img.jpg);
}
#ogawa-diagnosis .main > section .items > li#endoscope .intro .title {
  background-image: url(img/diagnosis/endoscope_img.jpg);
}
#ogawa-diagnosis .main > section .items > li#surgery .intro .title {
  background-image: url(img/diagnosis/surgery_img.jpg);
}
#ogawa-diagnosis .main > section .items > li#ophthalmolog .intro .title {
  background-image: url(img/diagnosis/ophthalmolog_img.jpg);
}
#ogawa-diagnosis .main > section .items > li#tumor .intro .title {
  background-image: url(img/diagnosis/tumor_img.jpg);
}
#ogawa-diagnosis .main #blog {
  padding: 0;
  background: none;
}
#ogawa-diagnosis .main #blog h2 {
  width: 94%;
  padding: 3vw 0 0 14vw;
  margin: 0 auto 1.3vw;
  background: url(img/top/blog_title.png) 0 center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 26rem;
  color: #333;
  position: relative;
  z-index: 1;
}
#ogawa-diagnosis .main #blog .container {
  padding: 10.6vw 0 8vw;
  margin-top: -2.93vw;
  background-color: #f8f6ef;
  position: relative;
  z-index: 0;
}
#ogawa-diagnosis .main #blog .container .txt {
  width: 90%;
  margin: 0 auto 4.6vw;
}
#ogawa-diagnosis .main #blog .container ul {
  width: 94.6vw;
  margin: 0 auto;
}
#ogawa-diagnosis .main #blog .container ul li {
  margin-bottom: 6.6vw;
}
#ogawa-diagnosis .main #blog .container ul li figure {
  width: 33.3vw;
  position: relative;
  z-index: 1;
}
#ogawa-diagnosis .main #blog .container ul li figure a img {
  height: auto;
}
#ogawa-diagnosis .main #blog .container ul li .txtWrap {
  width: 92vw;
  min-height: 34.6vw;
  padding: 4vw 2.6vw 2.6vw 33.3vw;
  margin: -30.6vw 0 0 2.6vw;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#ogawa-diagnosis .main #blog .container ul li .txtWrap .dateLine {
  display: flex;
  align-items: center;
  margin-bottom: 3.3vw;
}
#ogawa-diagnosis .main #blog .container ul li .txtWrap .dateLine .date {
  margin-right: 0.5em;
  line-height: 130%;
  font-weight: bold;
}
#ogawa-diagnosis .main #blog .container ul li .txtWrap .dateLine .new_icon {
  width: 8.9vw;
}
#ogawa-diagnosis .main #blog .container ul li .txtWrap h3 a {
  line-height: 180%;
}
#ogawa-diagnosis .main #blog .container ul li .txtWrap .more {
  text-align: right;
}
#ogawa-diagnosis .main #blog .container ul li .txtWrap .more a {
  display: inline-block;
  padding-right: 10px;
  background: url(img/common/arrow01_red.png) right center no-repeat;
  -webkit-background-size: 5px auto;
  background-size: 5px auto;
  color: #f40000;
}
#ogawa-diagnosis .main #blog .container .btn a {
  width: 72.6vw;
  height: 10.4vw;
  margin: 0 auto;
  background: url(img/common/arrow01_black.png) right 5% center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
  border: 2px solid #5e605f;
  -webkit-border-radius: 8.53vw;
  border-radius: 8.53vw;
  line-height: 9vw;
  text-align: center;
}

/*-----------------------------------------------------------------
湘南かまくら動物整形外科センター 診療案内
-----------------------------------------------------------------*/
#shonan-diagnosis .main #pageMenu {
  display: flex;
  justify-content: space-between;
  width: 92vw;
  margin: 0 auto 8vw;
}
#shonan-diagnosis .main #pageMenu li {
  width: 28.8vw;
}
#shonan-diagnosis .main #pageMenu li a {
  display: block;
  width: 28.8vw;
  height: 28.8vw;
  padding-top: 9.3vw;
  background: #fff url(img/common/arrow_under_black.png) center 16.6vw no-repeat;
  -webkit-background-size: 3.2vw auto;
  background-size: 3.2vw auto;
  border: 0.66vw solid #8d8e8d;
  -webkit-border-radius: 28.8vw;
  -moz-border-radius: 28.8vw;
  border-radius: 28.8vw;
  text-align: center;
}
#shonan-diagnosis .main > section {
  margin-bottom: 13.3vw;
  padding: 0 4vw 8vw;
  margin-bottom: 10.6vw;
  background: url(img/common/section_bg_top_sp.png) center 9.6vw no-repeat, url(img/common/section_bg_bottom_sp.png) center bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
#shonan-diagnosis .main > section * {
  position: relative;
  z-index: 2;
}
#shonan-diagnosis .main > section::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 11.66vw);
  background-color: #fff;
  position: absolute;
  top: 10.6vw;
  left: 0;
  z-index: 0;
}
#shonan-diagnosis .main > section:last-of-type {
  margin-bottom: 0;
}
#shonan-diagnosis .main > section h2 {
  padding: 5.3vw 0 5.3vw 4.93vw;
  margin: 0 auto 6vw;
  background-color: #5e605f;
  line-height: 130%;
  font-size: 8vw;
  color: #fff;
  position: relative;
  margin-bottom: 0;
}
#shonan-diagnosis .main > section h2::before {
  content: "";
  display: block;
  width: 1.3vw;
  height: 10.13vw;
  margin: auto 0;
  background-color: #bd2e34;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#shonan-diagnosis .main > section .items > li {
  padding: 4vw 0 10.6vw;
  margin: 0 0 2.6vw;
  border-bottom: 0.26vw dotted #d9d1af;
}
#shonan-diagnosis .main > section .items > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#shonan-diagnosis .main > section .items > li .intro {
  margin-bottom: 7.3vw;
}
#shonan-diagnosis .main > section .items > li .intro .title {
  width: 92vw;
  height: 74.53vw;
  margin: 0 auto 4vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  text-align: center;
}
#shonan-diagnosis .main > section .items > li .intro .title p {
  width: 18vw;
  margin: 0 auto 4vw;
}
#shonan-diagnosis .main > section .items > li .intro .title h3 {
  font-size: 8vw;
  text-shadow: 0 0 5px #525252;
  color: #fff;
}
#shonan-diagnosis .main > section .items > li .intro .txt {
  width: 82vw;
  margin: 0 auto;
  line-height: 180%;
}
#shonan-diagnosis .main > section .items > li .acBtn {
  width: 72.6vw;
  height: 10.4vw;
  margin: 0 auto;
  line-height: 10.4vw;
  background: #fff url(img/common/arrow01_black.png) right 4.5vw center no-repeat;
  -webkit-background-size: 1.46vw auto;
  background-size: 1.46vw auto;
  border: 0.66vw solid #5e605f;
  -webkit-border-radius: 10.4vw;
  -moz-border-radius: 10.4vw;
  border-radius: 10.4vw;
  text-align: center;
  cursor: pointer;
}
#shonan-diagnosis .main > section .items > li .acBtn::before {
  content: "詳しく見る";
}
#shonan-diagnosis .main > section .items > li .acBtn.active {
  background: #f2f2f2 url(img/common/arrow_close.png) right 4.5vw center no-repeat;
  -webkit-background-size: 3vw auto;
  background-size: 3vw auto;
  border: none;
}
#shonan-diagnosis .main > section .items > li .acBtn.active::before {
  content: "閉じる";
}
#shonan-diagnosis .main > section .items > li .detail {
  display: none;
  width: 92vw;
  padding: 4vw 4vw 0;
  margin: 6.6vw auto 0;
  background-color: #fbfbfb;
  overflow: visible;
}
#shonan-diagnosis .main > section .items > li .detail h4 {
  padding: 0 0 2vw 3.2vw;
  margin-bottom: 4.4vw;
  border-bottom: 0.26vw solid #d9d1af;
  line-height: 130%;
  font-size: 4.26vw;
  font-weight: bold;
  position: relative;
}
#shonan-diagnosis .main > section .items > li .detail h4::before {
  content: "";
  display: block;
  width: 0.53vw;
  height: 1.5em;
  background-color: #bd2e34;
  position: absolute;
  top: 0;
  left: 0;
}
#shonan-diagnosis .main > section .items > li .detail .txt {
  margin: 0 0.5em 9.3vw;
  line-height: 160%;
}
#shonan-diagnosis .main > section .items > li .detail .txt .symptom {
  color: #ff2a00;
}
#shonan-diagnosis .main > section .items > li .detail .txt.movie .video {
  margin-bottom: 0.5em;
}
#shonan-diagnosis .main > section .items > li .detail .txt.movie .video video {
  max-width: 100%;
}
#shonan-diagnosis .main > section .items > li .detail ul {
  margin: 0 0.5em 9.3vw 2em;
  list-style: disc outside;
}
#shonan-diagnosis .main > section .items > li .detail ul li {
  line-height: 160%;
}
#shonan-diagnosis .main > section .items > li .detail dl {
  margin: 0 0.5em 9.3vw;
}
#shonan-diagnosis .main > section .items > li .detail dl dt {
  line-height: 160%;
}
#shonan-diagnosis .main > section .items > li .detail dl dd {
  margin: 0 0 9.3vw 1em;
  line-height: 160%;
}
#shonan-diagnosis .main > section .items > li .detail .example li {
  padding: 4vw 7.3vw 4vw 4.6vw;
  margin-left: -8vw;
  position: relative;
  z-index: 1;
}
#shonan-diagnosis .main > section .items > li .detail .example li:not(:last-child) {
  margin-bottom: 8vw;
}
#shonan-diagnosis .main > section .items > li .detail .example li::before {
  content: "";
  display: block;
  width: 93.3vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#shonan-diagnosis .main > section .items > li .detail .example li figure {
  float: left;
  width: 34.13vw;
  margin: -7.73vw 3.3vw 0.5vw -4.6vw;
  position: relative;
  z-index: 2;
}
#shonan-diagnosis .main > section .items > li .detail .example li p {
  display: inline;
  position: relative;
  z-index: 2;
}
#shonan-diagnosis .main > section .items > li .detail .close {
  height: 11.13vw;
  background: url(img/diagnosis/closeBtn.png) center no-repeat;
  -webkit-background-size: 5.3vw auto;
  background-size: 5.3vw auto;
  border-top: 0.53vw solid #fff;
  margin: 8vw auto 0;
  cursor: pointer;
}
#shonan-diagnosis .main > section .items > li#tooth .intro .title {
  background-image: url(img/diagnosis/tooth_img.jpg);
}
#shonan-diagnosis .main > section .items > li#vaccine .intro .title {
  background-image: url(img/diagnosis/vaccine_img.jpg);
}
#shonan-diagnosis .main > section .items > li#obese .intro .title {
  background-image: url(img/diagnosis/obese_img.jpg);
}
#shonan-diagnosis .main > section .items > li#flea .intro .title {
  background-image: url(img/diagnosis/flea_img.jpg);
}
#shonan-diagnosis .main > section .items > li#internal_medicine .intro .title {
  background-image: url(img/diagnosis/internal_medicine_img.jpg);
}
#shonan-diagnosis .main > section .items > li#skin .intro .title {
  background-image: url(img/diagnosis/skin_img.jpg);
}
#shonan-diagnosis .main > section .items > li#ear .intro .title {
  background-image: url(img/diagnosis/ear_img.jpg);
}
#shonan-diagnosis .main > section .items > li#endoscope .intro .title {
  background-image: url(img/diagnosis/endoscope_img.jpg);
}
#shonan-diagnosis .main > section .items > li#surgery .intro .title {
  background-image: url(img/diagnosis/surgery_img.jpg);
}
#shonan-diagnosis .main > section .items > li#orthopedics .intro .title {
  background-image: url(img/diagnosis/orthopedics_img.jpg);
}
#shonan-diagnosis .main > section .items > li#ophthalmolog .intro .title {
  background-image: url(img/diagnosis/ophthalmolog_img.jpg);
}
#shonan-diagnosis .main > section .items > li#tumor .intro .title {
  background-image: url(img/diagnosis/tumor_img.jpg);
}
#shonan-diagnosis .main > section .items > li#rehabilitation .intro .title {
  background-image: url(img/diagnosis/rehabilitation_img.jpg);
}
#shonan-diagnosis .main #outpatient .text {
  width: 80vw;
  margin: 4vw auto 0;
  line-height: 180%;
}
#shonan-diagnosis .main #outpatient .text span {
  color: red;
  font-weight: bold;
}
#shonan-diagnosis .main #outpatient .feature {
  width: 80vw;
  margin: 8.5vw auto;
  padding: 5vw 3.5vw;
  background: #f8f6ef;
}
#shonan-diagnosis .main #outpatient .feature .title {
  margin-bottom: 2vw;
  text-align: center;
  font-size: 16rem;
  font-weight: bold;
}
#shonan-diagnosis .main #outpatient .feature .read {
  text-align: center;
  font-size: 16rem;
  font-weight: bold;
  line-height: 120%;
}
#shonan-diagnosis .main #outpatient > h3 {
  width: 80vw;
  margin: 0 auto;
  padding: 2vw 2.5vw;
  background: #eee;
  border-left: 1.2vw solid #bd2e34;
  box-sizing: border-box;
  font-size: 13.5rem;
  font-weight: bold;
}
#shonan-diagnosis .main #outpatient .copy {
  padding: 7vw 0;
  text-align: center;
  font-size: 20rem;
  font-weight: bold;
  line-height: 120%;
}
#shonan-diagnosis .main #blog {
  padding: 0;
  background: none;
}
#shonan-diagnosis .main #blog h2 {
  width: 94%;
  padding: 3vw 0 0 18vw;
  margin: 0 auto 1.3vw;
  background: url(img/top/blog_title.png) 0 center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 17rem;
  color: #333;
  position: relative;
  z-index: 1;
}
#shonan-diagnosis .main #blog .container {
  padding: 10.6vw 0 8vw;
  margin-top: -2.93vw;
  background-color: #f8f6ef;
  position: relative;
  z-index: 0;
}
#shonan-diagnosis .main #blog .container .txt {
  width: 90%;
  margin: 0 auto 4.6vw;
}
#shonan-diagnosis .main #blog .container ul {
  width: 94.6vw;
  margin: 0 auto;
}
#shonan-diagnosis .main #blog .container ul li {
  margin-bottom: 6.6vw;
}
#shonan-diagnosis .main #blog .container ul li figure {
  width: 33.3vw;
  position: relative;
  z-index: 1;
}
#shonan-diagnosis .main #blog .container ul li figure a img {
  height: auto;
}
#shonan-diagnosis .main #blog .container ul li .txtWrap {
  width: 92vw;
  min-height: 34.6vw;
  padding: 4vw 2.6vw 2.6vw 33.3vw;
  margin: -30.6vw 0 0 2.6vw;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#shonan-diagnosis .main #blog .container ul li .txtWrap .dateLine {
  display: flex;
  align-items: center;
  margin-bottom: 3.3vw;
}
#shonan-diagnosis .main #blog .container ul li .txtWrap .dateLine .date {
  margin-right: 0.5em;
  line-height: 130%;
  font-weight: bold;
}
#shonan-diagnosis .main #blog .container ul li .txtWrap .dateLine .new_icon {
  width: 8.9vw;
}
#shonan-diagnosis .main #blog .container ul li .txtWrap h3 a {
  line-height: 180%;
}
#shonan-diagnosis .main #blog .container ul li .txtWrap .more {
  text-align: right;
}
#shonan-diagnosis .main #blog .container ul li .txtWrap .more a {
  display: inline-block;
  padding-right: 10px;
  background: url(img/common/arrow01_red.png) right center no-repeat;
  -webkit-background-size: 5px auto;
  background-size: 5px auto;
  color: #f40000;
}
#shonan-diagnosis .main #blog .container .btn a {
  width: 98vw;
  height: 10.4vw;
  margin: 0 auto;
  background: url(img/common/arrow01_black.png) right 5% center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
  border: 2px solid #5e605f;
  -webkit-border-radius: 8.53vw;
  border-radius: 8.53vw;
  line-height: 9vw;
  text-align: center;
}

/*-----------------------------------------------------------------
小川犬猫病院　スタッフ紹介
-----------------------------------------------------------------*/
#ogawa-staff .staffBox {
  width: 94.4vw;
  padding: 12vw 6.6vw;
  margin: 0 auto;
  background: url(img/common/main_bg_top_sp.png) 0 0 no-repeat, url(img/common/main_bg_bottom_sp.png) 0 bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 3.86vw 0;
  margin: 0 auto 6.6vw;
}
#ogawa-staff .staffBox::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 57vw);
  background: url(img/common/main_bg_middle_sp.png) 0 0 repeat-y;
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: -1;
}
#ogawa-staff .staffBox figure {
  width: 35.19vw;
  margin: 0 0 0 3.86vw;
  border-right: 1.06vw solid #bd2e34;
}
#ogawa-staff .staffBox .nameWrap {
  width: 55vw;
  padding-left: 4.6vw;
}
#ogawa-staff .staffBox .nameWrap p {
  line-height: 150%;
}
#ogawa-staff .staffBox .nameWrap p.position {
  font-size: 4vw;
}
#ogawa-staff .staffBox .nameWrap p.name {
  font-size: 8.26vw;
}
#ogawa-staff .staffBox .nameWrap p.nameEn {
  font-size: 3.2vw;
}
#ogawa-staff .staffBox .message {
  width: 100%;
  padding: 0 0 6vw;
  margin: 1.73vw 0 4vw;
  position: relative;
  z-index: 0;
}
#ogawa-staff .staffBox .message::before {
  content: "";
  display: block;
  width: 92vw;
  height: calc(100% - 5.06vw);
  margin: 0 auto;
  background-color: #faf9f4;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#ogawa-staff .staffBox .message p {
  position: relative;
  z-index: 1;
}
#ogawa-staff .staffBox .message p.title {
  width: 31.6vw;
  margin: 0 0 1.73vw 1.73vw;
}
#ogawa-staff .staffBox .message p.txt {
  width: 82.6vw;
  margin: 0 auto;
  line-height: 150%;
}
#ogawa-staff .staffBox .profile {
  width: 92vw;
  padding: 6.6vw 4vw;
  margin: 0 auto;
  background-color: #fbfbfb;
}
#ogawa-staff .staffBox .profile dl dt {
  padding: 0 0 4.6vw 5.3vw;
  border-bottom: 1px solid #5e605f;
  line-height: 110%;
  font-size: 18rem;
  font-weight: bold;
  position: relative;
  margin: 7.3vw 0 4vw;
  border-bottom-color: #5e605f;
}
#ogawa-staff .staffBox .profile dl dt::before {
  content: "";
  display: block;
  width: 1.6vw;
  height: 4.8vw;
  background-color: #5e605f;
  position: absolute;
  top: 0;
  left: 0;
}
#ogawa-staff .staffBox .profile dl dt::before {
  background-color: #5e605f;
}
#ogawa-staff .staffBox .profile dl dt:first-of-type {
  margin-top: 0;
}
#ogawa-staff .staffBox .profile dl dd {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 150%;
}
#ogawa-staff .staffBox .profile dl dd::before {
  content: "・";
}
#ogawa-staff .staffBox .profile dl:nth-of-type(1) {
  margin-bottom: 7.3vw;
}
#ogawa-staff .other {
  width: 94.4vw;
  padding: 12vw 6.6vw;
  margin: 0 auto;
  background: url(img/common/main_bg_top_sp.png) 0 0 no-repeat, url(img/common/main_bg_bottom_sp.png) 0 bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 3.86vw 0 4vw;
  margin: 0 auto;
}
#ogawa-staff .other::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 57vw);
  background: url(img/common/main_bg_middle_sp.png) 0 0 repeat-y;
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: -1;
}
#ogawa-staff .other h2 {
  width: 97vw;
  padding: 0 0 0 5.3vw;
  margin: 0 auto 1.06vw;
  border-left: 1.06vw solid #bd2e34;
  line-height: 12vw;
  font-size: 4.8vw;
  font-weight: bold;
}
#ogawa-staff .other ul {
  display: flex;
  flex-wrap: wrap;
  width: 84vw;
  margin: 0 auto;
}
#ogawa-staff .other ul li {
  width: 39.73vw;
  padding: 1.6vw 1.86vw 3.3vw;
  margin-bottom: 4.6vw;
  border: 1px solid #eee;
  text-align: center;
}
#ogawa-staff .other ul li:nth-child(odd) {
  margin-right: 4.54vw;
}
#ogawa-staff .other ul li figure {
  margin-bottom: 3.3vw;
}
/*-----------------------------------------------------------------
湘南かまくら動物整形外科センター　スタッフ紹介
-----------------------------------------------------------------*/
#shonan-staff h2 {
  width: 92vw;
  padding: 5.3vw 0 5.3vw 4.93vw;
  margin: 0 auto 6vw;
  background-color: #5e605f;
  line-height: 130%;
  font-size: 8vw;
  color: #fff;
  position: relative;
}
#shonan-staff h2::before {
  content: "";
  display: block;
  width: 1.3vw;
  height: 10.13vw;
  margin: auto 0;
  background-color: #bd2e34;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#shonan-staff .staffBox {
  width: 94.4vw;
  padding: 12vw 6.6vw;
  margin: 0 auto;
  background: url(img/common/main_bg_top_sp.png) 0 0 no-repeat, url(img/common/main_bg_bottom_sp.png) 0 bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 3.86vw 0;
  margin: 0 auto 6.6vw;
}
#shonan-staff .staffBox::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 57vw);
  background: url(img/common/main_bg_middle_sp.png) 0 0 repeat-y;
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: -1;
}
#shonan-staff .staffBox figure {
  width: 35.19vw;
  margin: 0 0 0 3.86vw;
  border-right: 1.06vw solid #bd2e34;
}
#shonan-staff .staffBox .nameWrap {
  width: 55vw;
  padding-left: 4.6vw;
}
#shonan-staff .staffBox .nameWrap p {
  line-height: 150%;
}
#shonan-staff .staffBox .nameWrap p.position {
  font-size: 4vw;
}
#shonan-staff .staffBox .nameWrap p.name {
  font-size: 8.26vw;
}
#shonan-staff .staffBox .nameWrap p.nameEn {
  font-size: 3.2vw;
}
#shonan-staff .staffBox .message {
  width: 100%;
  padding: 0 0 6vw;
  margin: 1.73vw 0 4vw;
  position: relative;
  z-index: 0;
}
#shonan-staff .staffBox .message::before {
  content: "";
  display: block;
  width: 92vw;
  height: calc(100% - 5.06vw);
  margin: 0 auto;
  background-color: #faf9f4;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#shonan-staff .staffBox .message p {
  position: relative;
  z-index: 1;
}
#shonan-staff .staffBox .message p.title {
  width: 31.6vw;
  margin: 0 0 1.73vw 1.73vw;
}
#shonan-staff .staffBox .message p.txt {
  width: 82.6vw;
  margin: 0 auto;
  line-height: 150%;
}
#shonan-staff .staffBox .profile {
  width: 92vw;
  padding: 6.6vw 4vw;
  margin: 0 auto;
  background-color: #fbfbfb;
}
#shonan-staff .staffBox .profile dl dt {
  padding: 0 0 4.6vw 5.3vw;
  border-bottom: 1px solid #5e605f;
  line-height: 110%;
  font-size: 18rem;
  font-weight: bold;
  position: relative;
  margin: 7.3vw 0 4vw;
  border-bottom-color: #5e605f;
}
#shonan-staff .staffBox .profile dl dt::before {
  content: "";
  display: block;
  width: 1.6vw;
  height: 4.8vw;
  background-color: #5e605f;
  position: absolute;
  top: 0;
  left: 0;
}
#shonan-staff .staffBox .profile dl dt::before {
  background-color: #5e605f;
}
#shonan-staff .staffBox .profile dl dt:first-of-type {
  margin-top: 0;
}
#shonan-staff .staffBox .profile dl dd {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 150%;
}
#shonan-staff .staffBox .profile dl dd::before {
  content: "・";
}
#shonan-staff .staffBox .profile dl:nth-of-type(1) {
  margin-bottom: 7.3vw;
}
#shonan-staff .other {
  width: 94.4vw;
  padding: 12vw 6.6vw;
  margin: 0 auto;
  background: url(img/common/main_bg_top_sp.png) 0 0 no-repeat, url(img/common/main_bg_bottom_sp.png) 0 bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 3.86vw 0 4vw;
  margin: 0 auto;
}
#shonan-staff .other::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 57vw);
  background: url(img/common/main_bg_middle_sp.png) 0 0 repeat-y;
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: -1;
}
#shonan-staff .other h2 {
  width: 97vw;
  padding: 0 0 0 5.3vw;
  margin: 0 auto 1.06vw;
  border-left: 1.06vw solid #bd2e34;
  line-height: 12vw;
  font-size: 4.8vw;
  font-weight: bold;
}
#shonan-staff .other ul {
  display: flex;
  flex-wrap: wrap;
  width: 84vw;
  margin: 0 auto;
}
#shonan-staff .other ul li {
  width: 39.73vw;
  padding: 1.6vw 1.86vw 3.3vw;
  margin-bottom: 4.6vw;
  border: 1px solid #eee;
  text-align: center;
}
#shonan-staff .other ul li:nth-child(odd) {
  margin-right: 4.54vw;
}
#shonan-staff .other ul li figure {
  margin-bottom: 3.3vw;
}
/*-----------------------------------------------------------------
採用情報
-----------------------------------------------------------------*/
#recruit .main > section {
  padding: 0 4vw 8vw;
  margin-bottom: 10.6vw;
  background: url(img/common/section_bg_top_sp.png) center 9.6vw no-repeat, url(img/common/section_bg_bottom_sp.png) center bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
#recruit .main > section * {
  position: relative;
  z-index: 2;
}
#recruit .main > section::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 11.66vw);
  background-color: #fff;
  position: absolute;
  top: 10.6vw;
  left: 0;
  z-index: 0;
}
#recruit .main > section h2 {
  padding: 5.3vw 0 5.3vw 4.93vw;
  margin: 0 auto 6vw;
  background-color: #5e605f;
  line-height: 130%;
  font-size: 8vw;
  color: #fff;
  position: relative;
}
#recruit .main > section h2::before {
  content: "";
  display: block;
  width: 1.3vw;
  height: 10.13vw;
  margin: auto 0;
  background-color: #bd2e34;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#recruit .main > section .txt {
  margin: 0 4vw 4vw;
  line-height: 180%;
}
#recruit .main > section .txt:last-of-type {
  margin-bottom: 0;
}
#recruit .main > section#type_of_job ul li:not(:last-child) {
  margin-bottom: 10.6vw;
}
#recruit .main > section#type_of_job ul li h3 {
  padding: 4vw 0 4vw 4.6vw;
  margin-bottom: 6vw;
  background-color: #f1f1f1;
  line-height: 130%;
  font-size: 4.26vw;
  font-weight: bold;
  position: relative;
  margin-bottom: 4vw;
}
#recruit .main > section#type_of_job ul li h3::before {
  content: "";
  display: block;
  width: 1.06vw;
  height: 6.13vw;
  margin: auto 0;
  background-color: #bd2e34;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#recruit .main > section#type_of_job ul li figure {
  margin-bottom: 4vw;
}
#recruit .main > section#type_of_job ul li div .btn a {
  display: block;
  width: 72.6vw;
  height: 10.4vw;
  margin: 0 auto;
  background-color: #ea8314;
  -webkit-border-radius: 10.4vw;
  -moz-border-radius: 10.4vw;
  border-radius: 10.4vw;
  line-height: 10.4vw;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
}
#recruit .main > section#type_of_job ul li div .btn a::after {
  content: ">";
  display: inline-block;
  height: 10.4vw;
  line-height: 10.4vw;
  position: absolute;
  top: 0;
  right: 5vw;
  bottom: 0;
}
#recruit .main > section#voice {
  padding: 0 0 8vw;
}
#recruit .main > section#voice ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 6.6vw 0 2.6vw;
  z-index: 3;
}
#recruit .main > section#voice ul li::before {
  content: "";
  display: block;
  width: 97.3vw;
  height: 100%;
  margin: 0 auto;
  background-color: #fbfbfb;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#recruit .main > section#voice ul li .copy {
  order: 1;
  width: 90vw;
  margin: 0 auto 3.3vw;
  line-height: 160%;
  font-size: 4.8vw;
  font-weight: bold;
}
#recruit .main > section#voice ul li figure {
  width: 35.2vw;
  z-index: 10;
}
#recruit .main > section#voice ul li .nameWrap {
  width: 64.8vw;
  padding-top: 7.3vw;
  z-index: 9;
}
#recruit .main > section#voice ul li .nameWrap p {
  line-height: 180%;
}
#recruit .main > section#voice ul li .nameWrap p.name {
  font-size: 4.26vw;
}
#recruit .main > section#voice ul li .nameWrap p.classification {
  font-size: 3.2vw;
}
#recruit .main > section#voice ul li .txtWrap {
  order: 4;
  width: 92vw;
  margin: -6.6vw 4vw 0;
  padding: 10vw 3.3vw 0;
  background-color: #fff;
  overflow: visible;
}
#recruit .main > section#voice ul li .txtWrap p {
  padding-bottom: 7.3vw;
}
#recruit .main > section#voice ul li .accordion-box label {
  position: absolute;
  z-index: 100;
}
#recruit .main > section#voice ul li .accordion-box div.accordion-container {
  padding-bottom: 8.6vw;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#recruit .main > section#voice ul li .accordion-box input:checked ~ div.accordion-container {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#recruit .main > section#voice ul li:nth-child(odd) figure {
  order: 2;
  border-right: 1.06vw solid #bd2e34;
}
#recruit .main > section#voice ul li:nth-child(odd) .nameWrap {
  order: 3;
  padding-left: 5.3vw;
}
#recruit .main > section#voice ul li:nth-child(even) figure {
  order: 3;
  border-left: 1.06vw solid #bd2e34;
}
#recruit .main > section#voice ul li:nth-child(even) .nameWrap {
  order: 2;
  padding-right: 5.3vw;
  text-align: right;
}

/*-----------------------------------------------------------------
お問い合わせフォーム
-----------------------------------------------------------------*/
#contact .main {
  width: 94.4vw;
  padding: 12vw 6.6vw;
  margin: 0 auto;
  background: url(img/common/main_bg_top_sp.png) 0 0 no-repeat, url(img/common/main_bg_bottom_sp.png) 0 bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
  /*確認画面
      .custom-wpcf7c-confirmed {
          .confirmTxt {
              display: block;
              padding: 8vw 0 15vw;
              line-height: 180%;
          }
          #contactForm {
              dd {
                  input {
                      &.wpcf7-text {
                          &.wpcf7c-conf {
                              border: none;
                              color: #5e605f;
                          }
                      }
                  }
                  .wpcf7-radio {
                      .wpcf7-list-item {
                          margin: 0;
                          label {
                              input {
                                  &.wpcf7c-conf {
                                      display: none;
                                      & + .wpcf7-list-item-label {
                                          display: none;
                                      }
                                  }
                                  &.wpcf7c-conf:checked {
                                      & + .wpcf7-list-item-label {
                                          display: inline-block;
                                      }
                                  }
                              }
                          }
                      }
                  }
                  textarea {
                      &.wpcf7c-conf {
                          min-height: 0;
                          padding: 0;
                          border: none;
                          color: #5e605f;
                      }
                  }
              }
          }
      }
      */
}
#contact .main::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 57vw);
  background: url(img/common/main_bg_middle_sp.png) 0 0 repeat-y;
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: -1;
}
#contact .main .txt {
  margin: 0 0 16vw;
  line-height: 180%;
}
#contact .main .txt a {
  display: inline-block;
  text-decoration: underline;
  font-size: 18rem;
  font-weight: bold;
  color: #bd2e34;
}
#contact .main h3 {
  padding: 0 0 4.6vw 5.3vw;
  border-bottom: 1px solid #5e605f;
  line-height: 110%;
  font-size: 18rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 7.73vw;
}
#contact .main h3::before {
  content: "";
  display: block;
  width: 1.6vw;
  height: 4.8vw;
  background-color: #5e605f;
  position: absolute;
  top: 0;
  left: 0;
}
#contact .main .caution {
  margin: 0 auto 6.6vw;
  color: #ff0000;
}
#contact .main .caution li {
  line-height: 180%;
}
#contact .main .confirmTxt {
  display: none;
}
#contact .main #contactForm {
  margin-bottom: 10.6vw;
  border-bottom: 1px dotted #a2a2a2;
}
#contact .main #contactForm dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 6.6vw;
  margin-bottom: 3.3vw;
  border-top: 1px dotted #a2a2a2;
  font-weight: bold;
}
#contact .main #contactForm dt .req {
  padding-left: 0.5em;
  vertical-align: middle;
  color: #ff0000;
}
#contact .main #contactForm dd {
  padding-bottom: 10.6vw;
}
#contact .main #contactForm dd input {
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
#contact .main #contactForm dd input.wpcf7-text {
  width: 100%;
  height: 40px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 38px;
}
#contact .main #contactForm dd input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#contact .main #contactForm dd .wpcf7-radio {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
#contact .main #contactForm dd .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
#contact .main #contactForm dd .wpcf7-radio .wpcf7-list-item.last {
  margin-bottom: 0;
}
#contact .main #contactForm dd #your-message {
  width: 100%;
  height: 37vw !important;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 150%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
#contact .main .privacyTxt {
  margin: 0 auto 6.6vw;
  line-height: 180%;
}
#contact .main .privacyTxt a {
  display: inline;
  text-decoration: underline;
  color: #ff0000;
}
#contact .main .btn li {
  text-align: center;
}
#contact .main .btn li input {
  display: inline-block;
  width: 72.6vw;
  height: 10.4vw;
  background: #fff url(img/common/arrow01_black.png) right 5% center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
  border: 2px solid #5e605f;
  -webkit-border-radius: 10.4vw;
  border-radius: 10.4vw;
  line-height: 9vw;
  text-align: center;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #5e605f;
}
#contact .main .btn li input[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
#contact .main .btn li#submitBtn {
  margin-bottom: 6.6vw;
}
#contact .main .btn li#backBtn input {
  width: 43.2vw;
  height: 8.53vw;
  background-color: #f6f6f6;
  -webkit-border-radius: 8.53vw;
  border-radius: 8.53vw;
  line-height: 8vw;
}
#contact .main .btn .ajax-loader {
  display: inline-block;
  width: auto;
  margin-top: 10px;
}
#contact .main .wpcf7-validation-errors {
  padding: 10px;
  background: #f9aeae;
  border: none !important;
  text-align: center;
  color: #d80000;
}

/*-----------------------------------------------------------------
お問い合わせフォーム 送信完了
-----------------------------------------------------------------*/
#contact_send .main {
  width: 94.4vw;
  padding: 12vw 6.6vw;
  margin: 0 auto;
  background: url(img/common/main_bg_top_sp.png) 0 0 no-repeat, url(img/common/main_bg_bottom_sp.png) 0 bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
  text-align: center;
}
#contact_send .main::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 57vw);
  background: url(img/common/main_bg_middle_sp.png) 0 0 repeat-y;
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: -1;
}
#contact_send .main figure {
  width: 27.73vw;
  margin: 0 auto 10.6vw;
}
#contact_send .main h2 {
  margin-bottom: 8vw;
  line-height: 160%;
  text-align: center;
  font-size: 26rem;
  font-weight: bold;
}
#contact_send .main p {
  line-height: 180%;
}
#contact_send .main p.copy {
  margin-bottom: 8vw;
}
#contact_send .main p.txt {
  margin: 0 auto 10.6vw;
  line-height: 180%;
  text-align: left;
}
#contact_send .main p.txt a {
  display: inline-block;
  text-decoration: underline;
  font-size: 18rem;
  font-weight: bold;
  color: #bd2e34;
}
#contact_send .main .btn a {
  display: inline-block;
  width: 72.6vw;
  height: 10.4vw;
  background: #fff url(img/common/arrow01_black.png) right 5% center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
  border: 2px solid #5e605f;
  -webkit-border-radius: 10.4vw;
  border-radius: 10.4vw;
  line-height: 10vw;
  text-align: center;
  position: relative;
}

/*-----------------------------------------------------------------
関連サイト
-----------------------------------------------------------------*/
#link .main {
  width: 94.4vw;
  padding: 12vw 6.6vw;
  margin: 0 auto;
  background: url(img/common/main_bg_top_sp.png) 0 0 no-repeat, url(img/common/main_bg_bottom_sp.png) 0 bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
}
#link .main::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 57vw);
  background: url(img/common/main_bg_middle_sp.png) 0 0 repeat-y;
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: -1;
}
#link .main .txt {
  margin-bottom: 10vw;
  line-height: 180%;
}
#link .main .btn {
  margin-bottom: 13.3vw;
  text-align: center;
}
#link .main .btn a {
  display: inline-block;
  width: 72.6vw;
  height: 10.4vw;
  background: #fff url(img/common/arrow01_black.png) right 5% center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
  border: 2px solid #5e605f;
  -webkit-border-radius: 10.4vw;
  border-radius: 10.4vw;
  line-height: 10vw;
  text-align: center;
  position: relative;
}
#link .main dl dt {
  padding: 0 0 4.6vw 5.3vw;
  border-bottom: 1px solid #5e605f;
  line-height: 110%;
  font-size: 18rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 5.3vw;
}
#link .main dl dt::before {
  content: "";
  display: block;
  width: 1.6vw;
  height: 4.8vw;
  background-color: #5e605f;
  position: absolute;
  top: 0;
  left: 0;
}
#link .main dl dd {
  margin: 0 2% 4vw;
}
#link .main dl dd a {
  padding: 0 0 0 4vw;
  background: url(img/common/arrow01_red.png) 0 0.5em no-repeat;
  -webkit-background-size: 1.3vw auto;
  background-size: 1.3vw auto;
}

/*-----------------------------------------------------------------
個人情報保護について/サイトのご利用について
-----------------------------------------------------------------*/
#privacy .main,
#sitepolicy .main {
  width: 94.4vw;
  padding: 12vw 6.6vw;
  margin: 0 auto;
  background: url(img/common/main_bg_top_sp.png) 0 0 no-repeat, url(img/common/main_bg_bottom_sp.png) 0 bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
  line-height: 180%;
}
#privacy .main::before,
#sitepolicy .main::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 57vw);
  background: url(img/common/main_bg_middle_sp.png) 0 0 repeat-y;
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: -1;
}
#privacy .main a,
#sitepolicy .main a {
  display: inline;
  text-decoration: underline;
  color: #f40000;
}
#privacy .main h2,
#sitepolicy .main h2 {
  padding: 0 0 4.6vw 5.3vw;
  border-bottom: 1px solid #5e605f;
  line-height: 110%;
  font-size: 18rem;
  font-weight: bold;
  position: relative;
  margin: 16vw 0 4.6vw;
}
#privacy .main h2::before,
#sitepolicy .main h2::before {
  content: "";
  display: block;
  width: 1.6vw;
  height: 4.8vw;
  background-color: #5e605f;
  position: absolute;
  top: 0;
  left: 0;
}
#privacy .main p,
#sitepolicy .main p {
  margin: 6.6vw 0;
  line-height: 180%;
}
#privacy .main p:first-of-type,
#sitepolicy .main p:first-of-type {
  margin-top: 0;
}
#privacy .main p:last-of-type,
#sitepolicy .main p:last-of-type {
  margin-bottom: 0;
}
#privacy .main p.date,
#sitepolicy .main p.date {
  text-align: right;
}
#privacy .main ul,
#sitepolicy .main ul {
  padding-left: 1.5em;
  margin: 6.6vw 0;
  list-style: disc outside;
}
#privacy .main table,
#sitepolicy .main table {
  width: 100%;
  margin: 6.6vw auto;
}
#privacy .main table tr th,
#sitepolicy .main table tr th {
  padding: 0 10px;
  background-color: #eee;
  border: 1px solid #ccc;
  font-weight: bold;
}
#privacy .main table tr td,
#sitepolicy .main table tr td {
  padding: 10px;
  border: 1px solid #ccc;
}
#privacy .main h4,
#sitepolicy .main h4 {
  margin: 0 0 10px;
  line-height: 180%;
}
#privacy .main .url,
#sitepolicy .main .url {
  display: block;
  margin-bottom: 15px;
  padding: 5.3vw;
  border: 1px solid #5e605f;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
#privacy .main dl dt,
#sitepolicy .main dl dt {
  float: left;
  font-weight: bold;
}

/*-----------------------------------------------------------------
サイトマップ
-----------------------------------------------------------------*/
#sitemap .main {
  width: 94.4vw;
  padding: 12vw 6.6vw;
  margin: 0 auto;
  background: url(img/common/main_bg_top_sp.png) 0 0 no-repeat, url(img/common/main_bg_bottom_sp.png) 0 bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
}
#sitemap .main::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 57vw);
  background: url(img/common/main_bg_middle_sp.png) 0 0 repeat-y;
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: -1;
}
#sitemap .main h2 {
  padding: 0 0 4.6vw 5.3vw;
  border-bottom: 1px solid #5e605f;
  line-height: 110%;
  font-size: 18rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 6.6vw;
}
#sitemap .main h2::before {
  content: "";
  display: block;
  width: 1.6vw;
  height: 4.8vw;
  background-color: #5e605f;
  position: absolute;
  top: 0;
  left: 0;
}
#sitemap .main dl {
  margin-bottom: 10vw;
}
#sitemap .main dl dt {
  padding-left: 1em;
  border-left: 1px solid #bd2e34;
}
#sitemap .main dl dt a {
  font-weight: bold;
}
#sitemap .main dl dd {
  padding-left: 1em;
  border-left: 1px solid #5e605f;
}
#sitemap .main dl dd:first-of-type {
  padding-top: 4.6vw;
}
#sitemap .main dl dd:not(:last-of-type) {
  padding-bottom: 2.6vw;
}
#sitemap .main dl dd > a:before {
  content: "・";
}
#sitemap .main dl dd ul {
  padding: 4vw 0 4vw 2em;
}
#sitemap .main dl dd ul li:not(:last-child) {
  padding-bottom: 2vw;
}
#sitemap .main dl dd ul li a {
  padding: 0 0 0 1em;
  position: relative;
}
#sitemap .main dl dd ul li a::before {
  content: "";
  display: block;
  width: 1em;
  height: 100%;
  background: url(img/common/arrow01_black.png) 0 center no-repeat;
  -webkit-background-size: 1vw auto;
  background-size: 1vw auto;
  position: absolute;
  top: 0;
  left: 0;
}
#sitemap .main dl.blog dd ul {
  padding: 0;
}
#sitemap .main dl.blog dd ul li a {
  padding: 0;
}
#sitemap .main dl.blog dd ul li a:before {
  content: "・";
  display: inline;
  width: auto;
  height: auto;
  background: none;
  position: inherit;
}
#sitemap .main > ul {
  padding-left: 1em;
  border-left: 1px solid #5e605f;
}
#sitemap .main > ul li:not(:last-child) {
  padding-bottom: 2vw;
}
#sitemap .main > ul li a:before {
  content: "・";
}

/*-----------------------------------------------------------------
お探しのページが見つかりません
-----------------------------------------------------------------*/
#error .main {
  width: 94.4vw;
  padding: 12vw 6.6vw;
  margin: 0 auto;
  background: url(img/common/main_bg_top_sp.png) 0 0 no-repeat, url(img/common/main_bg_bottom_sp.png) 0 bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
  text-align: center;
}
#error .main::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 57vw);
  background: url(img/common/main_bg_middle_sp.png) 0 0 repeat-y;
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: -1;
}
#error .main figure {
  width: 27.73vw;
  margin: 0 auto 10.6vw;
}
#error .main h2 {
  margin-bottom: 8vw;
  line-height: 160%;
  text-align: center;
  font-size: 26rem;
  font-weight: bold;
}
#error .main .txt {
  width: 90%;
  margin: 0 auto 10.6vw;
  line-height: 180%;
}
#error .main .txt br {
  display: none;
}
#error .main .btn a {
  display: inline-block;
  width: 72.6vw;
  height: 10.4vw;
  background: #fff url(img/common/arrow01_black.png) right 5% center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
  border: 2px solid #5e605f;
  -webkit-border-radius: 10.4vw;
  border-radius: 10.4vw;
  line-height: 10vw;
  text-align: center;
  position: relative;
}

/*-----------------------------------------------------------------
獣医師勤務表
-----------------------------------------------------------------*/
#roster .main {
  width: 94.4vw;
  padding: 12vw 6.6vw;
  margin: 0 auto;
  background: url(img/common/main_bg_top_sp.png) 0 0 no-repeat, url(img/common/main_bg_bottom_sp.png) 0 bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
}
#roster .main::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 57vw);
  background: url(img/common/main_bg_middle_sp.png) 0 0 repeat-y;
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: -1;
}
#roster .main h2 {
  padding: 0 0 4.6vw 5.3vw;
  border-bottom: 1px solid #5e605f;
  line-height: 110%;
  font-size: 18rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 4vw;
}
#roster .main h2::before {
  content: "";
  display: block;
  width: 1.6vw;
  height: 4.8vw;
  background-color: #5e605f;
  position: absolute;
  top: 0;
  left: 0;
}
#roster .main p {
  margin-bottom: 24px;
}
#roster .main iframe {
  max-width: 100%;
}

/*-----------------------------------------------------------------
紹介病院さまへ
-----------------------------------------------------------------*/
#prelusion .main {
  width: 94.4vw;
  padding: 12vw 6.6vw;
  margin: 0 auto;
  background: url(img/common/main_bg_top_sp.png) 0 0 no-repeat, url(img/common/main_bg_bottom_sp.png) 0 bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
  /*確認画面
      .custom-wpcf7c-confirmed {
          .confirmTxt {
              display: block;
              padding: 8vw 0 15vw;
              line-height: 180%;
          }
          #contactForm {
              dd {
                  input {
                      &.wpcf7-text {
                          &.wpcf7c-conf {
                              border: none;
                              color: #5e605f;
                          }
                      }
                  }
                  .wpcf7-radio {
                      .wpcf7-list-item {
                          margin: 0;
                          label {
                              input {
                                  &.wpcf7c-conf {
                                      display: none;
                                      & + .wpcf7-list-item-label {
                                          display: none;
                                      }
                                  }
                                  &.wpcf7c-conf:checked {
                                      & + .wpcf7-list-item-label {
                                          display: inline-block;
                                      }
                                  }
                              }
                          }
                      }
                  }
                  textarea {
                      &.wpcf7c-conf {
                          min-height: 0;
                          padding: 0;
                          border: none;
                          color: #5e605f;
                      }
                  }
              }
          }
      }
      */
}
#prelusion .main::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 57vw);
  background: url(img/common/main_bg_middle_sp.png) 0 0 repeat-y;
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: -1;
}
#prelusion .main .txt {
  margin: 0 0 6vw;
  line-height: 180%;
}
#prelusion .main .txt a {
  display: inline-block;
  text-decoration: underline;
  font-size: 18rem;
  font-weight: bold;
  color: #bd2e34;
}
#prelusion .main .tel_number {
  margin: 0 0 10vw;
  font-size: 14rem;
  font-weight: bold;
  color: #bd2e34;
  text-align: center;
}
#prelusion .main .tel_number a {
  display: inline-block;
  text-decoration: none;
  font-size: 14rem;
  font-weight: bold;
  color: #bd2e34;
}
#prelusion .main h3 {
  padding: 0 0 4.6vw 5.3vw;
  border-bottom: 1px solid #5e605f;
  line-height: 110%;
  font-size: 18rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 7.73vw;
}
#prelusion .main h3::before {
  content: "";
  display: block;
  width: 1.6vw;
  height: 4.8vw;
  background-color: #5e605f;
  position: absolute;
  top: 0;
  left: 0;
}
#prelusion .main h4 {
  font-size: 16rem;
  font-weight: bold;
  margin-bottom: 4vw;
}
#prelusion .main .caution {
  margin: 0 auto 6.6vw;
  color: #ff0000;
}
#prelusion .main .caution li {
  line-height: 180%;
}
#prelusion .main .confirmTxt {
  display: none;
}
#prelusion .main #prelusionForm01,
#prelusion .main #prelusionForm02 {
  margin-bottom: 10.6vw;
  border-bottom: 1px dotted #a2a2a2;
}
#prelusion .main #prelusionForm01 dt,
#prelusion .main #prelusionForm02 dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 6.6vw;
  margin-bottom: 3.3vw;
  border-top: 1px dotted #a2a2a2;
  font-weight: bold;
}
#prelusion .main #prelusionForm01 dt .req,
#prelusion .main #prelusionForm02 dt .req {
  padding-left: 0.5em;
  vertical-align: middle;
  color: #ff0000;
}
#prelusion .main #prelusionForm01 dd,
#prelusion .main #prelusionForm02 dd {
  padding-bottom: 10.6vw;
}
#prelusion .main #prelusionForm01 dd input,
#prelusion .main #prelusionForm02 dd input {
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
#prelusion .main #prelusionForm01 dd input.wpcf7-text,
#prelusion .main #prelusionForm02 dd input.wpcf7-text {
  width: 100%;
  height: 40px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 38px;
}
#prelusion .main #prelusionForm01 dd input:-webkit-autofill,
#prelusion .main #prelusionForm02 dd input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#prelusion .main #prelusionForm01 dd .wpcf7-radio,
#prelusion .main #prelusionForm02 dd .wpcf7-radio {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
#prelusion .main #prelusionForm01 dd .wpcf7-radio .wpcf7-list-item,
#prelusion .main #prelusionForm02 dd .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
#prelusion .main #prelusionForm01 dd .wpcf7-radio .wpcf7-list-item.last,
#prelusion .main #prelusionForm02 dd .wpcf7-radio .wpcf7-list-item.last {
  margin-bottom: 0;
}
#prelusion .main #prelusionForm01 dd #symptom-message,
#prelusion .main #prelusionForm01 dd #other-message,
#prelusion .main #prelusionForm02 dd #symptom-message,
#prelusion .main #prelusionForm02 dd #other-message {
  width: 100%;
  height: 37vw !important;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 150%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
#prelusion .main .privacyTxt {
  margin: 0 auto 6.6vw;
  line-height: 180%;
}
#prelusion .main .privacyTxt a {
  display: inline;
  text-decoration: underline;
  color: #ff0000;
}
#prelusion .main .btn li {
  text-align: center;
}
#prelusion .main .btn li input {
  display: inline-block;
  width: 72.6vw;
  height: 10.4vw;
  background: #fff url(img/common/arrow01_black.png) right 5% center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
  border: 2px solid #5e605f;
  -webkit-border-radius: 10.4vw;
  border-radius: 10.4vw;
  line-height: 9vw;
  text-align: center;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #5e605f;
}
#prelusion .main .btn li input[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
#prelusion .main .btn li#submitBtn {
  margin-bottom: 6.6vw;
}
#prelusion .main .btn li#backBtn input {
  width: 43.2vw;
  height: 8.53vw;
  background-color: #f6f6f6;
  -webkit-border-radius: 8.53vw;
  border-radius: 8.53vw;
  line-height: 8vw;
}
#prelusion .main .btn .ajax-loader {
  display: inline-block;
  width: auto;
  margin-top: 10px;
}
#prelusion .main .wpcf7-validation-errors {
  padding: 10px;
  background: #f9aeae;
  border: none !important;
  text-align: center;
  color: #d80000;
}

/*-----------------------------------------------------------------
紹介病院さまへ 送信完了
-----------------------------------------------------------------*/
#prelusion_send .main {
  width: 94.4vw;
  padding: 12vw 6.6vw;
  margin: 0 auto;
  background: url(img/common/main_bg_top_sp.png) 0 0 no-repeat, url(img/common/main_bg_bottom_sp.png) 0 bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
  text-align: center;
}
#prelusion_send .main::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 57vw);
  background: url(img/common/main_bg_middle_sp.png) 0 0 repeat-y;
  position: absolute;
  top: 29vw;
  left: 0;
  z-index: -1;
}
#prelusion_send .main figure {
  width: 27.73vw;
  margin: 0 auto 10.6vw;
}
#prelusion_send .main h2 {
  margin-bottom: 8vw;
  line-height: 160%;
  text-align: center;
  font-size: 26rem;
  font-weight: bold;
}
#prelusion_send .main p {
  line-height: 180%;
}
#prelusion_send .main p.copy {
  margin-bottom: 8vw;
}
#prelusion_send .main p.txt {
  margin: 0 auto 10.6vw;
  line-height: 180%;
  text-align: left;
}
#prelusion_send .main p.txt a {
  display: inline-block;
  text-decoration: underline;
  font-size: 18rem;
  font-weight: bold;
  color: #bd2e34;
}
#prelusion_send .main .btn a {
  display: inline-block;
  width: 72.6vw;
  height: 10.4vw;
  background: #fff url(img/common/arrow01_black.png) right 5% center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
  border: 2px solid #5e605f;
  -webkit-border-radius: 10.4vw;
  border-radius: 10.4vw;
  line-height: 10vw;
  text-align: center;
  position: relative;
}

/*-----------------------------------------------------------------
CT検査
-----------------------------------------------------------------*/
#ct_scan .main > section {
  margin-bottom: 13.3vw;
  padding: 0 4vw 8vw;
  margin-bottom: 10.6vw;
  background: url(img/common/section_bg_top_sp.png) center 9.6vw no-repeat, url(img/common/section_bg_bottom_sp.png) center bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
#ct_scan .main > section * {
  position: relative;
  z-index: 2;
}
#ct_scan .main > section::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 11.66vw);
  background-color: #fff;
  position: absolute;
  top: 10.6vw;
  left: 0;
  z-index: 0;
}
#ct_scan .main > section:last-of-type {
  margin-bottom: 0;
}
#ct_scan .main > section h2 {
  padding: 5.3vw 0 5.3vw 4.93vw;
  margin: 0 auto 6vw;
  background-color: #5e605f;
  line-height: 130%;
  font-size: 8vw;
  color: #fff;
  position: relative;
  margin-bottom: 0;
}
#ct_scan .main > section h2::before {
  content: "";
  display: block;
  width: 1.3vw;
  height: 10.13vw;
  margin: auto 0;
  background-color: #bd2e34;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#ct_scan .main > section .items > li {
  padding: 4vw 0 10.6vw;
  margin: 0 0 2.6vw;
  border-bottom: 0.26vw dotted #d9d1af;
}
#ct_scan .main > section .items > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#ct_scan .main > section .items > li .intro {
  margin-bottom: 7.3vw;
}
#ct_scan .main > section .items > li .intro .title {
  width: 92vw;
  height: 74.53vw;
  margin: 0 auto 4vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  text-align: center;
}
#ct_scan .main > section .items > li .intro .title p {
  width: 18vw;
  margin: 0 auto 4vw;
}
#ct_scan .main > section .items > li .intro .title h3 {
  font-size: 8vw;
  text-shadow: 0 0 5px #525252;
  color: #fff;
}
#ct_scan .main > section .items > li .intro .txt {
  width: 82vw;
  margin: 0 auto;
  line-height: 180%;
}
#ct_scan .main > section .items > li .intro .txt p + p {
  margin-top: 1em;
}
#ct_scan .main > section .items > li .detail {
  width: 92vw;
  padding: 4vw 4vw 0;
  margin: 6.6vw auto 0;
  background-color: #fbfbfb;
  overflow: visible;
}
#ct_scan .main > section .items > li .detail .txt {
  margin: 0 0.5em 9.3vw;
  line-height: 160%;
}
#ct_scan .main > section .items > li .detail .txt .symptom {
  color: #ff2a00;
}
#ct_scan .main > section .items > li .detail .txt.movie .video {
  margin-bottom: 0.5em;
}
#ct_scan .main > section .items > li .detail .txt.movie .video video {
  max-width: 100%;
}
#ct_scan .main > section .items > li .detail ul {
  margin: 0 0.5em 9.3vw 2em;
  list-style: none;
  margin: 0 auto;
}
#ct_scan .main > section .items > li .detail ul li {
  line-height: 160%;
}
#ct_scan .main > section .items > li .detail ul.ct_other {
  margin-bottom: 30px;
}
#ct_scan .main > section .items > li .detail ul.ct_other2 {
  padding-bottom: 10px;
}
#ct_scan .main > section .items > li .detail ul li {
  margin-bottom: 30px;
}
#ct_scan .main > section .items > li .detail h4 {
  padding: 0 0 2vw 3.2vw;
  margin-bottom: 4.4vw;
  border-bottom: 0.26vw solid #d9d1af;
  line-height: 130%;
  font-size: 4.26vw;
  font-weight: bold;
  position: relative;
}
#ct_scan .main > section .items > li .detail h4::before {
  content: "";
  display: block;
  width: 0.53vw;
  height: 1.5em;
  background-color: #bd2e34;
  position: absolute;
  top: 0;
  left: 0;
}
#ct_scan .main > section .items > li .detail h4 {
  margin-top: 60px;
}
#ct_scan .main > section .items > li .detail h4:first-child {
  margin-top: inherit;
}
#ct_scan .main > section .items > li .detail dl {
  margin: 0 0.5em 9.3vw;
}
#ct_scan .main > section .items > li .detail dl dt {
  line-height: 160%;
}
#ct_scan .main > section .items > li .detail dl dd {
  margin: 0 0 9.3vw 1em;
  line-height: 160%;
}
#ct_scan .main > section .items > li .detail .example li {
  padding: 4vw 7.3vw 4vw 4.6vw;
  margin-left: -8vw;
  position: relative;
  z-index: 1;
}
#ct_scan .main > section .items > li .detail .example li:not(:last-child) {
  margin-bottom: 8vw;
}
#ct_scan .main > section .items > li .detail .example li::before {
  content: "";
  display: block;
  width: 93.3vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#ct_scan .main > section .items > li .detail .example li figure {
  float: left;
  width: 34.13vw;
  margin: -7.73vw 3.3vw 0.5vw -4.6vw;
  position: relative;
  z-index: 2;
}
#ct_scan .main > section .items > li .detail .example li p {
  display: inline;
  position: relative;
  z-index: 2;
}
#ct_scan .main > section .items > li#ct .intro .title {
  background-image: url(img/ct_scan/ct_scan_img.jpg);
}

@media screen and (min-width: 768px) {
  /*------------------------------ PC用CSS ------------------------------*/
  /*-----------------------------------------------------------------
    common
    -----------------------------------------------------------------*/
  .pagetitle {
    height: 480px;
    margin-top: -115px;
    background: url(img/pagetitle/bg_common_pc.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .pagetitle div {
    width: 450px;
    height: 91px;
    padding: 21px 0 0;
  }
  .pagetitle div::before, .pagetitle div::after {
    width: 445px;
    height: 86px;
  }
  .pagetitle div h1 {
    margin-bottom: 7px;
    font-size: 18rem;
  }
  .pagetitle div p {
    letter-spacing: 0.2em;
    font-size: 10rem;
  }
  .pagetitle div .scroll {
    display: none;
  }
  .pagetitle#pagetitle_ogawa-diagnosis {
    background-image: url(img/pagetitle/bg_ogawa-diagnosis_pc.jpg);
  }
  .pagetitle#pagetitle_shonan-diagnosis {
    background-image: url(img/pagetitle/bg_shonan-diagnosis_pc.jpg);
  }
  .pagetitle#pagetitle_ogawa-staff {
    align-items: center;
    height: 480px;
    padding-top: 0;
    background-image: url(img/pagetitle/bg_ogawa-staff_pc.jpg);
  }
  .pagetitle#pagetitle_shonan-staff {
    align-items: center;
    height: 480px;
    padding-top: 0;
    background-image: url(img/pagetitle/bg_shonan-staff_pc.jpg);
  }
  .pagetitle#pagetitle_recruit {
    align-items: center;
    height: 480px;
    padding-top: 0;
    background-image: url(img/pagetitle/bg_recruit_pc.jpg);
    background-position: center bottom;
  }
  .pagetitle#pagetitle_info {
    align-items: center;
    height: 800px;
    padding-top: 0;
    background-image: url(img/pagetitle/bg_info_pc.jpg);
    position: relative;
  }
  .pagetitle#pagetitle_info.shonan-diaginfo {
    background-image: url(img/pagetitle/bg_shonan-diaginfo_pc.jpg);
  }
  .pagetitle#pagetitle_info .scroll {
    width: 59px;
    height: 38px;
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -320px;
    left: 0;
    background: url(img/pagetitle/scroll_pc.png) center center no-repeat;
    cursor: pointer;
  }
  .pagetitle#pagetitle_info .scroll:before, .pagetitle#pagetitle_info .scroll:after {
    display: none;
  }
  .pagetitle#pagetitle_prelusion {
    background-image: url(img/pagetitle/bg_prelusion_pc.jpg);
  }
  .pagetitle#pagetitle_prelusion_send {
    background-image: url(img/pagetitle/bg_prelusion_pc.jpg);
  }
  .pagetitle#pagetitle_ct_scan {
    background-image: url(img/pagetitle/bg_ct_scan_pc.jpg);
  }
  .content {
    padding: 0 0 130px;
    background: #fbfbfb url(img/common/sec_bg01_pc.png) right 0 no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    position: relative;
  }
  .content #breadcrumbs {
    display: block;
    width: 1340px;
    height: 38px;
    margin: 0 auto 70px;
    background-color: #fff;
  }
  .content #breadcrumbs ul li {
    display: inline-block;
    line-height: 38px;
    vertical-align: middle;
  }
  .content #breadcrumbs ul li:first-child a span {
    padding-left: 0;
  }
  .content #breadcrumbs ul li:last-child {
    white-space: nowrap;
    width: 400px;
    padding-right: 0;
    overflow: hidden;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .content #breadcrumbs ul li:last-child span {
    padding-right: 0;
  }
  .content #breadcrumbs ul li a {
    vertical-align: middle;
  }
  .content #breadcrumbs ul li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
  }
  .content #breadcrumbs ul li span {
    padding: 0 0.8em;
    vertical-align: middle;
  }
  .content .btn_page_transition {
    width: 1080px;
    height: 20px;
    margin: 0;
    text-align: right;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .content .btn_page_transition a {
    width: auto;
    height: 20px;
    padding: 10px 20px;
    border-left: 3px solid #bd2e34;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 14rem;
    text-align: center;
    background: #ddd url(img/common/arrow01_black.png) right 10px center no-repeat;
    -webkit-background-size: 5px auto;
    background-size: 5px auto;
  }
  footer {
    border-top: 1px solid #f1f1f1;
  }
  /*-----------------------------------------------------------------
    小川犬猫病院　診療案内
    -----------------------------------------------------------------*/
  #ogawa-diagnosis .main #pageMenu {
    width: 1000px;
    margin: 0 auto 60px;
  }
  #ogawa-diagnosis .main #pageMenu li {
    width: 310px;
  }
  #ogawa-diagnosis .main #pageMenu li a {
    width: 310px;
    height: 70px;
    padding-top: 15px;
    background-position: center 48px;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    border: 2px solid #8d8e8d;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    font-size: 16rem;
  }
  #ogawa-diagnosis .main #pageMenu li a:hover {
    background-color: #8d8e8d;
    background-image: url(img/common/arrow_under_white.png);
    color: #fff;
  }
  #ogawa-diagnosis .main > section {
    margin-bottom: 75px;
    width: 1096px;
    padding: 0 0 45px;
    margin: 0 auto 60px;
    background: url(img/common/section_bg_top_pc.png) center 37px no-repeat, url(img/common/section_bg_bottom_pc.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
  }
  #ogawa-diagnosis .main > section * {
    position: relative;
    z-index: 2;
  }
  #ogawa-diagnosis .main > section::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: calc(100% - 500px);
    background: url(img/common/section_bg_middle_pc.png) center 0 repeat-y;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 255px;
    left: 0;
    z-index: 0;
  }
  #ogawa-diagnosis .main > section h2 {
    width: 1000px;
    padding: 20px 25px;
    margin: 0 auto 30px;
    background-color: #5e605f;
    line-height: 130%;
    font-size: 28rem;
    color: #fff;
    position: relative;
    margin-bottom: 0;
  }
  #ogawa-diagnosis .main > section h2::before {
    content: "";
    display: block;
    width: 4px;
    height: 28px;
    margin: auto 0;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  #ogawa-diagnosis .main > section .items > li {
    width: 1000px;
    padding: 40px 0 35px;
    margin: 0 auto;
    border-bottom: 1px dotted #d9d1af;
    overflow: visible;
  }
  #ogawa-diagnosis .main > section .items > li .intro {
    display: flex;
    width: 1044px;
    margin: 0 0 0 -22px;
  }
  #ogawa-diagnosis .main > section .items > li .intro .title {
    display: flex;
    align-items: center;
    width: 402px;
    height: 268px;
    margin: 0;
    -webkit-background-size: 362px 268px;
    background-size: 362px 268px;
  }
  #ogawa-diagnosis .main > section .items > li .intro .title p {
    width: 98px;
    margin: 0;
  }
  #ogawa-diagnosis .main > section .items > li .intro .title p img {
    width: 98px;
  }
  #ogawa-diagnosis .main > section .items > li .intro .title h3 {
    font-size: 30rem;
  }
  #ogawa-diagnosis .main > section .items > li .intro .txt {
    width: 560px;
    margin: 0;
  }
  #ogawa-diagnosis .main > section .items > li .acBtn {
    width: 158px;
    height: 32px;
    margin: -32px auto 0;
    line-height: 28px;
    background: #fff url(img/common/arrow01_black.png) right 10px center no-repeat;
    -webkit-background-size: 5px auto;
    background-size: 5px auto;
    border: 2px solid #5e605f;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
  }
  #ogawa-diagnosis .main > section .items > li .acBtn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #ogawa-diagnosis .main > section .items > li .acBtn.active {
    background: #f2f2f2 url(img/common/arrow_close.png) right 10px center no-repeat;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
    line-height: 32px;
  }
  #ogawa-diagnosis .main > section .items > li .detail {
    width: 964px;
    padding: 40px 40px 0;
    margin: 30px auto 0;
  }
  #ogawa-diagnosis .main > section .items > li .detail h4 {
    padding: 0 0 10px 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d1af;
    line-height: 130%;
    font-size: 20px;
    font-weight: bold;
    position: relative;
  }
  #ogawa-diagnosis .main > section .items > li .detail h4::before {
    content: "";
    display: block;
    width: 2px;
    height: 1.5em;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    left: 0;
  }
  #ogawa-diagnosis .main > section .items > li .detail .txt {
    margin: 0 0 40px;
  }
  #ogawa-diagnosis .main > section .items > li .detail .txt.movie p {
    width: 500px;
  }
  #ogawa-diagnosis .main > section .items > li .detail .txt.movie .video {
    width: 360px;
    float: right;
  }
  #ogawa-diagnosis .main > section .items > li .detail .txt.movie .video video {
    max-width: 100%;
  }
  #ogawa-diagnosis .main > section .items > li .detail ul {
    margin-bottom: 40px;
  }
  #ogawa-diagnosis .main > section .items > li .detail dl {
    margin-bottom: 0;
  }
  #ogawa-diagnosis .main > section .items > li .detail dl dd {
    margin-bottom: 40px;
  }
  #ogawa-diagnosis .main > section .items > li .detail .example {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  #ogawa-diagnosis .main > section .items > li .detail .example li {
    display: flex;
    align-items: center;
    width: 432px;
    padding: 0;
    margin-left: 0;
  }
  #ogawa-diagnosis .main > section .items > li .detail .example li:not(:last-child) {
    margin-bottom: 0;
  }
  #ogawa-diagnosis .main > section .items > li .detail .example li::before {
    width: 361px;
    height: 140px;
    margin: auto 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
  }
  #ogawa-diagnosis .main > section .items > li .detail .example li figure {
    float: none;
    width: 160px;
    margin: 0 15px 0 0;
  }
  #ogawa-diagnosis .main > section .items > li .detail .example li figure img {
    width: 160px;
  }
  #ogawa-diagnosis .main > section .items > li .detail .example li p {
    display: block;
    width: 240px;
    font-size: 12rem;
  }
  #ogawa-diagnosis .main > section .items > li .detail .close {
    height: 52px;
    margin: 30px auto 0;
    -webkit-background-size: 26px auto;
    background-size: 26px auto;
    border-top: 2px solid #fff;
  }
  #ogawa-diagnosis .main > section .items > li:nth-child(odd) .intro .title {
    justify-content: flex-start;
    margin-right: 40px;
    background-position: right center;
  }
  #ogawa-diagnosis .main > section .items > li:nth-child(odd) .intro .title p {
    margin-right: 10px;
  }
  #ogawa-diagnosis .main > section .items > li:nth-child(even) .intro .title {
    order: 2;
    justify-content: flex-end;
    background-position: left center;
  }
  #ogawa-diagnosis .main > section .items > li:nth-child(even) .intro .title p {
    order: 2;
  }
  #ogawa-diagnosis .main > section .items > li:nth-child(even) .intro .title h3 {
    order: 1;
    margin-right: 10px;
  }
  #ogawa-diagnosis .main > section .items > li:nth-child(even) .intro .txt {
    order: 1;
    margin: 0 40px;
  }
  #ogawa-diagnosis .main > section .items > li#ophthalmolog .acBtn, #ogawa-diagnosis .main > section .items > li#tumor .acBtn {
    margin: 25px auto 0;
  }
  #ogawa-diagnosis .main #blog {
    padding: 0;
    background: none;
  }
  #ogawa-diagnosis .main #blog h2 {
    width: 920px;
    padding: 20px 0 0 67px;
    margin: 0 auto;
    -webkit-background-size: 52px auto;
    background-size: 52px auto;
    line-height: 130%;
    font-size: 36rem;
    color: #333;
  }
  #ogawa-diagnosis .main #blog .container {
    width: 1080px;
    padding: 60px 0 40px;
    margin: -16px auto 0;
  }
  #ogawa-diagnosis .main #blog .container .txt {
    width: 100%;
    margin: 0 0 38px;
    text-align: center;
  }
  #ogawa-diagnosis .main #blog .container ul {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 40px;
  }
  #ogawa-diagnosis .main #blog .container ul li {
    width: 229px;
    height: 356px;
    padding: 5px 5px 0;
    margin: 0 28px 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    position: relative;
  }
  #ogawa-diagnosis .main #blog .container ul li:last-child {
    margin-right: 0;
  }
  #ogawa-diagnosis .main #blog .container ul li figure {
    width: 229px;
    margin: 0 auto 20px;
  }
  #ogawa-diagnosis .main #blog .container ul li figure a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #ogawa-diagnosis .main #blog .container ul li figure a img {
    width: 219px;
    height: 175px;
    object-fit: cover;
  }
  #ogawa-diagnosis .main #blog .container ul li .txtWrap {
    width: 200px;
    height: 156px;
    min-height: auto;
    padding: 0;
    margin: 0 auto;
  }
  #ogawa-diagnosis .main #blog .container ul li .txtWrap .dateLine {
    margin-bottom: 15px;
  }
  #ogawa-diagnosis .main #blog .container ul li .txtWrap .dateLine .date {
    font-size: 16rem;
  }
  #ogawa-diagnosis .main #blog .container ul li .txtWrap .dateLine .new_icon {
    width: 40px;
  }
  #ogawa-diagnosis .main #blog .container ul li .txtWrap h3 a {
    line-height: 160%;
  }
  #ogawa-diagnosis .main #blog .container ul li .txtWrap .more {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  #ogawa-diagnosis .main #blog .container ul li .txtWrap .more a {
    line-height: 130%;
  }
  #ogawa-diagnosis .main #blog .container .btn a {
    display: block;
    width: 313px;
    height: 50px;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 46px;
    font-size: 18rem;
  }
  #ogawa-diagnosis .main #blog .container .btn a:hover {
    background-color: #5e6055;
    background-image: url(img/common/arrow01_grey.png);
    color: #fff;
  }
  /*-----------------------------------------------------------------
    湘南かまくら動物整形外科センター　診療案内
    -----------------------------------------------------------------*/
  #shonan-diagnosis .main #pageMenu {
    width: 1000px;
    margin: 0 auto 60px;
  }
  #shonan-diagnosis .main #pageMenu li {
    width: 310px;
  }
  #shonan-diagnosis .main #pageMenu li a {
    width: 310px;
    height: 70px;
    padding-top: 15px;
    background-position: center 48px;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    border: 2px solid #8d8e8d;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    font-size: 16rem;
  }
  #shonan-diagnosis .main #pageMenu li a:hover {
    background-color: #8d8e8d;
    background-image: url(img/common/arrow_under_white.png);
    color: #fff;
  }
  #shonan-diagnosis .main > section {
    margin-bottom: 75px;
    width: 1096px;
    padding: 0 0 45px;
    margin: 0 auto 60px;
    background: url(img/common/section_bg_top_pc.png) center 37px no-repeat, url(img/common/section_bg_bottom_pc.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
  }
  #shonan-diagnosis .main > section * {
    position: relative;
    z-index: 2;
  }
  #shonan-diagnosis .main > section::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: calc(100% - 500px);
    background: url(img/common/section_bg_middle_pc.png) center 0 repeat-y;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 255px;
    left: 0;
    z-index: 0;
  }
  #shonan-diagnosis .main > section h2 {
    width: 1000px;
    padding: 20px 25px;
    margin: 0 auto 30px;
    background-color: #5e605f;
    line-height: 130%;
    font-size: 28rem;
    color: #fff;
    position: relative;
    margin-bottom: 0;
  }
  #shonan-diagnosis .main > section h2::before {
    content: "";
    display: block;
    width: 4px;
    height: 28px;
    margin: auto 0;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  #shonan-diagnosis .main > section .items > li {
    width: 1000px;
    padding: 40px 0 35px;
    margin: 0 auto;
    border-bottom: 1px dotted #d9d1af;
    overflow: visible;
  }
  #shonan-diagnosis .main > section .items > li .intro {
    display: flex;
    width: 1044px;
    margin: 0 0 0 -22px;
  }
  #shonan-diagnosis .main > section .items > li .intro .title {
    display: flex;
    align-items: center;
    width: 402px;
    height: 268px;
    margin: 0;
    -webkit-background-size: 362px 268px;
    background-size: 362px 268px;
  }
  #shonan-diagnosis .main > section .items > li .intro .title p {
    width: 98px;
    margin: 0;
  }
  #shonan-diagnosis .main > section .items > li .intro .title p img {
    width: 98px;
  }
  #shonan-diagnosis .main > section .items > li .intro .title h3 {
    font-size: 30rem;
  }
  #shonan-diagnosis .main > section .items > li .intro .txt {
    width: 560px;
    margin: 0;
  }
  #shonan-diagnosis .main > section .items > li .acBtn {
    width: 158px;
    height: 32px;
    margin: -32px auto 0;
    line-height: 28px;
    background: #fff url(img/common/arrow01_black.png) right 10px center no-repeat;
    -webkit-background-size: 5px auto;
    background-size: 5px auto;
    border: 2px solid #5e605f;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
  }
  #shonan-diagnosis .main > section .items > li .acBtn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #shonan-diagnosis .main > section .items > li .acBtn.active {
    background: #f2f2f2 url(img/common/arrow_close.png) right 10px center no-repeat;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
    line-height: 32px;
  }
  #shonan-diagnosis .main > section .items > li .detail {
    width: 964px;
    padding: 40px 40px 0;
    margin: 30px auto 0;
  }
  #shonan-diagnosis .main > section .items > li .detail h4 {
    padding: 0 0 10px 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d1af;
    line-height: 130%;
    font-size: 20px;
    font-weight: bold;
    position: relative;
  }
  #shonan-diagnosis .main > section .items > li .detail h4::before {
    content: "";
    display: block;
    width: 2px;
    height: 1.5em;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    left: 0;
  }
  #shonan-diagnosis .main > section .items > li .detail .txt {
    margin: 0 0 40px;
  }
  #shonan-diagnosis .main > section .items > li .detail .txt.movie p {
    width: 500px;
  }
  #shonan-diagnosis .main > section .items > li .detail .txt.movie .video {
    width: 360px;
    float: right;
  }
  #shonan-diagnosis .main > section .items > li .detail .txt.movie .video video {
    max-width: 100%;
  }
  #shonan-diagnosis .main > section .items > li .detail ul {
    margin-bottom: 40px;
  }
  #shonan-diagnosis .main > section .items > li .detail dl {
    margin-bottom: 0;
  }
  #shonan-diagnosis .main > section .items > li .detail dl dd {
    margin-bottom: 40px;
  }
  #shonan-diagnosis .main > section .items > li .detail .example {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  #shonan-diagnosis .main > section .items > li .detail .example li {
    display: flex;
    align-items: center;
    width: 432px;
    padding: 0;
    margin-left: 0;
  }
  #shonan-diagnosis .main > section .items > li .detail .example li:not(:last-child) {
    margin-bottom: 0;
  }
  #shonan-diagnosis .main > section .items > li .detail .example li::before {
    width: 361px;
    height: 140px;
    margin: auto 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
  }
  #shonan-diagnosis .main > section .items > li .detail .example li figure {
    float: none;
    width: 160px;
    margin: 0 15px 0 0;
  }
  #shonan-diagnosis .main > section .items > li .detail .example li figure img {
    width: 160px;
  }
  #shonan-diagnosis .main > section .items > li .detail .example li p {
    display: block;
    width: 240px;
    font-size: 12rem;
  }
  #shonan-diagnosis .main > section .items > li .detail .close {
    height: 52px;
    margin: 30px auto 0;
    -webkit-background-size: 26px auto;
    background-size: 26px auto;
    border-top: 2px solid #fff;
  }
  #shonan-diagnosis .main > section .items > li:nth-child(even) .intro .title {
    justify-content: flex-start;
    margin-right: 40px;
    background-position: right center;
  }
  #shonan-diagnosis .main > section .items > li:nth-child(even) .intro .title p {
    margin-right: 10px;
  }
  #shonan-diagnosis .main > section .items > li:nth-child(odd) .intro .title {
    order: 2;
    justify-content: flex-end;
    background-position: left center;
  }
  #shonan-diagnosis .main > section .items > li:nth-child(odd) .intro .title p {
    order: 2;
  }
  #shonan-diagnosis .main > section .items > li:nth-child(odd) .intro .title h3 {
    order: 1;
    margin-right: 10px;
  }
  #shonan-diagnosis .main > section .items > li:nth-child(odd) .intro .txt {
    order: 1;
    margin: 0 40px;
  }
  #shonan-diagnosis .main > section .items > li#orthopedics .acBtn, #shonan-diagnosis .main > section .items > li#ophthalmolog .acBtn, #shonan-diagnosis .main > section .items > li#tumor .acBtn, #shonan-diagnosis .main > section .items > li#rehabilitation .acBtn {
    margin: 25px auto 0;
  }
  #shonan-diagnosis .main #outpatient .text {
    width: 960px;
    margin: 40px auto 0;
  }
  #shonan-diagnosis .main #outpatient .text span {
    color: red;
    font-weight: bold;
  }
  #shonan-diagnosis .main #outpatient .feature {
    width: 560px;
    margin: 40px auto;
    padding: 30px 0;
    background: #f8f6ef;
  }
  #shonan-diagnosis .main #outpatient .feature .title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18rem;
    font-weight: bold;
  }
  #shonan-diagnosis .main #outpatient .feature .read {
    text-align: center;
    font-size: 18rem;
    font-weight: bold;
  }
  #shonan-diagnosis .main #outpatient > h3 {
    width: 960px;
    margin: 0 auto;
    padding: 10px 15px;
    background: #eee;
    border-left: 3px solid #bd2e34;
    box-sizing: border-box;
    font-size: 16rem;
    font-weight: bold;
  }
  #shonan-diagnosis .main #outpatient .copy {
    padding: 40px 0;
    text-align: center;
    font-size: 24rem;
    font-weight: bold;
  }
  #shonan-diagnosis .main #outpatient .copy br {
    display: none;
  }
  #shonan-diagnosis .main #blog {
    padding: 0;
    background: none;
  }
  #shonan-diagnosis .main #blog h2 {
    width: 920px;
    padding: 20px 0 0 67px;
    margin: 0 auto;
    -webkit-background-size: 52px auto;
    background-size: 52px auto;
    line-height: 130%;
    font-size: 36rem;
    color: #333;
  }
  #shonan-diagnosis .main #blog .container {
    width: 1080px;
    padding: 60px 0 40px;
    margin: -16px auto 0;
  }
  #shonan-diagnosis .main #blog .container .txt {
    width: 100%;
    margin: 0 0 38px;
    text-align: center;
  }
  #shonan-diagnosis .main #blog .container ul {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 40px;
  }
  #shonan-diagnosis .main #blog .container ul li {
    width: 229px;
    height: 356px;
    padding: 5px 5px 0;
    margin: 0 28px 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    position: relative;
  }
  #shonan-diagnosis .main #blog .container ul li:last-child {
    margin-right: 0;
  }
  #shonan-diagnosis .main #blog .container ul li figure {
    width: 229px;
    margin: 0 auto 20px;
  }
  #shonan-diagnosis .main #blog .container ul li figure a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #shonan-diagnosis .main #blog .container ul li figure a img {
    width: 219px;
    height: 175px;
    object-fit: cover;
  }
  #shonan-diagnosis .main #blog .container ul li .txtWrap {
    width: 200px;
    height: 156px;
    min-height: auto;
    padding: 0;
    margin: 0 auto;
  }
  #shonan-diagnosis .main #blog .container ul li .txtWrap .dateLine {
    margin-bottom: 15px;
  }
  #shonan-diagnosis .main #blog .container ul li .txtWrap .dateLine .date {
    font-size: 16rem;
  }
  #shonan-diagnosis .main #blog .container ul li .txtWrap .dateLine .new_icon {
    width: 40px;
  }
  #shonan-diagnosis .main #blog .container ul li .txtWrap h3 a {
    line-height: 160%;
  }
  #shonan-diagnosis .main #blog .container ul li .txtWrap .more {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  #shonan-diagnosis .main #blog .container ul li .txtWrap .more a {
    line-height: 130%;
  }
  #shonan-diagnosis .main #blog .container .btn a {
    display: block;
    width: 495px;
    height: 50px;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 46px;
    font-size: 18rem;
  }
  #shonan-diagnosis .main #blog .container .btn a:hover {
    background-color: #5e6055;
    background-image: url(img/common/arrow01_grey.png);
    color: #fff;
  }
  /*-----------------------------------------------------------------
    小川犬猫病院　スタッフ紹介
    -----------------------------------------------------------------*/
  #ogawa-staff .staffBox {
    display: block;
    padding: 29px 0 25px;
    margin-bottom: 30px;
    background-position: center 0, center bottom;
    position: relative;
    width: 1096px;
    padding: 0 0 45px;
    margin: 0 auto 60px;
    background: url(img/common/section_bg_top_pc.png) center 37px no-repeat, url(img/common/section_bg_bottom_pc.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
  }
  #ogawa-staff .staffBox * {
    position: relative;
    z-index: 2;
  }
  #ogawa-staff .staffBox::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: calc(100% - 500px);
    background: url(img/common/section_bg_middle_pc.png) center 0 repeat-y;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 255px;
    left: 0;
    z-index: 0;
  }
  #ogawa-staff .staffBox::before {
    top: 250px;
  }
  #ogawa-staff .staffBox * {
    position: relative;
    z-index: 0;
  }
  #ogawa-staff .staffBox figure {
    width: 320px;
    margin: 0;
    border-right: none;
    position: absolute;
    top: 29px;
    left: 29px;
  }
  #ogawa-staff .staffBox figure img {
    width: 320px;
  }
  #ogawa-staff .staffBox .nameWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 1040px;
    height: 100px;
    padding-left: 350px;
    margin: 0 auto;
  }
  #ogawa-staff .staffBox .nameWrap::before {
    content: "";
    display: block;
    width: 4px;
    height: 100px;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    left: 320px;
  }
  #ogawa-staff .staffBox .nameWrap p.position {
    width: 100%;
    font-size: 16rem;
  }
  #ogawa-staff .staffBox .nameWrap p.name {
    margin-right: 15px;
    font-size: 36rem;
  }
  #ogawa-staff .staffBox .nameWrap p.nameEn {
    font-size: 12rem;
  }
  #ogawa-staff .staffBox .message {
    width: 1040px;
    height: 200px;
    padding: 14px 0 0 320px;
    margin: 0 auto 20px;
  }
  #ogawa-staff .staffBox .message::before {
    width: 700px;
    height: 163px;
    margin: 0;
    left: auto;
  }
  #ogawa-staff .staffBox .message p.title {
    width: 144px;
    margin: 0 0 15px 9px;
  }
  #ogawa-staff .staffBox .message p.title img {
    width: 144px;
  }
  #ogawa-staff .staffBox .message p.txt {
    width: 610px;
    margin: 0 0 0 55px;
    line-height: 180%;
  }
  #ogawa-staff .staffBox .profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1040px;
    padding: 40px 30px;
  }
  #ogawa-staff .staffBox .profile dl {
    width: 450px;
  }
  #ogawa-staff .staffBox .profile dl dt {
    padding: 0 0 19px 20px;
    border-bottom: 1px solid #5e605f;
    line-height: 110%;
    font-size: 18rem;
    font-weight: bold;
    position: relative;
    margin: 30px 0 15px;
  }
  #ogawa-staff .staffBox .profile dl dt::before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    background-color: #5e605f;
    position: absolute;
    top: 0;
    left: 0;
  }
  #ogawa-staff .staffBox .profile dl dd {
    line-height: 180%;
  }
  #ogawa-staff .staffBox .profile dl:nth-of-type(1) {
    margin-bottom: 0;
  }
  #ogawa-staff .other {
    display: block;
    padding: 9px 0 70px;
    background-position: center 0, center bottom;
    position: relative;
    width: 1096px;
    padding: 0 0 45px;
    margin: 0 auto 60px;
    background: url(img/common/section_bg_top_pc.png) center 37px no-repeat, url(img/common/section_bg_bottom_pc.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
  }
  #ogawa-staff .other * {
    position: relative;
    z-index: 2;
  }
  #ogawa-staff .other::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: calc(100% - 500px);
    background: url(img/common/section_bg_middle_pc.png) center 0 repeat-y;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 255px;
    left: 0;
    z-index: 0;
  }
  #ogawa-staff .other::before {
    top: 250px;
  }
  #ogawa-staff .other h2 {
    width: 1080px;
    margin: 0 auto 20px;
    padding-left: 20px;
    border-left-width: 4px;
    line-height: 60px;
    font-size: 24rem;
  }
  #ogawa-staff .other ul {
    width: 900px;
  }
  #ogawa-staff .other ul li {
    width: 195px;
    padding: 9px 0 15px;
    margin: 0;
  }
  #ogawa-staff .other ul li:nth-child(odd) {
    margin-right: 0;
  }
  #ogawa-staff .other ul li:not(:nth-child(4n)) {
    margin-right: 40px;
  }
  #ogawa-staff .other ul li figure {
    margin-bottom: 15px;
  }
  #ogawa-staff .other ul li figure img {
    width: 175px;
  }
  /*-----------------------------------------------------------------
    湘南かまくら動物整形外科センター　スタッフ紹介
    -----------------------------------------------------------------*/
  #shonan-staff h2 {
    width: 1000px;
    padding: 20px 25px;
    margin: 0 auto 30px;
    background-color: #5e605f;
    line-height: 130%;
    font-size: 28rem;
    color: #fff;
    position: relative;
  }
  #shonan-staff h2::before {
    content: "";
    display: block;
    width: 4px;
    height: 28px;
    margin: auto 0;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  #shonan-staff .staffBox {
    display: block;
    padding: 29px 0 25px;
    margin-bottom: 30px;
    background-position: center 0, center bottom;
    position: relative;
    width: 1096px;
    padding: 0 0 45px;
    margin: 0 auto 60px;
    background: url(img/common/section_bg_top_pc.png) center 37px no-repeat, url(img/common/section_bg_bottom_pc.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
  }
  #shonan-staff .staffBox * {
    position: relative;
    z-index: 2;
  }
  #shonan-staff .staffBox::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: calc(100% - 500px);
    background: url(img/common/section_bg_middle_pc.png) center 0 repeat-y;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 255px;
    left: 0;
    z-index: 0;
  }
  #shonan-staff .staffBox::before {
    top: 250px;
  }
  #shonan-staff .staffBox * {
    position: relative;
    z-index: 0;
  }
  #shonan-staff .staffBox figure {
    width: 320px;
    margin: 0;
    border-right: none;
    position: absolute;
    top: 29px;
    left: 29px;
  }
  #shonan-staff .staffBox figure img {
    width: 320px;
  }
  #shonan-staff .staffBox .nameWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 1040px;
    height: 100px;
    padding-left: 350px;
    margin: 0 auto;
  }
  #shonan-staff .staffBox .nameWrap::before {
    content: "";
    display: block;
    width: 4px;
    height: 100px;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    left: 320px;
  }
  #shonan-staff .staffBox .nameWrap p.position {
    width: 100%;
    font-size: 16rem;
  }
  #shonan-staff .staffBox .nameWrap p.name {
    margin-right: 15px;
    font-size: 36rem;
  }
  #shonan-staff .staffBox .nameWrap p.nameEn {
    font-size: 12rem;
  }
  #shonan-staff .staffBox .message {
    width: 1040px;
    height: 200px;
    padding: 14px 0 0 320px;
    margin: 0 auto 20px;
  }
  #shonan-staff .staffBox .message::before {
    width: 700px;
    height: 163px;
    margin: 0;
    left: auto;
  }
  #shonan-staff .staffBox .message p.title {
    width: 144px;
    margin: 0 0 15px 9px;
  }
  #shonan-staff .staffBox .message p.title img {
    width: 144px;
  }
  #shonan-staff .staffBox .message p.txt {
    width: 610px;
    margin: 0 0 0 55px;
    line-height: 180%;
  }
  #shonan-staff .staffBox .profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1040px;
    padding: 40px 30px;
  }
  #shonan-staff .staffBox .profile dl {
    width: 450px;
  }
  #shonan-staff .staffBox .profile dl dt {
    padding: 0 0 19px 20px;
    border-bottom: 1px solid #5e605f;
    line-height: 110%;
    font-size: 18rem;
    font-weight: bold;
    position: relative;
    margin: 30px 0 15px;
  }
  #shonan-staff .staffBox .profile dl dt::before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    background-color: #5e605f;
    position: absolute;
    top: 0;
    left: 0;
  }
  #shonan-staff .staffBox .profile dl dd {
    line-height: 180%;
  }
  #shonan-staff .staffBox .profile dl:nth-of-type(1) {
    margin-bottom: 0;
  }
  #shonan-staff .other {
    display: block;
    padding: 9px 0 70px;
    background-position: center 0, center bottom;
    position: relative;
    width: 1096px;
    padding: 0 0 45px;
    margin: 0 auto 60px;
    background: url(img/common/section_bg_top_pc.png) center 37px no-repeat, url(img/common/section_bg_bottom_pc.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
  }
  #shonan-staff .other * {
    position: relative;
    z-index: 2;
  }
  #shonan-staff .other::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: calc(100% - 500px);
    background: url(img/common/section_bg_middle_pc.png) center 0 repeat-y;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 255px;
    left: 0;
    z-index: 0;
  }
  #shonan-staff .other::before {
    top: 250px;
  }
  #shonan-staff .other h2 {
    width: 1080px;
    margin: 0 auto 20px;
    padding-left: 20px;
    border-left-width: 4px;
    line-height: 60px;
    font-size: 24rem;
  }
  #shonan-staff .other ul {
    width: 900px;
  }
  #shonan-staff .other ul li {
    width: 195px;
    padding: 9px 0 15px;
    margin: 0;
  }
  #shonan-staff .other ul li:nth-child(odd) {
    margin-right: 0;
  }
  #shonan-staff .other ul li:not(:nth-child(4n)) {
    margin-right: 40px;
  }
  #shonan-staff .other ul li figure {
    margin-bottom: 15px;
  }
  #shonan-staff .other ul li figure img {
    width: 175px;
  }
  /*-----------------------------------------------------------------
    採用情報
    -----------------------------------------------------------------*/
  #recruit .main > section {
    width: 1096px;
    padding: 0 0 45px;
    margin: 0 auto 60px;
    background: url(img/common/section_bg_top_pc.png) center 37px no-repeat, url(img/common/section_bg_bottom_pc.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
  }
  #recruit .main > section * {
    position: relative;
    z-index: 2;
  }
  #recruit .main > section::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: calc(100% - 500px);
    background: url(img/common/section_bg_middle_pc.png) center 0 repeat-y;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 255px;
    left: 0;
    z-index: 0;
  }
  #recruit .main > section h2 {
    width: 1000px;
    padding: 20px 25px;
    margin: 0 auto 30px;
    background-color: #5e605f;
    line-height: 130%;
    font-size: 28rem;
    color: #fff;
    position: relative;
  }
  #recruit .main > section h2::before {
    content: "";
    display: block;
    width: 4px;
    height: 28px;
    margin: auto 0;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  #recruit .main > section#rearing .txt {
    width: 950px;
    margin: 0 auto 20px;
  }
  #recruit .main > section#type_of_job ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #recruit .main > section#type_of_job ul li:not(:last-child) {
    margin-bottom: 50px;
  }
  #recruit .main > section#type_of_job ul li h3 {
    width: 964px;
    padding: 8px 23px;
    margin: 0 auto 30px;
    background-color: #f1f1f1;
    line-height: 130%;
    font-size: 16rem;
    position: relative;
    margin-bottom: 30px;
  }
  #recruit .main > section#type_of_job ul li h3::before {
    content: "";
    display: block;
    width: 4px;
    height: 16px;
    margin: auto 0;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  #recruit .main > section#type_of_job ul li figure {
    width: 362px;
    margin: 0;
  }
  #recruit .main > section#type_of_job ul li figure img {
    width: 362px;
  }
  #recruit .main > section#type_of_job ul li div {
    width: 602px;
    padding-left: 40px;
  }
  #recruit .main > section#type_of_job ul li div .txt {
    margin: 0;
  }
  #recruit .main > section#type_of_job ul li div .btn {
    margin-top: 40px;
    text-align: right;
  }
  #recruit .main > section#type_of_job ul li div .btn a {
    display: inline-block;
    width: 218px;
    height: 32px;
    margin: 0;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    line-height: 32px;
  }
  #recruit .main > section#type_of_job ul li div .btn a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #recruit .main > section#type_of_job ul li div .btn a::after {
    height: 32px;
    line-height: 32px;
    right: 10px;
  }
  #recruit .main > section#voice {
    padding: 0 0 40px;
  }
  #recruit .main > section#voice ul {
    width: 1000px;
    margin: 0 auto;
  }
  #recruit .main > section#voice ul li {
    display: block;
    padding: 20px 0;
  }
  #recruit .main > section#voice ul li::before {
    width: 962px;
    margin: 0;
    right: auto;
    left: auto;
  }
  #recruit .main > section#voice ul li .copy {
    width: auto;
    padding-bottom: 20px;
    margin: 0;
    font-size: 24rem;
  }
  #recruit .main > section#voice ul li figure {
    width: 324px;
    position: absolute;
    top: 0;
  }
  #recruit .main > section#voice ul li figure img {
    width: 320px;
  }
  #recruit .main > section#voice ul li .nameWrap {
    display: flex;
    align-items: baseline;
    width: auto;
    padding: 0 0 20px;
  }
  #recruit .main > section#voice ul li .nameWrap p.name {
    margin-right: 0.75em;
    font-size: 20rem;
  }
  #recruit .main > section#voice ul li .nameWrap p.classification {
    font-size: 14rem;
  }
  #recruit .main > section#voice ul li .txtWrap {
    width: 684px;
    margin: 0;
    padding: 35px 50px 25px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  }
  #recruit .main > section#voice ul li .txtWrap p {
    padding-bottom: 0;
    margin: 0;
  }
  #recruit .main > section#voice ul li .accordion-box div.accordion-container {
    padding-bottom: 86px;
  }
  #recruit .main > section#voice ul li:nth-child(odd)::before {
    right: 0;
  }
  #recruit .main > section#voice ul li:nth-child(odd) .copy {
    padding-left: 340px;
  }
  #recruit .main > section#voice ul li:nth-child(odd) .nameWrap {
    padding-left: 340px;
  }
  #recruit .main > section#voice ul li:nth-child(odd) figure {
    border-right: 4px solid #bd2e34;
    left: 0;
  }
  #recruit .main > section#voice ul li:nth-child(odd) .txtWrap {
    margin-left: 290px;
  }
  #recruit .main > section#voice ul li:nth-child(even)::before {
    left: 0;
  }
  #recruit .main > section#voice ul li:nth-child(even) figure {
    border-left: 4px solid #bd2e34;
    right: 0;
  }
  #recruit .main > section#voice ul li:nth-child(even) .copy {
    width: 640px;
    text-align: right;
  }
  #recruit .main > section#voice ul li:nth-child(even) .nameWrap {
    justify-content: flex-end;
    width: 640px;
    padding-right: 0;
  }
  /*-----------------------------------------------------------------
    お問い合わせフォーム
    -----------------------------------------------------------------*/
  #contact .main {
    width: 1098px;
    padding: 90px;
    background: url(img/common/main_bg_top_pc.png) 0 0 no-repeat, url(img/common/main_bg_bottom_pc.png) 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    /*確認画面
          .custom-wpcf7c-confirmed {
              .confirmTxt {
                  padding: 70px 0;
                  font-size: 16rem;
              }
              #contactForm {
                  dd {
                      input {
                          &.wpcf7-text {
                              &.wpcf7c-conf {
                                  border: none;
                                  color: #5e605f;
                              }
                          }
                      }
                      .wpcf7-radio {
                          .wpcf7-list-item {
                              margin: 0;
                              label {
                                  input {
                                      &.wpcf7c-conf {
                                          display: none;
                                          & + .wpcf7-list-item-label {
                                              display: none;
                                          }
                                      }
                                      &.wpcf7c-conf:checked {
                                          & + .wpcf7-list-item-label {
                                              display: inline-block;
                                          }
                                      }
                                  }
                              }
                          }
                      }
                      textarea {
                          &.wpcf7c-conf {
                              padding: 0;
                              border: none;
                              color: #5e605f;
                          }
                      }
                  }
              }
          }
          */
  }
  #contact .main::before {
    height: calc(100% - 436px);
    background: url(img/common/main_bg_middle_pc.png) 0 0 repeat-y;
    top: 218px;
  }
  #contact .main .txt {
    margin-bottom: 75px;
    text-align: center;
  }
  #contact .main h3 {
    padding: 0 0 19px 20px;
    border-bottom: 1px solid #5e605f;
    line-height: 110%;
    font-size: 18rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
  }
  #contact .main h3::before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    background-color: #5e605f;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contact .main .caution {
    margin: 0 auto 30px;
  }
  #contact .main #contactForm {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 40px;
  }
  #contact .main #contactForm dt {
    width: 240px;
    padding: 30px 0;
    margin: 0;
  }
  #contact .main #contactForm dd {
    width: 678px;
    padding: 30px 0;
    border-top: 1px dotted #a2a2a2;
  }
  #contact .main #contactForm dd input.wpcf7-text {
    width: 390px;
    height: 36px;
    line-height: 34px;
  }
  #contact .main #contactForm dd .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0 50px 0 0;
  }
  #contact .main #contactForm dd .wpcf7-radio .wpcf7-list-item.last {
    margin-right: 0;
  }
  #contact .main #contactForm dd #your-message {
    width: 520px;
    height: 146px !important;
  }
  #contact .main .privacyTxt {
    margin: 0 auto 35px;
    text-align: center;
  }
  #contact .main .privacyTxt a:hover {
    text-decoration: none;
  }
  #contact .main .btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contact .main .btn li input {
    width: 313px;
    height: 50px;
    background: #fff url(img/common/arrow01_black.png) 293px center no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 46px;
    font-size: 18rem;
    cursor: pointer;
  }
  #contact .main .btn li input:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #contact .main .btn li input[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
  }
  #contact .main .btn li#submitBtn {
    order: 2;
    margin-bottom: 0;
  }
  #contact .main .btn li#backBtn {
    order: 1;
    margin-right: 20px;
  }
  #contact .main .btn li#backBtn input {
    width: 193px;
    height: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    line-height: 36px;
  }
  /*-----------------------------------------------------------------
    お問い合わせフォーム 送信完了
    -----------------------------------------------------------------*/
  #contact_send .main {
    width: 1098px;
    padding: 90px;
    background: url(img/common/main_bg_top_pc.png) 0 0 no-repeat, url(img/common/main_bg_bottom_pc.png) 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 130px 0;
  }
  #contact_send .main::before {
    height: calc(100% - 436px);
    background: url(img/common/main_bg_middle_pc.png) 0 0 repeat-y;
    top: 218px;
  }
  #contact_send .main figure {
    width: 104px;
    margin: 0 auto 40px;
  }
  #contact_send .main figure img {
    width: 104px;
  }
  #contact_send .main h2 {
    margin-bottom: 30px;
  }
  #contact_send .main p.copy {
    margin-bottom: 15px;
  }
  #contact_send .main p.copy br {
    display: none;
  }
  #contact_send .main p.txt {
    margin: 0 auto 30px;
    text-align: center;
  }
  #contact_send .main p.txt br {
    display: inline;
  }
  #contact_send .main .btn a {
    width: 313px;
    height: 50px;
    background: #fff url(img/common/arrow01_black.png) 293px center no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 46px;
    font-size: 18rem;
  }
  #contact_send .main .btn a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  /*-----------------------------------------------------------------
    関連サイト
    -----------------------------------------------------------------*/
  #link .main {
    width: 1098px;
    padding: 90px;
    background: url(img/common/main_bg_top_pc.png) 0 0 no-repeat, url(img/common/main_bg_bottom_pc.png) 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  #link .main::before {
    height: calc(100% - 436px);
    background: url(img/common/main_bg_middle_pc.png) 0 0 repeat-y;
    top: 218px;
  }
  #link .main .txt {
    margin-bottom: 25px;
    text-align: center;
  }
  #link .main .btn {
    margin-bottom: 65px;
  }
  #link .main .btn a {
    width: 313px;
    height: 50px;
    background: #fff url(img/common/arrow01_black.png) 293px center no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 46px;
    font-size: 18rem;
  }
  #link .main .btn a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #link .main dl dt {
    padding: 0 0 19px 20px;
    border-bottom: 1px solid #5e605f;
    line-height: 110%;
    font-size: 18rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
  }
  #link .main dl dt::before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    background-color: #5e605f;
    position: absolute;
    top: 0;
    left: 0;
  }
  #link .main dl dd {
    margin: 0 15px 10px;
  }
  #link .main dl dd a {
    padding: 0 0 0 13px;
    background: url(img/common/arrow01_red.png) 0 center no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
  }
  /*-----------------------------------------------------------------
    個人情報保護について/サイトのご利用について
    -----------------------------------------------------------------*/
  #privacy .main,
  #sitepolicy .main {
    width: 1098px;
    padding: 90px;
    background: url(img/common/main_bg_top_pc.png) 0 0 no-repeat, url(img/common/main_bg_bottom_pc.png) 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  #privacy .main::before,
  #sitepolicy .main::before {
    height: calc(100% - 436px);
    background: url(img/common/main_bg_middle_pc.png) 0 0 repeat-y;
    top: 218px;
  }
  #privacy .main a:hover,
  #sitepolicy .main a:hover {
    text-decoration: none;
  }
  #privacy .main h2,
  #sitepolicy .main h2 {
    padding: 0 0 19px 20px;
    border-bottom: 1px solid #5e605f;
    line-height: 110%;
    font-size: 18rem;
    font-weight: bold;
    position: relative;
    margin: 70px 0 20px;
  }
  #privacy .main h2::before,
  #sitepolicy .main h2::before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    background-color: #5e605f;
    position: absolute;
    top: 0;
    left: 0;
  }
  #privacy .main p,
  #sitepolicy .main p {
    margin: 20px 0;
  }
  #privacy .main ul,
  #sitepolicy .main ul {
    margin: 30px 0;
  }
  #privacy .main table,
  #sitepolicy .main table {
    width: 100%;
    margin: 30px 0;
  }
  #privacy .main table tr th,
  #sitepolicy .main table tr th {
    width: 270px;
    padding: 20px 0;
  }
  #privacy .main table tr td,
  #sitepolicy .main table tr td {
    padding: 20px 35px;
  }
  #privacy .main h4,
  #sitepolicy .main h4 {
    margin: 0 0 15px;
  }
  #privacy .main .url,
  #sitepolicy .main .url {
    margin-bottom: 25px;
    padding: 15px;
  }
  /*-----------------------------------------------------------------
    サイトマップ
    -----------------------------------------------------------------*/
  #sitemap .main {
    width: 1098px;
    padding: 90px;
    background: url(img/common/main_bg_top_pc.png) 0 0 no-repeat, url(img/common/main_bg_bottom_pc.png) 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: flex;
    flex-wrap: wrap;
  }
  #sitemap .main::before {
    height: calc(100% - 436px);
    background: url(img/common/main_bg_middle_pc.png) 0 0 repeat-y;
    top: 218px;
  }
  #sitemap .main h2 {
    padding: 0 0 19px 20px;
    border-bottom: 1px solid #5e605f;
    line-height: 110%;
    font-size: 18rem;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }
  #sitemap .main h2::before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    background-color: #5e605f;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sitemap .main dl {
    width: auto;
    margin: 0 60px 0 0;
  }
  #sitemap .main dl:nth-of-type(-n + 6) {
    margin-bottom: 60px;
  }
  #sitemap .main dl dt {
    width: 100%;
  }
  #sitemap .main dl dd {
    width: auto;
  }
  #sitemap .main dl dd:first-of-type {
    padding-top: 15px;
  }
  #sitemap .main dl dd:not(:last-of-type) {
    padding-bottom: 7px;
  }
  #sitemap .main dl dd ul {
    width: auto;
    padding: 10px 0 0 12px;
  }
  #sitemap .main dl dd ul li:not(:last-child) {
    padding-bottom: 5px;
  }
  #sitemap .main dl dd ul li a::before {
    -webkit-background-size: 5px auto;
    background-size: 5px auto;
  }
  #sitemap .main dl.guidance {
    overflow: hidden;
  }
  #sitemap .main dl.guidance dd {
    float: left;
    padding-top: 15px;
    margin-right: 40px;
  }
  #sitemap .main dl.guidance dd:not(:first-of-type) {
    padding-left: 0;
    border: none;
  }
  #sitemap .main dl.guidance dd:last-of-type {
    margin-right: 0;
  }
  #sitemap .main > ul li:not(:last-child) {
    padding-bottom: 7px;
  }
  /*-----------------------------------------------------------------
    お探しのページが見つかりません
    -----------------------------------------------------------------*/
  #pagetitle_error br {
    display: none;
  }
  #error .main {
    width: 1098px;
    padding: 90px;
    background: url(img/common/main_bg_top_pc.png) 0 0 no-repeat, url(img/common/main_bg_bottom_pc.png) 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 130px 0;
  }
  #error .main::before {
    height: calc(100% - 436px);
    background: url(img/common/main_bg_middle_pc.png) 0 0 repeat-y;
    top: 218px;
  }
  #error .main figure {
    width: 104px;
    margin: 0 auto 40px;
  }
  #error .main figure img {
    width: 104px;
  }
  #error .main h2 {
    margin-bottom: 30px;
  }
  #error .main h2 br {
    display: none;
  }
  #error .main .txt {
    margin: 0 auto 25px;
  }
  #error .main .txt br {
    display: inline;
  }
  #error .main .btn a {
    width: 313px;
    height: 50px;
    background: #fff url(img/common/arrow01_black.png) 293px center no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 46px;
    font-size: 18rem;
  }
  #error .main .btn a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  /*-----------------------------------------------------------------
    獣医師勤務表
    -----------------------------------------------------------------*/
  #roster .main {
    width: 1098px;
    padding: 90px;
    background: url(img/common/main_bg_top_pc.png) 0 0 no-repeat, url(img/common/main_bg_bottom_pc.png) 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #roster .main::before {
    height: calc(100% - 436px);
    background: url(img/common/main_bg_middle_pc.png) 0 0 repeat-y;
    top: 218px;
  }
  #roster .main h2 {
    padding: 0 0 19px 20px;
    border-bottom: 1px solid #5e605f;
    line-height: 110%;
    font-size: 18rem;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  #roster .main h2::before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    background-color: #5e605f;
    position: absolute;
    top: 0;
    left: 0;
  }
  #roster .main > p {
    width: 100%;
    margin-bottom: 10px;
  }
  #roster .main iframe {
    width: 100%;
    margin: 0 auto;
  }
  /*-----------------------------------------------------------------
    紹介病院さまへ
    -----------------------------------------------------------------*/
  #prelusion .main {
    width: 1098px;
    padding: 90px;
    background: url(img/common/main_bg_top_pc.png) 0 0 no-repeat, url(img/common/main_bg_bottom_pc.png) 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    /*確認画面
          .custom-wpcf7c-confirmed {
              .confirmTxt {
                  padding: 70px 0;
                  font-size: 16rem;
              }
              #contactForm {
                  dd {
                      input {
                          &.wpcf7-text {
                              &.wpcf7c-conf {
                                  border: none;
                                  color: #5e605f;
                              }
                          }
                      }
                      .wpcf7-radio {
                          .wpcf7-list-item {
                              margin: 0;
                              label {
                                  input {
                                      &.wpcf7c-conf {
                                          display: none;
                                          & + .wpcf7-list-item-label {
                                              display: none;
                                          }
                                      }
                                      &.wpcf7c-conf:checked {
                                          & + .wpcf7-list-item-label {
                                              display: inline-block;
                                          }
                                      }
                                  }
                              }
                          }
                      }
                      textarea {
                          &.wpcf7c-conf {
                              padding: 0;
                              border: none;
                              color: #5e605f;
                          }
                      }
                  }
              }
          }
          */
  }
  #prelusion .main::before {
    height: calc(100% - 436px);
    background: url(img/common/main_bg_middle_pc.png) 0 0 repeat-y;
    top: 218px;
  }
  #prelusion .main .txt {
    margin-bottom: 15px;
    text-align: center;
  }
  #prelusion .main .tel_number {
    font-size: 24rem;
    margin-bottom: 75px;
  }
  #prelusion .main .tel_number a {
    font-size: 24rem;
  }
  #prelusion .main h3 {
    padding: 0 0 19px 20px;
    border-bottom: 1px solid #5e605f;
    line-height: 110%;
    font-size: 18rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
  }
  #prelusion .main h3::before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    background-color: #5e605f;
    position: absolute;
    top: 0;
    left: 0;
  }
  #prelusion .main h4 {
    font-size: 18rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #prelusion .main .caution {
    margin: 0 auto 30px;
  }
  #prelusion .main #prelusionForm01,
  #prelusion .main #prelusionForm02 {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 40px;
  }
  #prelusion .main #prelusionForm01 dt,
  #prelusion .main #prelusionForm02 dt {
    width: 240px;
    padding: 30px 0;
    margin: 0;
  }
  #prelusion .main #prelusionForm01 dd,
  #prelusion .main #prelusionForm02 dd {
    width: 678px;
    padding: 30px 0;
    border-top: 1px dotted #a2a2a2;
  }
  #prelusion .main #prelusionForm01 dd input.wpcf7-text,
  #prelusion .main #prelusionForm02 dd input.wpcf7-text {
    width: 390px;
    height: 36px;
    line-height: 34px;
  }
  #prelusion .main #prelusionForm01 dd .wpcf7-radio .wpcf7-list-item,
  #prelusion .main #prelusionForm02 dd .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0 50px 0 0;
  }
  #prelusion .main #prelusionForm01 dd .wpcf7-radio .wpcf7-list-item.last,
  #prelusion .main #prelusionForm02 dd .wpcf7-radio .wpcf7-list-item.last {
    margin-right: 0;
  }
  #prelusion .main #prelusionForm01 dd #symptom-message,
  #prelusion .main #prelusionForm01 dd #other-message,
  #prelusion .main #prelusionForm02 dd #symptom-message,
  #prelusion .main #prelusionForm02 dd #other-message {
    width: 520px;
    height: 146px !important;
  }
  #prelusion .main .privacyTxt {
    margin: 0 auto 35px;
    text-align: center;
  }
  #prelusion .main .privacyTxt a:hover {
    text-decoration: none;
  }
  #prelusion .main .btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #prelusion .main .btn li input {
    width: 313px;
    height: 50px;
    background: #fff url(img/common/arrow01_black.png) 293px center no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 46px;
    font-size: 18rem;
    cursor: pointer;
  }
  #prelusion .main .btn li input:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #prelusion .main .btn li input[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
  }
  #prelusion .main .btn li#submitBtn {
    order: 2;
    margin-bottom: 0;
  }
  #prelusion .main .btn li#backBtn {
    order: 1;
    margin-right: 20px;
  }
  #prelusion .main .btn li#backBtn input {
    width: 193px;
    height: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    line-height: 36px;
  }
  /*-----------------------------------------------------------------
    紹介病院さまへ 送信完了
    -----------------------------------------------------------------*/
  #prelusion_send .main {
    width: 1098px;
    padding: 90px;
    background: url(img/common/main_bg_top_pc.png) 0 0 no-repeat, url(img/common/main_bg_bottom_pc.png) 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 130px 0;
  }
  #prelusion_send .main::before {
    height: calc(100% - 436px);
    background: url(img/common/main_bg_middle_pc.png) 0 0 repeat-y;
    top: 218px;
  }
  #prelusion_send .main figure {
    width: 104px;
    margin: 0 auto 40px;
  }
  #prelusion_send .main figure img {
    width: 104px;
  }
  #prelusion_send .main h2 {
    margin-bottom: 30px;
  }
  #prelusion_send .main p.copy {
    margin-bottom: 15px;
  }
  #prelusion_send .main p.copy br {
    display: none;
  }
  #prelusion_send .main p.txt {
    margin: 0 auto 30px;
    text-align: center;
  }
  #prelusion_send .main p.txt br {
    display: inline;
  }
  #prelusion_send .main .btn a {
    width: 313px;
    height: 50px;
    background: #fff url(img/common/arrow01_black.png) 293px center no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 46px;
    font-size: 18rem;
  }
  #prelusion_send .main .btn a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  /*-----------------------------------------------------------------
    CT検査
    -----------------------------------------------------------------*/
  #ct_scan .main > section {
    margin-bottom: 75px;
    width: 1096px;
    padding: 0 0 45px;
    margin: 0 auto 60px;
    background: url(img/common/section_bg_top_pc.png) center 37px no-repeat, url(img/common/section_bg_bottom_pc.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
  }
  #ct_scan .main > section * {
    position: relative;
    z-index: 2;
  }
  #ct_scan .main > section::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: calc(100% - 500px);
    background: url(img/common/section_bg_middle_pc.png) center 0 repeat-y;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 255px;
    left: 0;
    z-index: 0;
  }
  #ct_scan .main > section h2 {
    width: 1000px;
    padding: 20px 25px;
    margin: 0 auto 30px;
    background-color: #5e605f;
    line-height: 130%;
    font-size: 28rem;
    color: #fff;
    position: relative;
    margin-bottom: 0;
  }
  #ct_scan .main > section h2::before {
    content: "";
    display: block;
    width: 4px;
    height: 28px;
    margin: auto 0;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  #ct_scan .main > section .items > li {
    width: 1000px;
    padding: 40px 0 35px;
    margin: 0 auto;
    border-bottom: 1px dotted #d9d1af;
    overflow: visible;
  }
  #ct_scan .main > section .items > li .intro {
    display: flex;
    width: 1044px;
    margin: 0 0 0 -22px;
  }
  #ct_scan .main > section .items > li .intro .title {
    display: flex;
    align-items: center;
    width: 402px;
    height: 268px;
    margin: 0;
    -webkit-background-size: 362px 268px;
    background-size: 362px 268px;
  }
  #ct_scan .main > section .items > li .intro .title p {
    width: 98px;
    margin: 0;
  }
  #ct_scan .main > section .items > li .intro .title p img {
    width: 98px;
  }
  #ct_scan .main > section .items > li .intro .title h3 {
    font-size: 30rem;
  }
  #ct_scan .main > section .items > li .intro .txt {
    width: 560px;
    margin: 0;
  }
  #ct_scan .main > section .items > li .detail {
    width: 964px;
    padding: 40px 40px 0;
    margin: 30px auto 0;
  }
  #ct_scan .main > section .items > li .detail .txt {
    margin: 0 0 40px;
  }
  #ct_scan .main > section .items > li .detail .txt.movie p {
    width: 500px;
  }
  #ct_scan .main > section .items > li .detail .txt.movie .video {
    width: 360px;
    float: right;
  }
  #ct_scan .main > section .items > li .detail .txt.movie .video video {
    max-width: 100%;
  }
  #ct_scan .main > section .items > li .detail ul {
    margin-bottom: 40px;
    list-style: none;
    display: flex;
    margin: 0 auto;
  }
  #ct_scan .main > section .items > li .detail ul.ct_other {
    margin-bottom: 30px;
  }
  #ct_scan .main > section .items > li .detail ul.ct_other2 {
    padding-bottom: 80px;
  }
  #ct_scan .main > section .items > li .detail ul li:first-child {
    margin-right: 30px;
  }
  #ct_scan .main > section .items > li .detail h4 {
    padding: 0 0 10px 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d1af;
    line-height: 130%;
    font-size: 20px;
    font-weight: bold;
    position: relative;
  }
  #ct_scan .main > section .items > li .detail h4::before {
    content: "";
    display: block;
    width: 2px;
    height: 1.5em;
    background-color: #bd2e34;
    position: absolute;
    top: 0;
    left: 0;
  }
  #ct_scan .main > section .items > li .detail h4 {
    margin-top: 60px;
  }
  #ct_scan .main > section .items > li .detail h4:first-child {
    margin-top: inherit;
  }
  #ct_scan .main > section .items > li .detail dl {
    margin-bottom: 0;
  }
  #ct_scan .main > section .items > li .detail dl dd {
    margin-bottom: 40px;
  }
  #ct_scan .main > section .items > li .detail .example {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  #ct_scan .main > section .items > li .detail .example li {
    display: flex;
    align-items: center;
    width: 432px;
    padding: 0;
    margin-left: 0;
  }
  #ct_scan .main > section .items > li .detail .example li:not(:last-child) {
    margin-bottom: 0;
  }
  #ct_scan .main > section .items > li .detail .example li::before {
    width: 361px;
    height: 140px;
    margin: auto 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
  }
  #ct_scan .main > section .items > li .detail .example li figure {
    float: none;
    width: 160px;
    margin: 0 15px 0 0;
  }
  #ct_scan .main > section .items > li .detail .example li figure img {
    width: 160px;
  }
  #ct_scan .main > section .items > li .detail .example li p {
    display: block;
    width: 240px;
    font-size: 12rem;
  }
  #ct_scan .main > section .items > li .detail .close {
    height: 52px;
    margin: 30px auto 0;
    -webkit-background-size: 26px auto;
    background-size: 26px auto;
    border-top: 2px solid #fff;
  }
  #ct_scan .main > section .items > li:nth-child(odd) .intro .title {
    justify-content: flex-start;
    margin-right: 40px;
    background-position: right center;
  }
  #ct_scan .main > section .items > li:nth-child(odd) .intro .title p {
    margin-right: 10px;
  }
  #ct_scan .main > section .items > li:nth-child(even) .intro .title {
    order: 2;
    justify-content: flex-end;
    background-position: left center;
  }
  #ct_scan .main > section .items > li:nth-child(even) .intro .title p {
    order: 2;
  }
  #ct_scan .main > section .items > li:nth-child(even) .intro .title h3 {
    order: 1;
    margin-right: 10px;
  }
  #ct_scan .main > section .items > li:nth-child(even) .intro .txt {
    order: 1;
    margin: 0 40px;
  }
  /*------------------------------ //PC用CSS ------------------------------*/
}