@import url(base.css);
@import url(common.css);
@import url(lib.css);
/* ---------------------------------
Index
---------------------------------- */
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body a {
  text-decoration: underline;
  color: #097ee6;
}

header {
  width: 100%;
  background: url(../img/mainbg.png) no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}

header #header {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

header #header h1 {
  text-align: center;
  padding: 40px 0;
}

header #header h1 span {
  display: block;
  width: 1000px;
  margin: 0 auto;
}

header #header h1 span img {
  vertical-align: bottom;
}

.ex {
  line-height: 2em;
  font-size: 15px;
  text-align: center;
}

.ex a {
  text-decoration: underline;
  color: #097ee6;
}

p.download {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin: 25px auto 50px auto;
}

p.download a:hover {
  position: relative;
  top: 2px;
}

.radius {
  border-radius: 10px;
  overflow: hidden;
}

.hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hover:hover img {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p.ex01 {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

p.otherbtn {
  text-align: center;
}

p.otherbtn a {
  display: inline-block;
  line-height: 50px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: white;
  text-decoration: none;
  background: #5eb053;
  padding: 0 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p.otherbtn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.art_index {
  margin-bottom: 60px;
}

.art_index p.menu_tit {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #444;
  margin-bottom: 15px;
}

.art_index ul {
  padding: 38px;
  background: #f5f5f5;
}

.art_index ul li {
  font-size: 16px;
  margin-bottom: 15px;
}

.art_index ul li:last-child {
  margin-bottom: 0;
}

article.art {
  border: solid 1px #5eb053;
  margin-bottom: 50px;
}

article.art .title {
  background: #eaf6eb;
  padding: 30px;
  zoom: 1;
  position: relative;
}

article.art .title:after {
  display: table;
  clear: both;
  content: "";
}

article.art .title:before {
  display: table;
  content: "";
}

article.art .title .num {
  display: block;
  background: #5eb053;
  color: white;
  width: 35px;
  line-height: 35px;
  font-size: 24px;
  float: left;
  margin-right: 20px;
  text-align: center;
}

article.art .title h2 {
  float: left;
  width: 800px;
}

article.art .title h2 span {
  display: block;
  position: relative;
  top: 2px;
}

article.art .title h2 span.sub {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 3px;
}

article.art .title h2 span.main {
  font-size: 22px;
}

article.art .title h2 span.limited {
  font-size: 17px;
  border: solid 1px tomato;
  color: tomato;
  letter-spacing: 2px;
  display: inline-block;
  padding: 2px 15px;
  margin-top: 8px;
}

article.art .cs {
  padding: 50px 70px;
}

article.art .cs p {
  font-size: 30px;
  opacity: 0.5;
  color: #5eb053;
  letter-spacing: 5px;
  text-align: center;
}

article.art .tit01 {
  font-size: 23px;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: 1px;
  padding-bottom: 10px;
  border-bottom: solid 1px #5eb053;
}

article.art .tit01 span {
  color: #5eb053;
  display: inline-block;
  margin-right: 7px;
  font-size: 34px;
  font-weight: normal;
  position: relative;
  top: 2px;
}

article.art .group {
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: 35px;
  padding-top: 20px;
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 20px rgba(94, 176, 83, 0.1);
          box-shadow: 0 0 20px rgba(94, 176, 83, 0.1);
}

article.art .body {
  padding: 34px;
  padding-bottom: 7px;
  padding-top: 0;
  background: #eaf6eb;
}

article.art .body hr {
  height: 1px;
  border: none;
  margin-bottom: 28px;
  border-bottom: solid 1px #dcdcdc;
}

article.art .body hr.half {
  width: 70%;
}

article.art .body section {
  clear: both;
  position: relative;
  padding-bottom: 28px;
}

article.art .body section:last-child, article.art .body section.last {
  margin-bottom: 0;
  border-bottom: none;
}

article.art .body section .profile {
  zoom: 1;
}

article.art .body section .profile:after {
  display: table;
  clear: both;
  content: "";
}

article.art .body section .profile:before {
  display: table;
  content: "";
}

article.art .body section .profile figure {
  width: 170px;
  height: 110px;
  background: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
  float: left;
  -webkit-box-shadow: 0 0 2px #aaa;
          box-shadow: 0 0 2px #aaa;
}

article.art .body section .profile .ex {
  width: 700px;
  text-align: left;
  float: right;
  padding-left: 30px;
}

article.art .body section .profile .ex.indent {
  padding-left: 40px;
}

article.art .body section .profile .ex h3 {
  color: #5eb053;
  font-size: 20px;
  margin-bottom: 12px;
}

article.art .body section .profile .ex h3 span {
  margin-left: -1.6em;
  display: inline-block;
  margin-right: 3px;
}

article.art .body section .profile .ex p.profile {
  font-size: 14px;
}

article.art .body section .profile .ex p.name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}

article.art .body section .profile .ex p.name span {
  font-size: 18px;
  display: inline-block;
  margin-left: 7px;
}

article.art .body section .profile .ex.notit {
  padding-top: 25px;
}

article.art .body section dl.btns {
  position: absolute;
  bottom: 23px;
  right: 0px;
  text-align: center;
}

article.art .body section dl.btns dt {
  margin-bottom: 1px;
}

article.art .body section dl.btns a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

article.art .body section dl.btns a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

article.art .body section dl.btns.middle {
  bottom: inherit;
  top: -50px;
}

article.art .body section.gp_end {
  border-bottom: solid 2px #5eb053;
}

span.btn_watch,
span.btn_download {
  display: inline-block;
}

span.btn_watch a,
span.btn_download a {
  display: block;
  text-decoration: none;
  border-radius: 100px;
  letter-spacing: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 5px #f0f0f0;
          box-shadow: 0 0 5px #f0f0f0;
}

span.btn_watch a:hover,
span.btn_download a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

span.btn_watch a {
  line-height: 40px;
  width: 100%;
  font-size: 15px;
  background: #33ca7b url(../img/icon_play.png) no-repeat 15px 48%;
  padding: 0 40px;
  padding-right: 20px;
  color: white;
}

span.btn_watch a span {
  background: yellow;
  display: inline-block;
  color: black;
  font-size: 12px;
  padding: 0 7px;
  margin-left: 5px;
  position: relative;
  top: -2px;
  font-weight: bold;
  line-height: 18px;
}

span.btn_watch.all {
  position: absolute;
  height: 40px;
  top: 0px;
  bottom: 0px;
  z-index: 111;
  margin: auto;
  right: 30px;
}

span.btn_watch.all a {
  line-height: 40px;
  font-size: 15px;
  border-radius: 40px;
}

span.btn_download {
  margin-top: 5px;
  min-width: 185px;
}

span.btn_download a {
  line-height: 30px;
  font-size: 14px;
  padding: 0 15px;
  font-weight: bold;
  color: #7d7d7d;
  background: #e6e6e6;
}

.additional {
  background-image: -webkit-gradient(linear, right top, left top, from(#bff3c4), to(#bce79d));
  background-image: linear-gradient(-90deg, #bff3c4 0%, #bce79d 100%);
  padding: 50px 0;
  zoom: 1;
}

.additional:after {
  display: table;
  clear: both;
  content: "";
}

.additional:before {
  display: table;
  content: "";
}

.additional .cont_m {
  width: 960px;
  text-align: center;
}

.additional .cont_m section {
  display: inline-block;
  width: 420px;
  background: white;
  border-radius: 7px;
  font-size: 14px;
  text-align: center;
  margin: 0px 20px;
  padding: 30px;
}

.additional .cont_m section h3 {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}

.additional .cont_m section p {
  font-size: 14px;
  margin-bottom: 5px;
}

.additional .cont_m section p.btn {
  width: 340px;
  margin: 0 auto;
  font-size: 13px;
  margin-top: 15px;
}

.additional .cont_m section p.btn.janpu a {
  background: #5eb053;
}

.additional .cont_m section p.btn.jabne a {
  background: #e35c85;
}

.additional .cont_m section p.btn a {
  color: white;
  text-decoration: none;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  display: block;
}

.additional .cont_m section p.btn a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  padding: 20px 0;
}

footer small {
  letter-spacing: 1px;
}
