@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
---------------------------------------------------- */
/* ----------------------------------------------------
    mixin
---------------------------------------------------- */
/* ----------------------------------------------------
color set
---------------------------------------------------- */
/* ----------------------------------------------------
	basic
---------------------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #40474f;
  background: url(../img/bg.jpg);
  background-attachment: fixed;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 0;
}

header, section, div, aside, article, footer {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 0;
}

p {
  padding: 0;
  margin: 0;
  line-height: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  box-sizing: border-box;
  line-height: 0;
}
ul li {
  box-sizing: border-box;
}

/* ----------------------------------------------------
	link
---------------------------------------------------- */
a {
  color: #40474f;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #40474f;
}
a:hover {
  color: #0063de;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
a:active {
  color: #0063de;
}

/* ----------------------------------------------------
#dpWrap
---------------------------------------------------- */
#dpWrap {
  padding: 0;
  margin: 0 auto;
  width: 750px;
  background: #5cc2ff;
}

@media screen and (max-width: 750px) {
  #dpWrap {
    width: 100%;
  }
}
/* ----------------------------------------------------
header
---------------------------------------------------- */
header h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
}

/* ----------------------------------------------------
.contentsWrap
---------------------------------------------------- */
.contentsWrap .cntbox {
  position: relative;
}
.contentsWrap .cntbox h2 {
  padding: 0;
  margin: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.contentsWrap .cntbox#cont01 h2 img {
  width: 69.06667%;
}
.contentsWrap .cntbox#cont02 h2 img {
  width: 77.33333%;
}

/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer {
  background: #0063de;
  position: relative;
}
footer .balloon {
  padding: 0;
  margin: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
footer .balloon img {
  width: 79.46667%;
}
footer .snsbox {
  margin: 0 auto;
  width: 66.26667%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
footer .snsbox li:not(:last-child) {
  margin-right: 7.24346%;
}
footer .link {
  text-align: center;
}
footer .link img {
  width: 73.33333%;
}
