@charset "utf-8";
#content {
  background-image: url(../img/top/header-border.jpg);
  background-repeat: repeat-x;
  padding-top: 16px;
  background-position: top center;
}
#header {
  height: 500px;
  background-size: cover;
  background-position: center;
  /* border-bottom: 16px solid #000;*/
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
}
.bg-slider {
  background-image: url(../img/top/header-1.jpg);
}
h1 {
  background-image: url(../img/top/h1.png);
  height: 369px;
  width: 786px;
  margin: 0 auto;
  text-indent: -99999px;
  overflow: hidden;
}
#headerSuperInner {}
#headerSuperInner p {
  background-image: url(../img/top/h1-text.png);
  height: 315px;
  width: 891px;
  display: block;
  margin: 0 auto;
  text-indent: -99999px;
  overflow: hidden;
}
#contentInner {
  background-image: url(../img/top/back-h.png);
  background-repeat: repeat-x;
  background-position: top center;
}
#centerContent {
  background-image: url(../img/top/back-b.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}
#footer {
  display: none;
}
/*-------------------------  -------------------------*/
.mainArea {
  width: 1000px;
  margin: auto;
}
.document-1 {
  padding: 60px 0;
}
.section-out {
  background-color: #fff;
  margin-bottom: 60px;
  padding: 30px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
  font-size: 1.8rem;
}
.section-out:last-of-type {
  margin-bottom: 0;
}
.section {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
h2 {
  border-bottom: 3px solid #000;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 2.0rem;
  line-height: 1;
}
h2 img {
  margin-right: 10px;
  vertical-align: bottom;
}
h3 {
  font-size: 2.4rem;
}
h3 .new {
  color: #ff0000;
  font-size: 1.6rem;
  margin-left: 10px;
}
.top-return {
  border-top: 3px solid #000;
  padding-top: 30px;
  padding-bottom: 0;
  line-height: 1;
  text-align: right;
  margin-top: 10px;
}
th p {
  padding: 0;
}
th img {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #999;
}
td {
  vertical-align: top;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media screen and (max-device-width: 640px) {
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2.8rem;
  }
  .section-out {
    font-size: 2.4rem;
  }
}
/*------------------------------tabs*/
.tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1000px;
  margin: auto;
}
.tabs input {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
.tabs input#tab-2 {}
.tabs input#tab-3 {}
.tabs input#tab-4 {}
.tabs label {
  width: 33.33%;
  line-height: 1;
  position: relative;
  text-align: center;
  cursor: pointer;
  /*  background-size: cover !important;*/
  background-size: contain;
  color: #000;
  background-color: #e3e3e3;
}
.tabs label span {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  font-weight: bold;
}
.tabs label:first-of-type span {
  border-left: 4px solid #000;
}
.tabs label:last-of-type span {
  border-right: 4px solid #000;
}
.tabs label.tab-label-1 {}
.tabs label.tab-label-2 {}
.tabs label.tab-label-3 {}
.tabs label.tab-label-4 {}
.tabs label.tab-label-1 span {}
.tabs label.tab-label-4 span {}
.tabs label:hover, .tabs input:checked + label {
  color: #fff;
  width: 33.33%;
  line-height: 1;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #ddc702;
}
.tabs label.tab-label-1:hover, .tabs input:checked + label.tab-label-1 {}
.tabs label.tab-label-2:hover, .tabs input:checked + label.tab-label-2 {}
.tabs label.tab-label-3:hover, .tabs input:checked + label.tab-label-3 {}
.tabs label.tab-label-4:hover, .tabs input:checked + label.tab-label-4 {}
.tabs input:hover + label {}
.tabs label:first-of-type {
  z-index: 4;
}
.tab-label-2 {
  z-index: 3;
}
.tab-label-3 {
  z-index: 3;
}
.tab-label-4 {
  z-index: 3;
}
.tabs label span {
  font-size: 2rem;
  font-style: normal;
  padding: 0.5em;
  display: block;
}
.tabs label span img {
  display: block;
  margin: 0.3em auto 0.5em;
  width: 80%;
  border: 1px solid #333;
}
.tabs input:checked + label {
  background: #ddc702;
  color: #fff;
  z-index: 6;
}
.content {
  padding-top: 30px;
}
.content table.zai {
  width: calc(100% - 20px);
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.content > div {
  height: 0;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity linear 0.1s;
  -moz-transition: opacity linear 0.1s;
  -o-transition: opacity linear 0.1s;
  -ms-transition: opacity linear 0.1s;
  transition: opacity linear 0.1s;
  width: 100%;
}
.tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2, .tabs input.tab-selector-3:checked ~ .content .content-3, .tabs input.tab-selector-4:checked ~ .content .content-4 {
  height: auto;
  overflow: hidden;
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity ease-out 0.2s 0.1s;
  -moz-transition: opacity ease-out 0.2s 0.1s;
  -o-transition: opacity ease-out 0.2s 0.1s;
  -ms-transition: opacity ease-out 0.2s 0.1s;
  transition: opacity ease-out 0.2s 0.1s;
}
.tabs hr {
  display: block;
  border-bottom: 1px dashed;
  border-top: none;
}
.yts .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.yts .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.re td p {
  text-indent: -1em;
  padding-left: 1em;
}
.c1 {
  color: #9c0000;
}
.c2 {
  color: #008616;
}
.c3 {
  font-size: 1.6rem;
  color: #ff0000;
}
.center-i img {
  display: block;
  margin: auto;
}