@charset "utf-8";

body:before{
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: url('../img/bg.png') no-repeat center center;
  background-size: cover;
}
footer{
  background: #ffffff;
}
nav{
  background: #fff;
}
#contents{
  padding: 0;
}
.mv{
  border-bottom: 2px solid #1e1a33;
  background: #fff;
}
.mv-title{
  width: 266px;
  margin: 0px auto;
  padding: 26px 0 34px;
}
.mv-title img{
  width: 100%;
}
.contents-detail{
  padding-bottom: 48px;
}
.contents-detail-width{
  padding: 0 10px;
}
.tab{
  width: 100%;
  max-width: 300px;
  display: table;
  margin: 0 auto 40px;
  background: none;
}
.tab > p{
  width: 100px;
  display: table-cell;
  vertical-align: middle;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tab p a{
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.45;
  font-weight: bold;
  color: #787585;
  padding: 5px 0;
  text-decoration: none;
}
.tab p.current{
  background: #1e1a33;
}
.tab p.current a{
  color: #ffffff;
}
.btn-wrap{
  padding: 44px 0 26px;
  background: #ffffff;
}
.btn-wrap p{
  width: 230px;
  margin: 0 auto 20px;
}
.btn-wrap p a{
  background: #1e1933;
  color: #ffffff;
  font-size: 14px;
  display: block;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  padding-right: 15px;
}
.btn-wrap .mdi-arrow-right:before{
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 21px;
  margin-top: -10px;
}
.contents-detail h3 {
  width: 112px;
  margin: 0 auto;
}
.contents-detail section {
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
}
.contents-video {
  border: 3px #3eac3e solid;
  padding: 4px;
  margin: 40px -2px 0;
  background: #fff;
}
.contents-video > div {
  position: relative;
  padding-top: 56.25%;
}
.contents-video > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents-txt {
  display: table;
  margin: 28px auto 0;
}
.contents-txt > div {
  border-bottom: 1px #000 solid;
  margin: 0 12px;
}
.contents-txt > div > p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin: 0 -7px;
}
.contents-txt > div > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-top: 1px #000 solid;
  padding: 25px 0 20px;
  margin-top: 34px;
}
.contents-txt > div > div p {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.08em;
}