/* CSS Document */
/*card-box*/
.card-box {
  margin: 30px auto 40px;
  width: 510px;
  text-align: left;
  font-size: 110%;
  line-height: 1.4; }
  .card-box p {
    margin-bottom: 1.1em;
    font-size: 14px;
    line-height: 1.7; }
  .card-box .head-top {
    width: 510px; }
  .card-box .name {
    margin: auto;
    width: 510px;
    height: 30px;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    color: #b00012; }
  .card-box .main .text {
    padding: 40px; }
    .card-box .main .text .movie {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      .card-box .main .text .movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }
  .card-box .img-bottom {
    width: 510px; }

/*01*/
.card01 {
  background: url(../img/200110/bg_card.jpg) top left repeat-y; }
  .card01 .head-top {
    height: 94px;
    background: url(../img/200110/bg_head.jpg) top left no-repeat; }
  .card01 .name {
    position: relative;
    height: 70px;
    background: url(../img/200110/bg_name.jpg) top left no-repeat; }
    .card01 .name span {
      position: absolute;
      top: 55%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      margin: auto; }
  .card01 .img-bottom {
    height: 107px;
    background: url(../img/200110/bg_bottom.jpg) left bottom no-repeat; }

/*02*/
.card02 {
  background: url(../img/200110/bg_card02.jpg) top left repeat-y; }
  .card02 .head-top {
    position: relative;
    height: 70px;
    background: url(../img/200110/bg_head02.jpg) top left no-repeat; }
  .card02 .name {
    position: relative;
    height: 80px;
    background: url(../img/200110/bg_name02.jpg) top left no-repeat; }
    .card02 .name span {
      position: absolute;
      top: 30%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      margin: auto; }
  .card02 .img-bottom {
    height: 203px;
    background: url(../img/200110/bg_bottom02.jpg) left bottom no-repeat; }

/*#############
sp
###############*/
.sp .card-box {
  width: 100%;
  background-size: contain; }
  .sp .card-box p {
    margin-bottom: 15px; }
  .sp .card-box .head-top {
    width: 100%;
    height: auto;
    background-size: contain; }
  .sp .card-box .name {
    width: 100%;
    background-size: contain; }
  .sp .card-box .main {
    width: 100%; }
    .sp .card-box .main .text {
      padding: 20px; }
  .sp .card-box .img-bottom {
    width: 100%;
    height: auto;
    background-size: contain; }

/*01*/
.sp .card01 .head-top {
  padding-top: 9%;
  padding-bottom: 10%; }

.sp .card01 .name {
  padding-top: 15%;
  height: auto; }
  .sp .card01 .name span {
    top: 50%; }

.sp .card01 .img-bottom {
  padding-bottom: 22%; }

/*02*/
.sp .card02 .head-top {
  padding-top: 3%;
  padding-bottom: 11%; }

.sp .card02 .name {
  padding-top: 15%;
  height: auto; }
  .sp .card02 .name span {
    top: 35%; }

.sp .card02 .img-bottom {
  padding-bottom: 40%; }
