.main2contents{
  position:relative;
}
.btn-contact {
  position: fixed;
  right: 0;
  top: 519px;
  z-index: 9999!important;
}
.btn-contact img{
 width: 80px;
}

#MainImg{
  width:100%;
}
#maincontents{
  width:100%;
}
#maincontents img{
  width:100%;
}
#maincontents .sect1{
  background-color:#E1F0F8;
  padding-top:50px;
  padding-bottom:350px;
  background-image:url(../images/health_management/main_back.jpg);
  background-position:bottom left;
  background-size:100%;
  background-repeat:no-repeat;
}
#maincontents .sect1 .contents{
  width:90%;
  max-width:1200px;
  margin:0 auto;
}
#maincontents .sect1 .contents .title{
  width:83%;
  margin:0 auto;
}
#maincontents .sect1 .contents .image{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top:70px;
}
#maincontents .sect1 .contents .image > div{
  width:30%;
  text-align:center;
}
#maincontents .sect1 .contents .image > div img{
  width:auto;
  height:100%;
}
#maincontents .sect1 .contents .button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top:35px;
}
#maincontents .sect1 .contents .button > div{
  width:30%;
  text-align:center;
}
#maincontents .sect1 .contents .button > div img{
  width:auto;
  height:100%;
}

#maincontents .sect2{
  background-color:#29ABE2;
  padding-bottom:50px;
  position:relative;
}
#maincontents .sect2:after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 60px;
  border-color: #29ABE2 transparent transparent transparent;
  z-index: 9999;
}
#maincontents .sect2 .contents{
  width:90%;
  max-width:1200px;
  margin:0 auto;
}
#maincontents .sect2 .contents .image{
  width:80%;
  margin:0 auto;
  text-align:center;
  border-bottom: 3px dashed white;
  padding-bottom:30px;
}
#maincontents .sect2 .contents .button{
  margin-top:70px;
  margin-left:auto;
  margin-right:auto;
  width:42%;
  position:relative;
}
#maincontents .sect2 .tooltip{
  padding:10px 30px;
  color:#29ABE2;
  font-size:16px;
  top:-50px;
}
#maincontents .sect2 .tooltip:after{
  top:0px;
}

#Sect4{
  position:relative;
  padding-bottom:9%;
  background-color:#d6ebf7;
  z-index:1;
}
#Sect4 .banner img{
  position:relative;
  z-index:3;
}
#Sect4 .contents{
  width:90%;
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}
#Sect4 .contents .btn-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#Sect4 .btn-box > div{
  position:relative;
  z-index:3;
  width:30%;
}
#Sect4 .btn-box > div:first-of-type{
  margin-right:15px;
}
#Sect4 .btn-box > div:last-of-type{
  margin-left:15px;
}

#Sect4 .background-image{
  position:absolute;
  left:0;
  bottom:0;
  z-index:2;
  width:100%;
}
#Sect4 .background-image img{
  width:100%;
}

#maincontents .tooltip{
  background-color:rgba(255,255,255,0.8);
  position:absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top:-30px;
  padding:5px 25px;
  font-weight:bold;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  display:none;
}
#maincontents .tooltip:after{
  content:" ";
  display:block;
  position:absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top:24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: rgba(255,255,255,0.8) transparent transparent transparent;
}
