@charset "UTF-8";
/* CSS Document */
/*---------------------------------
  設備紹介
---------------------------------*/
#content::before {
	content:"";
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100vw;
	height:100vh;
  background: url("../facility/images/bg_ttl.png") no-repeat;
  background-position: left 5% bottom 50px;
  background-size: 100px;
}
.img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 580px) {
  #content::before {
    background-position: left 0 center;
    background-size: 60px;
  }
}
/*---------------------------------

  院内紹介

---------------------------------*/
section > .ttl {
  background: rgba(154, 169, 179, 0.85);
  color: #fff;
  text-align: center;
  padding: 30px;
  line-height: 1.5;
}
section > .ttl p {}
section > .ttl h2 {
  font-size: 1.7em;
}
section {
  padding-top: 90px;
  margin-bottom: 100px;
}
section.outline_block {
  padding-top: 0;
  margin-bottom: 0;
}
.page .outline_block .txt {
  margin: 50px auto 0;
}
.page .Contens-Block .wrap {
  margin-top: 70px;
}
/*横並び*/
.row_flex {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
/*横並び（画像+文章）*/
section.Contens-Block .img_txt_wrap figure {
  width: 40%;
}
section.Contens-Block .img_txt_wrap .txt {
  width: 55%;
}
/* 章のタイトル */
section.Contens-Block h3.ttl {
  font-weight: 500;
  /* font-size: 25px; */
  font-size: 1.389em;
  letter-spacing: 5px;
  line-height: 1.7;
  margin-bottom: 1em;
}
/* 小見出し */
section.Contens-Block h4.ttl {
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
/* 各機器のその他機械 */
.Contens-Block .other_item {
  margin-top: 50px;
}
.Contens-Block .other_item ul {
  border-top: 1px solid #ccc;
  list-style: none;
}
.Contens-Block .other_item ul li {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  width: 100%;
}
.Contens-Block .other_item ul li figure {
  margin: 0;
}
.Contens-Block .other_item ul li figure .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 230px;
}
@media screen and (max-width: 768px) {
  .page .outline_block .txt {
    margin: 5rem auto;
  }
  section > .ttl {
    background: rgba(154, 169, 179, 0.85);
    color: #fff;
    text-align: center;
    padding: 2rem;
    line-height: 1.5;
  }
  section > .ttl p {}
  section > .ttl h2 {
    font-size: 2.3rem;
  }
  section {
    padding-top: 0;
    margin-bottom: 10rem;
  }
  section.outline_block {
    padding-top: 0;
  }
}
@media screen and (max-width: 580px) {
  section {
    padding-top: 0;
    margin-bottom: 5rem;
  }
  .page .outline_block .txt {
    margin: 3rem auto 2rem;
  }
  .page .Contens-Block .wrap {
    margin-top: 3rem;
  }
	section > .ttl h2 {
    font-size: 2rem;
  }
  /*横並び*/
  .row_flex {
    display: block;
  }
  /*横並び（画像+文章）*/
  section.Contens-Block .img_txt_wrap figure {
    width: 100%;
  }
  section.Contens-Block .img_txt_wrap .txt {
    width: 100%;
  }
  /* 章のタイトル */
  section.Contens-Block h3.ttl {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
  }
  /* 小見出し */
  section.Contens-Block h4.ttl {
    font-size: 1.6rem;
  }
  .Contens-Block .other_item ul li {
    display: block;
    padding: 2rem 0;
  }
  .Contens-Block .other_item ul li figure {
    margin-bottom: 1rem;
  }
  .Contens-Block .other_item ul li figure .img {
    height: 180px;
  }
}
/*---------------------------------

  洗浄機＆滅菌器

---------------------------------*/
.Mekkin-Block .miele_block {
  background: rgba(246, 246, 246, 0.50);
  padding: 50px;
  margin: 80px auto;
  max-width: 1280px;
}
.Mekkin-Block .miele_block .wrap {
  display: flex;
}
.Mekkin-Block .miele_block .col2 {
  background: #fff;
  margin: 50px auto;
}
.Mekkin-Block .miele_block .col2 h4 {
  background: #A1B4BD;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  padding: 20px;
}
.Mekkin-Block .miele_block .col2 ul {
  list-style: none;
  justify-content: space-between;
  padding: 40px 50px;
}
.Mekkin-Block .miele_block .col2 ul li {
  width: 28%;
  position: relative;
}
.Mekkin-Block .miele_block .col2 ul li::after {
  content: '';
  background: url(../medical/denture/images/flow_arr.svg) no-repeat;
  width: 15px;
  height: 20px;
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Mekkin-Block .miele_block .col2 ul li:last-child::after {
  content: none;
}
.Mekkin-Block .miele_block .col2 ul li p.ttl {
  background: #A1B4BD;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 5px;
}
.Mekkin-Block .miele_block .col2 ul li figure {
  width: 100%;
  margin: 20px 0;
}
.Mekkin-Block .miele_block .col2 ul li p.cap {
  line-height: 2;
  text-align: justify;
}
.Mekkin-Block .miele_block .col2 ul li p.cap span {
  font-size: 14px;
  display: block;
}
.Mekkin-Block .miele_block .col3 .txt {
  width: 65%;
}
.Mekkin-Block .miele_block .col3 figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .Mekkin-Block .miele_block {
    padding: 3rem;
    margin: 5rem auto;
  }
  .Mekkin-Block .miele_block .wrap {
    display: flex;
  }
  .Mekkin-Block .miele_block .col2 {
    background: #fff;
    margin: 3rem auto;
  }
  .Mekkin-Block .miele_block .col2 h4 {
    font-size: 2rem;
    padding: 1rem;
  }
  .Mekkin-Block .miele_block .col2 ul {
    padding: 2rem;
  }
  .Mekkin-Block .miele_block .col2 ul li {
    width: 31%;
  }
  .Mekkin-Block .miele_block .col2 ul li::after {
    right: -15px;
    width: 10px;
    height: 15px;
  }
  .Mekkin-Block .miele_block .col2 ul li p.ttl {
    font-size: 1.6rem;
  }
  .Mekkin-Block .miele_block .col2 ul li figure {
    margin: 1rem 0;
  }
  .Mekkin-Block .miele_block .col2 ul li p.cap {
    line-height: 1.6;
    text-align: justify;
  }
}
@media screen and (max-width: 580px) {
	.Mekkin-Block .wrap > .img_txt_wrap figure {
    margin-bottom: 2rem;
  }
  .Mekkin-Block .miele_block {
    padding: 5%;
    margin: 2rem auto;
  }
	.Mekkin-Block .miele_block .col1 .txt {
    margin-bottom: 1rem;
  }
	.Mekkin-Block .miele_block .col2 h4 {
    font-size: 1.7rem;
    padding: .8rem;
  }
  .Mekkin-Block .miele_block .col2 ul li {
    width: 100%;
  }
  .Mekkin-Block .miele_block .col2 ul li:not(:last-child) {
    margin-bottom: 3rem;
  }
  .Mekkin-Block .miele_block .col2 ul li::after {
    top: auto;
    right: 0;
    left: 0;
    bottom: -20px;
    transform: rotate(90deg);
  }
  .Mekkin-Block .miele_block .col3 .txt {
    width: 100%;
  }
  .Mekkin-Block .miele_block .col3 figure {
    margin-top: 1rem;
    width: 100%;
  }
}
/* 滅菌器 */
.Mekkin-Block .classB_block .wrap {
  display: flex;
}
.Mekkin-Block .classB_block .col1 figure {
  width: 100%;
  max-width: 450px;
}
.Mekkin-Block .classB_block .col1 .txt_box {
  width: 60%;
}
.Mekkin-Block .classB_block .col2 {
  background: #EFF3F6;
  padding: 30px 0;
  margin-top: 70px;
}
.Mekkin-Block .classB_block .col2 .box {
  width: 50%;
  padding: 20px 50px;
}
.Mekkin-Block .classB_block .col2 .box:first-child {
  border-right: 1px dashed #000000;
}
.Mekkin-Block .classB_block .col2 .box h4 {
  font-size: 25px;
  font-weight: 500;
  margin: 10px 0 20px;
  text-align: center;
}
.Mekkin-Block .classB_block .col2 .box figure {
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 580px) {
  .Mekkin-Block .classB_block .wrap {
    display: block;
  }
  .Mekkin-Block .classB_block .col1 .txt_box {
    width: 100%;
  }
  .Mekkin-Block .classB_block .col2 {
    padding: 1rem 0;
    margin-top: 3rem;
  }
  .Mekkin-Block .classB_block .col2 .box {
    width: 100%;
    padding: 1rem 2rem;
  }
  .Mekkin-Block .classB_block .col2 .box h4 {
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
  .Mekkin-Block .classB_block .col2 .box:first-child {
    border-right: none;
    border-bottom: 1px dashed #000000;
  }
}
/*---------------------------------

  全身麻酔器

---------------------------------*/
section.Safety-Block .img_txt_wrap .img_wrap {
  margin-top: 30px;
}
section.Safety-Block .img_txt_wrap .img_wrap figure {
  width: 32%;
}
section.Safety-Block .other_item .img_txt_wrap:nth-of-type(2) figure {
  order: 1;
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 580px) {
  section.Safety-Block .img_txt_wrap .img_wrap {
    display: flex;
    margin-top: 2rem;
  }
  section.Safety-Block .img_txt_wrap .img_wrap figure {
    width: 33.333%;
  }
}
/*---------------------------------

  患者さんの安全を守るために

---------------------------------*/
section > .wrap > .wrap .item {
  width: 45%;
}
section > .wrap > .wrap .item h4 {
  font-size: 30px;
  font-weight: 500;
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 580px) {}
/*---------------------------------

  デジタルCT

---------------------------------*/
.CT-Block .wrap .img_txt_wrap {
  margin-bottom: 30px;
}
.CT-Block .txt h4 {
  margin-top: 30px;
}
.CT-Block .img_txt_wrap .txt figure {
  margin: 30px auto 0;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 580px) {}
/*---------------------------------

  CEREC システム

---------------------------------*/
.CEREC-Block .title::before {
  background: #D7CBAB;
}
.CEREC-Block .wrap .txt div {
  margin: 30px 0 10px;
}
.CEREC-Block .wrap .txt div h4.ttl {
  margin: 0 0 5px;
}
.CEREC-Block .wrap .txt ol {
  margin: 20px 0 0 20px;
}
.CEREC-Block .wrap .txt ol li {
  margin: 5px 0;
}
.CEREC-Block .wrap figure img {
  display: block;
  margin-bottom: 20px;
}
/*---------------------------------

  laser

---------------------------------*/
.laser-Block .wrap .img_txt_wrap + figure {
  max-width: 95rem;
  margin: 5rem auto 0;
}
.laser-Block .wrap .img_txt_wrap + figure figcaption {
  font-size: .7em;
  text-align: right;
  margin-top: 1rem;
}