#tblLayout {
    max-width: 1800px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

/* --- ページ設定 --- */
.pageWrap {
  background: url(/Contents/ImagesPkg/portal/p-character/bg_01.png) no-repeat center top;
  background-size: cover;
  padding: 0 20px 100px;
}
@media screen and (max-width: 820px) {
  .pageWrap {
    background: url(/Contents/ImagesPkg/portal/p-character/bg_01_sp.png) no-repeat center top;
    background-size: cover;
    padding: 0 20px 60px;
  }
}

.pageWrap img {
  max-width: 100%;
  width: auto;
  display: inline-block;;
}

.link-list {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 420px
}
.link-list-link {
  background: url(/Contents/ImagesPkg/portal/p-character/bdr_01.png) repeat-x bottom left;
  display: block;
  font-size: 40px;
  color: #5a0092;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .link-list {
    max-width: 210px;
  }
  .link-list-link {
    font-size: 20px;
    padding-bottom: 5px;
    margin-top: 15px;
  }
}
.btn-area {
  background-color: #fff;
  padding: 80px 20px;
  text-align: center;
}
.btn-link01 {
  display: inline-block;;
}
.btn-img01 {
  max-width: 600px;
}
@media screen and (max-width: 820px) {
  .btn-area {
    padding: 40px 20px;
  }
}

.mt10 { margin-top: 10px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }

@media screen and (max-width: 750px) {
	.mt20 { margin-top: 10px!important; }
	.mt30 { margin-top: 20px!important; }
}
.ta-c {
  text-align: center;
}
@media screen and (min-width: 821px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .only-pc {
    display: none !important;
  }
}


.h_mt_m {
  margin-top: 1.7rem!important;
}
.h_mt_ll {
  margin-top: 5.1rem!important;
}
@media screen and (max-width: 767px) {
  .h_mt_m {
    margin-top: 1rem!important;
  }
  .h_mt_ll {
    margin-top: 1.7rem!important;
  }
}
.h_mr0 {
  margin-right: 0;
}