
.page-treatment {
  margin-top: var(--header-height);
  color: #867b68;
  padding: 34px 0 0
}
@media only screen and (max-width: 767px) {
  .page-treatment {
    padding: 22px 0 0
  }
}

.page-treatment .intro {
  padding: 46px 0 0;
  overflow: hidden
}
.page-treatment .intro__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.page-treatment .intro-left {
  width: 61.8%;
  margin-left: -50px;
  padding-left: 50px;
  padding-right: 50px;
  background: url(../../assets/img/treatment/back_flame.svg),url(../../assets/img/treatment/image01.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top left,50px bottom;
    background-size: contain,auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1
}
.page-treatment .intro .section-heading {
  font-size: 2.6rem;
  font-weight: 700;
  background-color: #d9e0eb;
  color: #8b816f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 6px;
  margin-top: 32px
}
.page-treatment .intro__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
  margin-top: 12%;
  letter-spacing: -.038em
}

.page-treatment .intro-right {
  width: 62.4%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: -19.7%;
  position: relative
}
.page-treatment .intro-right__img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 43px
}
  .page-treatment .intro-left__bg-sp {
      display: none;
  }
@media only screen and (max-width: 1024px) {
.page-treatment .intro-left {
  width: 61.8%;
  margin-left: -24px;
  padding-left: 24px;
  padding-right: 24px;
    background-position: left 30px,24px bottom;
    background-size: contain,50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1
}
  .page-treatment .intro .section-heading {
    margin-top: 0
  }
  .page-treatment .intro__text {
    font-size: 1.6rem;
      margin-top: 18%;
  }
.page-treatment .intro-right {
  margin-left: -21.7%;
  position: relative
}
}
@media only screen and (max-width: 870px) {
  .page-treatment .intro__text {
    margin-top: 60px
  }
}
@media only screen and (max-width: 767px) {
  .page-treatment .intro {
    padding: 46px 10px 0
  }
  .page-treatment .intro__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 25px
  }
  .page-treatment .intro-left {
    width: 100%;
  margin: 0;
  padding: 0 15px 50px;
  background: url(../../assets/img/treatment/back_flame.png) no-repeat center top;
      background-size: 100% 100%;
  }
  .page-treatment .intro .section-heading {
    font-size: 1.5rem;
    margin: 10px 0 0
  }
  .page-treatment .intro__text {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    margin-top: 25px
  }
  .page-treatment .intro-right {
    margin-left: auto;
    margin: -30px 0 0;
    width: 100%;
    z-index: 1;
      background: url(../../assets/img/treatment/image01.png) no-repeat left bottom;
      background-size: 35%;
  }
  .page-treatment .intro-right__img {
      width: 55%;
      height: 100%;
    margin: 0 0 0 auto;
    border-radius: 20px
  }
  .page-treatment .intro-right__img img {
      width: 120%;
      height: 200px;
    object-fit: cover;
      object-position: right 0px bottom 50%;

  }
  .page-treatment .intro-left__bg-sp {
      display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    z-index: -1;
    margin-top: -8px
  }
}


