@charset "utf-8";
body .movie-container {
  text-align: center;
}
@media screen and (max-width: 800px) {
  body .movie-container video {
    width: 100%;
    height: auto;
  }
}
body article {
  padding-bottom: 0;
}
body article >section:not(#main) {
  padding-top: 120px;
}
body article >section#register {
  padding-top: 0;
}
body article >section >.contents:first-child {
  margin-top: -200px;
  padding-top: 120px;
}
body article >section#main {
  background: #73bc9b;
}
body article >section#main >.contents {
  max-width: 1000px;
  margin: auto;
  padding: 2%;
  position: relative;
}
body article >section#main >.contents >.text >p.caption {
  float: left;
  color: #fff;
  font-size: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 4em;
  text-shadow: 1px 1px 6px #000;
}
body article >section#main >.contents .illust {
  width: 70%;
}
@media screen and (max-width: 640px) {
  body article >section#main >.contents >.text {
    position: initial;
  }
  body article >section#main >.contents >.text >p.caption {
    font-size: 24px;
  }
}
body article >section .contents {
  position: relative;
  padding-top: 1%;
  padding-bottom: 1%;
}
body article >section .contents:last-child {
  padding-bottom: 4%;
}
body article >section .contents >h3 {
  margin-bottom: 20px;
}
body article >section .contents >h3.left {
  position: absolute;
  width: 50.6%;
  left: 2%;
}
@media screen and (max-width: 640px) {
  body article >section .contents >h3.left {
    width: auto;
  }
}
body article >section .contents >h3.right {
  position: absolute;
  width: 50.6%;
  right: 2%;
}
@media screen and (max-width: 640px) {
  body article >section .contents >h3.right {
    width: auto;
  }
}
body article >section .contents >h3.tool-detail {
  font-size: 19px;
}
@media screen and (max-width: 640px) {
  body article >section .contents >h3.left,
  body article >section .contents >h3.right {
    font-size: 16px;
  }
}
body article >section .contents >h3 >img {
  vertical-align: middle;
  margin-right: 10px;
}
body article >section .contents .illust {
  width: 44.4%;
}
body article >section .contents .illust.left {
  margin-right: 3%;
}
body article >section .contents .illust.right {
  margin-left: 3%;
}
body article >section .contents .text {
  width: 52.6%;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  body article >section .contents .text {
    width: 100%;
  }
}
body article >section .contents .text >p {
  margin-bottom: 15px;
}
body article >section .contents .text >p.plus-h2 {
  margin-top: 100px;
}
body article >section .contents .text >p.plus-h3 {
  margin-top: 65px;
}
body article >section .contents .multi-illusts img {
  width: 44.4%;
}
@media screen and (max-width: 640px) {
  body article >section .contents .multi-illusts {
    text-align: center;
  }
  body article >section .contents .multi-illusts img {
    width: 80%;
    float: none !important;
  }
}
body article >section .contents .multi-illusts img {
  margin-bottom: 4%;
}
body article >section .contents .multi-illusts img + img {
  float: right;
}
body article >section .contents.usage h4 {
  position: relative;
  clear: both;
  margin-bottom: 1%;
  padding: 20px 0;
  font-size: 19px;
  color: #008965;
}
body article >section .contents.usage h4:after {
  content: "";
  border-top: 1px solid #008965;
  top: 50%;
  right: 0;
  position: absolute;
  width: calc(100% - 250px);
}
body article >section .contents.usage .text {
  width: 100%;
}
body article >section .contents.usage .illust {
  margin-top: 40px;
  width: 100%;
}
