@charset "UTF-8";
/* contents
/*-----------------------------------------------------------------------------------------*/
#contents {
  padding-bottom: 10px;
  margin-bottom: 60px;
  position: relative;
  max-width: 1000px;
  width: 96%;
  margin: 30px auto;
}

.depacolink_area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding-top: 50px;
}

.depacolink {
  background: linear-gradient(90deg, rgba(244,204,208,1) 0%, rgba(231,206,236,1) 49%, rgba(190,224,223,1) 100%);
  color: #444;
  padding: 15px 70px;
  font-size: 16px;
  border-radius: 4px;
}

.depacolink:hover {
  text-decoration: underline;
}

/* footer調整 */
#wrapper {
  height: 100%;
    min-height: 100vh;
    position: relative;/*←相対位置*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
    padding-bottom: 420px;
}

#inc_footer{
  position: absolute;/*←絶対位置*/
  bottom: 0; /*下に固定*/
  width: 100%;
}


@media screen and (max-width: 668px) {
#contents {
  margin-bottom: 40px;
}
#inc_footer{
  position: relative;
}
#wrapper {
  padding-bottom: 0;
}
.depacolink_area {
  padding-bottom: 50px;
}

}