.page-treatment .subject {
  padding: 147px 0 80px
}
.page-treatment .subject_menu {
    margin-bottom: 30px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.page-treatment .subject_menu li {
	width: 19%;
	widht: -webkit-calc((100% - 60px) / 4);/*Chrome19~25対応*/
	width: -moz-calc((100% - 60px) / 4);/*Firefox4~15対応*/
	width: calc((100% - 60px) / 4);
	margin: 0 20px 1.5em 0;
}
.page-treatment .subject_menu li:nth-of-type(4n) {
	margin-right: 0;
}
.page-treatment .subject_menu li a {
    font-size: 2rem;
    font-weight: bold;
    color: #738d41;
    display: block;
    padding: 5px 0;
	border-bottom: solid 2px #acba91;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    position: relative;
}
.page-treatment .subject_menu li a:before {
    content: '';
    display: block;
    width: 3.5em;
    height: 2px;
	background: #738d41;
	position: absolute;
	left: 0px;
	bottom: -2px;
}
.page-treatment .subject_menu li a:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
	margin-right: 15px;
    border-right: solid 1px #738d41;
    border-bottom: solid 1px #738d41;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page-treatment .subject .subject_detail {
    padding-top: 90px;
}
.page-treatment .subject .subject_detail dl {
	margin: 30px 0;
}
.page-treatment .subject .subject_detail dl dt {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.page-treatment .subject .subject_detail dl dd ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.page-treatment .subject .subject_detail dl dd li {
	font-size: 1.8rem;
	line-height: 2;
	color: #fff;
	text-align: center;
	background: #acba91;
	margin: 15px 10px 0 0;
	padding: 0 0.2em 0 2.2em;
	white-space: nowrap;
	width: 32%;
	widht: -webkit-calc((100% - 20px) / 3);/*Chrome19~25対応*/
	width: -moz-calc((100% - 20px) / 3);/*Firefox4~15対応*/
	width: calc((100% - 20px) / 3);
	display: inline-block;
	border: solid 3px #acba91;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
}
.page-treatment .subject .subject_detail dl dd li:nth-of-type(3n) {
	margin-right: 0;
}
.page-treatment .subject .subject_detail dl dd li:before {
	content: '';
	width: 2em;
	height: 2em;
	background: url("../img/treatment/icon_check.png");
	background-size: cover;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	left: 0px;
}





.page-treatment .subject .subject_detail table {
    width: 100%;
    font-size: 1.8rem;
    margin-top: 1.5em;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
.page-treatment .subject .subject_detail table th {
    color: #fff;
    background: #acba91;
    padding: 1.5em 0;
    width: 14em;
    vertical-align: top;
    border-bottom: solid 1px #fff;
}
.page-treatment .subject .subject_detail table th.disease_head {
    border-bottom: none;
}
.page-treatment .subject .subject_detail table td {
    padding: 0.6em 1em;
    border-bottom: solid 1px #acba91;
}
.page-treatment .subject .subject_detail table td.disease {
    padding: 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -webkit-box-align: stretch;
    align-items: stretch;
    border-bottom: none;
}
.page-treatment .subject .subject_detail table td.type_dog {
    border-bottom: none;
}
.page-treatment .subject .subject_detail table td.disease .type_disease {
    color: #fff;
    padding: 0.6em 1em;
    width: 10em;
    text-align: center;
    background: #eee;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.page-treatment .subject .subject_detail table td.disease .type_disease img {
    margin-left: 20px;
}
.page-treatment .subject .subject_detail table td.type_dog p.type_disease {
    background: #77abb6;
    border-bottom: solid 1px #fff;
}
.page-treatment .subject .subject_detail table td.type_cat p.type_disease {
    background: #e5a288;
}
.page-treatment .subject .subject_detail table td.disease ul {
    padding: 0.6em 1em;
    line-height: 1.8888888889;
    width: 100%;
}
.page-treatment .subject .subject_detail table td.type_dog ul {
    border-bottom: solid 1px #acba91;
}

.page-treatment .subject #detail01 {
    background: url("../img/treatment/image02.png") no-repeat left top;
    background-size: 160px;
}
.page-treatment .subject .subject_detail h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #738d41;
  padding: 6px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 42px;
  line-height: 1;
  border-radius: 4px;
  min-width: 197px;
  text-align: center;
}
.page-treatment .subject .subject_detail p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
}
.page-treatment .subject .subject_detail h4 {
  font-size: 3rem;
  font-weight: 700;
  color: #738d41;
  margin: 40px auto 30px;
  line-height: 1;
  text-align: center;
}
.page-treatment .subject #detail09 div {
}
.page-treatment .subject #detail09 div p {
    margin: 0;
}
.page-treatment .subject #detail09 div .subject__img {
    margin-top: 25px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.page-treatment .subject #detail09 div .subject__img img {
    width: 32%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.page-treatment .subject #detail11 div {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.page-treatment .subject #detail11 div .subject__img {
    flex-shrink: 0;
    margin-left: 50px;
}
.page-treatment .subject #detail11 div p {
    margin: 0;
}
.page-treatment .subject #detail11 div .subject__img img {
    width: 320px;
    height: 320px;
    object-fit: cover;
    object-position: right 0px bottom 50%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.page-treatment .subject #detail11 ul {
	margin-top: 1em;
	font-size: 1.8rem;
	line-height: 1.8888888889;
	list-style: disc;
	margin-left: 1.5em;
}
.page-treatment .subject #detail12 div {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.page-treatment .subject #detail12 div .subject__img {
    flex-shrink: 0;
    margin-left: 50px;
}
.page-treatment .subject #detail12 div p {
    margin: 0;
}
.page-treatment .subject #detail12 div .subject__img img {
    width: 320px;
    height: 320px;
    object-fit: cover;
    object-position: right 50% bottom 50%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.page-treatment .subject #detail12 ul {
	font-size: 1.8rem;
	line-height: 1.8888888889;
	list-style: disc;
	margin-left: 1.5em;
}
.page-treatment .subject .cases {
}
.page-treatment .subject .cases p {
	width: 48%;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
.page-treatment .subject {
  padding: 99px 0 0
}
.page-treatment .subject_menu {
    margin-bottom: 30px;
}
.page-treatment .subject_menu li {
	width: 19%;
	widht: -webkit-calc((100% - 40px) / 3);/*Chrome19~25対応*/
	width: -moz-calc((100% - 40px) / 3);/*Firefox4~15対応*/
	width: calc((100% - 40px) / 3);
	margin: 0 20px 1.5em 0;
}
.page-treatment .subject_menu li:nth-of-type(4n) {
	margin-right: 20px;
}
.page-treatment .subject_menu li:nth-of-type(3n) {
	margin-right: 0;
}
.page-treatment .subject_menu li a {
    font-size: 1.8rem;
}
.page-treatment .subject_menu li a:after {
	margin-right: 5px;
}
.page-treatment .subject .subject_detail {
    margin-top: -80px;
    padding-top: 130px;
}

.page-treatment .subject .subject_detail dl dt {
	font-size: 1.8rem;
}
.page-treatment .subject .subject_detail dl dd ul {
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.page-treatment .subject .subject_detail dl dd li {
	font-size: 1.8rem;
	margin: 8px 0 0;
	padding: 0 0.5em 0 2.2em;
	width: 32%;
	widht: -webkit-calc(50% - 10px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 10px);/*Firefox4~15対応*/
	width: calc(50% - 10px);
}
.page-treatment .subject .subject_detail dl dd li:nth-of-type(3n) {
	margin-right: 0;
}

.page-treatment .subject .subject_detail table {
}
.page-treatment .subject .subject_detail table th {
    padding: 1.5em 0;
    width: 9em;
}
.page-treatment .subject .subject_detail table td {
    padding: 0.6em 1em;
}
.page-treatment .subject .subject_detail table td.disease .type_disease {
    padding: 0.6em 1em;
    width: 9em;
}
.page-treatment .subject .subject_detail table td.disease .type_disease img {
    margin-left: 10px;
}
.page-treatment .subject .subject_detail table td.disease ul {
    padding: 0.6em 1em;
}

.page-treatment .subject #detail01 {
    background-position: left 80px;
    background-size: 140px;
}
.page-treatment .subject .subject_detail h4 {
  font-size: 2.4rem;
  margin: 30px auto 20px;
}
.page-treatment .subject #detail09 div {
}
.page-treatment .subject #detail09 div .subject__img {
}
.page-treatment .subject #detail09 div .subject__img img {
}
.page-treatment .subject #detail11 div {
}
.page-treatment .subject #detail11 div .subject__img {
    margin-left: 30px;
}
.page-treatment .subject #detail11 div .subject__img img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    object-position: right 0px bottom 50%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.page-treatment .subject #detail12 div {
}
.page-treatment .subject #detail12 div .subject__img {
    margin-left: 30px;
}
.page-treatment .subject #detail12 div .subject__img img {
    width: 280px;
    height: 280px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
}
@media only screen and (max-width: 767px) {
  .page-treatment .subject {
    padding: 23px 10px 29px
  }
.page-treatment .subject_menu {
    margin-bottom: 0;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.page-treatment .subject_menu li {
	width: 48%;
	widht: -webkit-calc(50% - 10px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 10px);/*Firefox4~15対応*/
	width: calc(50% - 10px);
	margin: 0 0 10px;
}
.page-treatment .subject_menu li:nth-of-type(4n) {
	margin-right: 0;
}
.page-treatment .subject_menu li:nth-of-type(3n) {
	margin-right: 0;
}
.page-treatment .subject_menu li a {
    font-size: 1.4rem;
}
.page-treatment .subject_menu li a:after {
    width: 4px;
    height: 4px;
}
.page-treatment .subject_menu li a img {
    width: auto;
    height: 35px;
    margin: 0 0 5px;
}
.page-treatment .subject .subject_detail {
    margin-top: -20px;
    padding-top: 70px;
}

.page-treatment .subject .subject_detail dl {
	margin: 20px 0;
}
.page-treatment .subject .subject_detail dl dt {
	font-size: 1.5rem;
}
.page-treatment .subject .subject_detail dl dd ul {
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
.page-treatment .subject .subject_detail dl dd li {
	font-size: 1.2rem;
	margin: 5px 5px 0 0;
	padding: 0 0.5em 0 2.2em;
	width: auto;
}
.page-treatment .subject .subject_detail dl dd li:nth-of-type(3n) {
	margin-right: 5px;
}

	
	
	
.page-treatment .subject .subject_detail table {
    font-size: 1.3rem;
}
.page-treatment .subject .subject_detail table th {
    display: block;
    padding: 0.6em 0;
    width: 100%;
}
.page-treatment .subject .subject_detail table td {
    display: block;
    padding: 0.5em 0;
}
.page-treatment .subject .subject_detail table td.disease .type_disease {
    padding: 0.5em 0;
    width: 9em;
}
.page-treatment .subject .subject_detail table td.disease .type_disease img {
    margin-left: 5px;
    width: 50px;
}
.page-treatment .subject .subject_detail table td.disease ul {
    padding: 0.5em 1em;
}

.page-treatment .subject #detail01 {
    background-position: left 40px;
    background-size: 100px;
}
.page-treatment .subject .subject_detail h3 {
    font-size: 2.1rem;
    min-width: 129px;
    padding: 5px 8px;
    margin-bottom: 20px;
  }
.page-treatment .subject .subject_detail p {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
.page-treatment .subject .subject_detail h4 {
  font-size: 2rem;
  margin: 20px auto;
}
.page-treatment .subject #detail09 div {
}
.page-treatment .subject #detail09 div .subject__img {
    margin-top: 15px;
}
.page-treatment .subject #detail09 div .subject__img img {
    height: 140px;
    object-fit: cover;
    object-position: center bottom 50%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.page-treatment .subject #detail09 div p {
    margin: 0;
}
.page-treatment .subject #detail11 div {
    margin-top: 0;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
.page-treatment .subject #detail11 div .subject__img {
    margin: 15px 0 0;
    text-align: center;
}
.page-treatment .subject #detail11 div .subject__img img {
    width: 90%;
    height: 240px;
    object-fit: cover;
    object-position: center bottom 50%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.page-treatment .subject #detail11 div p {
    margin: 0;
}
.page-treatment .subject #detail11 ul {
	font-size: 1.3rem;
}
.page-treatment .subject #detail12 div {
    margin-top: 0;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
.page-treatment .subject #detail12 div .subject__img {
    margin: 15px 0 0;
    text-align: center;
}
.page-treatment .subject #detail12 div .subject__img img {
    width: 90%;
    height: 240px;
    object-fit: cover;
    object-position: center bottom 50%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.page-treatment .subject #detail12 ul {
	font-size: 1.3rem;
}
.page-treatment .subject #detail12 div p {
    margin: 0;
}
.page-treatment .subject #detail12 div.cases {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
}
}
@media only screen and (max-width: 374px) {
.page-treatment .subject_menu li a {
    font-size: 1.3rem;
}
}




