@charset "utf-8";

/* common  */
body * {
  box-sizing: border-box;
}
body {
  box-sizing: border-box;
  animation: contentsfadeIn 1s ease 0s 1 normal;
  -webkit-animation: contentsfadeIn 1s ease 0s 1 normal;
  color: #182548;
  overflow-x: hidden;
  background-image: url(img/bg.png);
  background-size: 100% 100%;
  background-position: top center;
}
::selection {
  background: #182548;
  color: #fff;
}
::-moz-selection {
  background: #182548;
  color: #fff;
}
@keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
a,
a:link,
a:visited,
a:hover,
a:active {
  transition: all 1s 0s;
  color: #fff;
  text-decoration: none;
}
a:hover {
  opacity: .7;
}
ul,ol,li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#container {
  text-align: center;
  position: relative;
  padding: 0 2em 6vw;
}
#container * {
  font-feature-settings: "palt";
  letter-spacing: calc((50 / 1000)*2em);
}
.bg_white {
  background-color: #fff;
  border-radius: 30px;
  padding: 3em;
  margin: 2em auto 0;
  max-width: 1200px;
}

/* kigaeru_kyorochan_header */
.kigaeru_kyorochan_header {
  padding: 2em 2em 0;
}
.kigaeru_kyorochan_header h1 {
  margin: 0 -1em;
}

/* backtop */
.totop a{
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  background-image: url(../common/img/totop.png);
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}

/* content */
.kigaeru_kyorochan_contents1 {
  margin-top: 2em;
}
.kigaeru_kyorochan_contents2 {
  margin-top: 10vw;
}
.h2Wrap {
  position: relative;
  display: inline-block;
}
.h2Wrap p {
  position: absolute;
  top: -50px;
  left: -50px;
}
.h2Wrap img {
  height: auto;
}
.c2_contentWrap {
  background-color: #FFFBDA;
  padding: 4em 2em;
}
section {
  margin-top: 50px;
  padding: 0 4em;
}

@media only screen and (max-width: 768px) {
  .totop a {
    background-size: cover;
    -webkit-background-size: cover;
    bottom: 10px;
    height:30px;
    right: 10px;
    width: 30px;
  }
  .kigaeru_kyorochan_header {
    background-size: contain;
  }
  .kigaeru_kyorochan_contents {
    margin-top: 15vw;
  }
  .h2Wrap img {
    height: 50px;
    width: auto;
  }
  .h2Wrap p {
    width: 29vw;
    top: -20px;
  }
  .c2_contentWrap img {
    width: 40vw;
  }
  .bg_white {
    padding: 2em;
  }
}

/* ie */
#ie {
  display: none;
}
body.ie #ie {
  display: block;
  padding-top: 100px;
  text-align: center;
}
body.ie {
  background-color: #fff;
  color: #000;
}
body.ie #ie .tit {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
body.ie #ie .body {
  margin-top: 30px;
  text-align: center;
  line-height: 1.5em;
}
body.ie #ie .logo {
  margin-top: 30px;
}
body.ie #container {
  display: none;
}
body.ie .globalFooter {
  display: none;
}