@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #fdfaef;
}
.section-top {
  max-width: 900px;
  margin: 60px auto 30px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 30px;
}
/*.section-top__image {
    height: 270px;
    width: auto;
    background-image: url("../images/endoscope2.jpg");
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}*/
.flex-container {
  display: none;
}
@media(min-width: 1000px) {
  .section-top {
    max-width: 1000px;
    margin: 186px auto 30px;
  }
  .flex-container {
    display: block;
    position: fixed;
    right: 0;
    top: 0px;
    justify-content: flex-end;
    max-width: 1160px;
    gap: 0px;
    z-index: 1000;
  }
  .section-top__icon1 {
    display: block;
    top: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: -100px;
  }
  .section-top__icon2 {
    display: block;
    top: 0;
    margin-top: 0px;
    margin-left: 100px;
    margin-bottom: 0;
  }
  .section-top__icon3 {
    display: block;
    height: 100px;
    width: 100px;
    top: 0px;
    margin-top: -100px;
    margin-left: 200px;
  }
  /*.section-top__image {
        height: 500px;
        width: 100%;
        background-image: url("../images/endoscope2.jpg");
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        margin-bottom: 30px;
    }*/
}
.section-equelle {
  margin-bottom: 100px;
  max-width: 900px;
}
.section-equelle h2 {
  width: 85%;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 3.0rem;
  border-bottom: solid 2px #7bdcb5;
  margin-top: 30px;
  padding-bottom: 25px;
  margin: 0 auto 30px;
  color: #1d9c92;
  text-align: center;
}
.section-equelle h3 {
  text-align: center;
  color:#1d9c92;
  font-size: 2.0rem;
  margin: 0 auto 30px;
}
.section-equelle h4 {
	font-size: 2.4rem;
	font-weight: 500;
	padding: 6px 6px;
	padding-left:20px;
	margin: 2px 0 10px 0;
	width:70%;
	text-align: left;
	color: 333;
	background: #7bdcb5;
    border-left:solid 10px #1d9c92;
}
.section-equelle p {
  max-width: 900px;
  margin: 0 24px 20px;
  text-align: left;
  line-height: 2.8rem;
}
.about-equelle {
  font-weight: 600;
  font-size: 2.0rem;
  color: #1d9c92;
}
.ownexpense-equelle {
  text-align: center;
  margin: 0 auto;
}
.equelle {
	color: #EC6D81;
	font-weight: 600;
}

@media(min-width: 1000px) {
  .section-equelle {
    margin: 0px auto 100px;
    padding-top: 30px;
    max-width: 1000px;
  }
  .section-equelle h2 {
    font-size: 2.6rem;
    padding-top: 30px;
  }
  .section-equelle p {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .section-equelle h3 {
  text-align: center;
  font-size: 2.4rem;
  margin: 0 auto 30px;
}
	.section-equelle h4 {
		width:50%;
	}
.equelle-img {
	display: flex;
}
.section-equelle p {
  max-width: 900px;
  margin: 0 100px 20px;
  text-align: left;
  line-height: 2.8rem;
}
.about-equelle {
  font-weight: 600;
  font-size: 2.0rem;
  color: #1d9c92;
}
.ownexpense-equelle {
  text-align: center;
  margin: 0 auto;
}
.info-equelle {
	color: #1d9c92;
	font-size: 2.4rem;
	font-weight: 600;
}
}