@charset "UTF-8";
.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px; } }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }

html, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0; }
  html .sub, body .sub {
    vertical-align: sub; }

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, dl, dd, dt {
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h1 + p, h1 + small, h1 + img,
h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h2 + p, h2 + small, h2 + img,
h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h3 + p, h3 + small, h3 + img,
h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h4 + p, h4 + small, h4 + img,
h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h5 + p, h5 + small, h5 + img,
h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6, h6 + p, h6 + small, h6 + img,
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, p + p, p + small, p + img,
small + h1, small + h2, small + h3, small + h4, small + h5, small + h6, small + p, small + small,
img + h1, img + h2, img + h3, img + h4, img + h5, img + h6, img + p, img + img {
  margin-top: 1em; }

h1 + div img,
h2 + div img,
h3 + div img,
h4 + div img,
h5 + div img,
h6 + div img {
  margin-top: 1em; }

.darken h1, .darken h2, .darken h3, .darken h4, .darken h5, .darken h6, .darken p, .darken ul, .darken ol, .darken dl, .darken li, .darken dl, .darken dd, .darken dt {
  color: #fff; }

.darken p {
  color: #ffffff; }

h1 {
  font-size: 3.25em;
  font-weight: 300; }

h2 {
  font-size: 2.6em;
  font-weight: 300; }

h3 {
  font-size: 1.95em;
  font-weight: 400; }

h4 {
  font-size: 1.43em;
  font-weight: 400; }

h5 {
  font-size: 1.3em;
  font-weight: 700; }

h6 {
  font-size: 1.1375em;
  font-weight: 700; }

ul {
  list-style: none; }

ul.list-style {
  list-style: disc;
  margin-left: 1.5em; }

ol {
  list-style: none; }

ol.list-style {
  list-style: decimal;
  margin-left: 1.5em; }

a {
  display: block;
  color: #00a2ff;
  text-decoration: none; }
  a:hover {
    color: #0068bf;
    text-decoration: none; }

a:link,
a:hover,
a:visited,
a:active {
  text-decoration: none; }

.fit {
  width: 100%; }

.lg-width50p {
  width: 50%; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sm-width120 {
    width: 120px; } }

@media screen and (max-width: 767px) {
  .xs-width120 {
    width: 120px; }
  .xs-width-auto {
    width: auto; } }

.middle {
  vertical-align: middle; }

.top {
  vertical-align: top; }

.bottom {
  vertical-align: bottom; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.of-hidden {
  overflow: hidden; }

.bold {
  font-weight: bolder; }

.regular {
  font-weight: normal; }

.light {
  font-weight: lighter; }

.lg-center {
  text-align: center; }

.lg-left {
  text-align: left; }

.lg-right {
  text-align: right; }

@media screen and (max-width: 767px) {
  .xs-left {
    text-align: left; }
  .xs-center {
    text-align: center; }
  .xs-right {
    text-align: right; } }

@media screen and (max-width: 767px) {
  .xs-float-right {
    float: right; }
  .xs-float-left {
    float: left; }
  .xs-float-none {
    float: none; } }

.font12 {
  font-size: 12px; }

.font14 {
  font-size: 14px; }

.font16 {
  font-size: 16px; }

.font18 {
  font-size: 18px; }

.font20 {
  font-size: 20px; }

@media screen and (max-width: 768px) {
  .xs-font12 {
    font-size: 12px; }
  .xs-font14 {
    font-size: 14px; }
  .xs-font16 {
    font-size: 16px; }
  .xs-font18 {
    font-size: 18px; }
  .xs-font20 {
    font-size: 20px; }
  .xs-font24 {
    font-size: 24px; }
  .xs-font28 {
    font-size: 28px; }
  .xs-font32 {
    font-size: 32px; }
  .xs-font40 {
    font-size: 40px; } }

.satin-blue {
  color: #0068bf; }

.glow-blue {
  color: #00a2ff; }

.base-blue {
  color: #003791; }

.sub-text-grey {
  color: #9c9c9c; }

.canvas-white {
  color: #ffffff; }

.device-black {
  color: #1f1f1f; }

.orange {
  color: #ed5f2b; }

.bg-white {
  background-color: #ffffff; }

.bg-4button {
  background-image: url("/content/dam/pscom/ja-jp/images/ps-4button.png");
  background-size: contain; }

.bg-grey {
  background-color: #eee; }

.bg-blue {
  background-color: #0068bf; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.copyrights {
  color: #888;
  font-size: 10px;
  margin: 30px 0;
  display: block; }

.break-all {
  word-wrap : break-word;
  overflow-wrap : break-word;
}

.section-cnt {
  padding-top: 54px;
  padding-bottom: 54px; }

.section-nav {
  padding-top: 14px;
  padding-bottom: 14px; }

.section-cover {
  padding: 0; }

.section-icon {
  position: absolute;
  top: -24px;
  left: 15px; }
  .section-icon img {
    width: 96px; }
  @media screen and (max-width: 767px) {
    .section-icon {
      position: static;
      text-align: center;
      margin-bottom: 24px; } }

.row.l-pull-right > [class^=col-] {
  float: right !important; }

@media screen and (max-width: 767px) {
  .row.xs-l-pull-right > [class^=col-] {
    float: right !important; } }

.row .row [class^=col-] {
  margin-bottom: 0; }

.row .row.split-2 [class^=col-]:first-child {
  padding-right: 0; }

.row .row.split-2 [class*=sm-12]:first-child {
  padding-right: 15px; }

@media screen and (max-width: 767px) {
  .row .row.split-2 [class^=col-]:first-child {
    padding-right: 0; }
  .row .row.split-2 [class*=col-xs-12]:first-child {
    padding-right: 15px; } }

.row .row.split-2.all-pull-right [class^=col-]:first-child {
  padding-left: 0;
  padding-right: 15px; }

@media screen and (max-width: 767px) {
  .row .row.split-2.xs-pull-right [class^=col-]:first-child {
    padding-left: 0;
    padding-right: 15px; }
  .row .row.split-2.xs-pull-right [class*=col-sm-12] {
    padding-left: 15px; }
  .row .row.split-2.all-pull-right [class*=col-xs-12]:first-child {
    padding-left: 15px; } }

/*
.row .row {
    [class^=col-] {
        padding-right: 0;
        &:last-child {
            padding-right: 15px;
        }
    }

    @media screen and (max-width: 768px){
        .col-xs-12 {
            &:first-child { padding-right: 15px; }
        }
    }
}

.row .row.all-pull-right {
    [class^=col-] {
        &:first-child {
            padding-left: 0;
            padding-right: 15px;
        }
    }
}

@media screen and (max-width: 768px){
    .row .row .col-xs-12 {
        &:first-child {
            margin-top: 0;
        }
    }

    .row.row.xs-pull-right {
        [class^=col-] {
            &:first-child {
                padding-left: 0;
                padding-right: 15px;
            }
        }
    }
}
*/
@media screen and (min-width: 767px) {
  .row .row .col-sm-12:first-child, .row .row .col-md-12:first-child, .row .row .col-lg-12:first-child {
    padding-right: 15px; }
  .row .row .col-sm-12 + .col-sm-12 {
    margin-top: 1em; } }

@media screen and (max-width: 767px) {
  .row .row .col-xs-12 + .col-xs-12 {
    margin-top: 1em; } }

@media screen and (max-width: 767px) {
  .row .col-xs-12 .xs-icon-link {
    margin-bottom: -15px; }
  .row .col-xs-12 + .col-xs-12 .xs-icon-link {
    border-top: 1px dotted #363636; }
  .row .col-xs-12 + .col-xs-12:last-child .xs-icon-link {
    padding-bottom: 15px;
    border-bottom: 1px dotted #363636; }
  .row .col-xs-12 + .col-xs-12 .row.xs-pull-right [class^=col-] {
    margin-top: 1em; } }

.row .row.vertical [class^=col-] {
  padding-left: 15px;
  padding-right: 15px; }

.row .row.vertical [class^=col-] + [class^=col-] {
  margin-top: 1em; }

@media screen and (max-width: 767px) {
  .row .row.vertical {
    margin-top: 15px;
    margin-bottom: 15px; } }

@media screen and (max-width: 767px) {
  .row .row.horizontal {
    margin-top: 15px;
    margin-bottom: 15px; } }

.row.centered {
  text-align: center;
  font-size: 0; }
  .row.centered .col-lg-12,
  .row.centered .col-md-12,
  .row.centered .col-sm-12,
  .row.centered .col-xs-12 {
    margin-top: 0;
    margin-bottom: 0; }
  .row.centered [class^=col-] {
    float: none;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    vertical-align: top;
    font-size: 14px; }

.row.centered .xs-parallel [class^=col-] {
  float: left;
  margin-top: 0;
  margin-bottom: 0; }

.row.centered .xs-horizontal [class^=col-] {
  float: left;
  margin-top: 0;
  margin-bottom: 0; }

.row.navi [class^=col-] {
  margin-top: 0;
  margin-bottom: 0; }

.all-pull-right [class^=col-] {
  float: right !important; }

@media screen and (max-width: 767px) {
  .row.centered [class^=col-] {
    margin-top: 0;
    margin-bottom: 0; }
  .row.centered .row.xs-parallel [class^=col-] {
    margin-top: 15px;
    margin-bottom: 15px; }
  .row.centered .row.xs-horizontal [class^=col-] {
    margin-top: 15px;
    margin-bottom: 15px; }
  .row.xs-parallel [class^=col-] {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    margin-bottom: 15px; }
  .row .row.xs-horizontal {
    margin-top: 0;
    margin-bottom: 0; }
  .row.xs-horizontal [class^=col-] {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    margin-bottom: 15px; }
  .row .row.xs-horizontal [class^=col-] {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    margin-bottom: 15px; }
  .row.xs-vertical {
    margin-top: 15px;
    margin-bottom: 15px; }
    .row.xs-vertical [class^=col-] {
      padding-left: 15px;
      padding-right: 15px; }
    .row.xs-vertical [class^=col-] + [class^=col-] {
      margin-top: 1em; }
  .xs-pull-right [class^=col-] {
    float: right !important; } }

.box960 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 930px; }

.box780 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 750px; }

/*
.centered {

    text-align:center;
    font-size: 0;

    .col-lg-12,
    .col-md-12,
    .col-sm-12,
    .col-xs-12 {
        margin-top: 0;
        margin-bottom: 0;
    }
}
*/
a .hover-new-title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff; }

a:hover .hover-new-title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #00a2ff; }

.hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1f1f1f; }
.hover:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #00a2ff; }

.hover-border > div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1f1f1f;
  border: 1px solid #ffffff;
  border-radius: 3px; }

.hover-border:hover > div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #00a2ff;
  border: 1px solid #00a2ff;
  border-radius: 3px; }

.hover-bg > div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1f1f1f; }

.hover-bg:hover > div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
  background-color: #00a2ff; }

.hover-bg.hover-dark:hover > div {
  color: #fff; }

.hover-bg.hover-emphasis:hover > div {
  color: #ffffff; }

.hover-swap {
  color: #1f1f1f; }
  .hover-swap .swap-hover {
    display: none; }
  .hover-swap:hover .swap-hover {
    display: block; }
  .hover-swap:hover .swap-normal {
    display: none; }

.hover-scaling {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1f1f1f;
  text-decoration: none; }
  .hover-scaling img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0, 0, 0.25, 1);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }

:hover .hover-scaling {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #00a2ff;
  text-decoration: none; }
  :hover .hover-scaling img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0, 0, 0.25, 1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.hover-light {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1f1f1f; }
.hover-light img {
  opacity: 1; }
.hover-light:hover {
  color: #00a2ff; }
.hover-light:hover img {
  opacity: 1; }

.hover-light > div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1f1f1f; }

.hover-light:hover > div {
  color: #00a2ff; }

.hover-dark {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff; }
.hover-dark img {
  opacity: 1; }
.hover-dark:hover {
  color: #00a2ff; }
.hover-dark:hover img {
  opacity: 1; }

.hover-dark > div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff; }

.hover-dark:hover > div {
  color: #00a2ff; }

.hover-emphasis {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #0068bf; }
.hover-emphasis img {
  opacity: 1; }
.hover-emphasis:hover {
  color: #00a2ff; }
.hover-emphasis:hover img {
  opacity: 1; }

.hover-emphasis > div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #0068bf; }

.hover-emphasis:hover > div {
  color: #00a2ff; }

.navi.centered {
  text-align: center;
  font-size: 0; }
  .navi.centered .col-lg-12,
  .navi.centered .col-md-12,
  .navi.centered .col-sm-12,
  .navi.centered .col-xs-12 {
    margin-top: 0;
    margin-bottom: 0; }

.row.navi-image .col-lg-12,
.row.navi-image .col-md-12,
.row.navi-image .col-sm-12,
.row.navi-image .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
  font-size: 0; }

.row.navi-image li {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 160px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px; }
  .row.navi-image li a img {
    border-radius: 3px 3px 0 0; }

@media screen and (max-width: 767px) {
  .row.navi-image .col-lg-12,
  .row.navi-image .col-md-12,
  .row.navi-image .col-sm-12,
  .row.navi-image .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px; }
  .row.navi-image li {
    max-width: 33.33333%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px; } }

.button {
  display: inline-block;
  width: auto;
  margin: 10px 0;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  padding: 0 10px; }
  .button .custom {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    padding: 15px 15px 12px;
    box-sizing: border-box;
    min-width: 200px; }
  .button .white,
  .button .white:link,
  .button .white:visited {
    border-radius: 3px;
    padding: 15px 15px 12px;
    box-sizing: border-box;
    min-width: 200px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #0068bf;
    text-decoration: none;
    background-color: #ffffff; }
    .button .white:hover,
    .button .white:link:hover,
    .button .white:visited:hover {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      color: #ffffff;
      text-decoration: none;
      background-color: #00a2ff; }
  .button .blue,
  .button .blue:link,
  .button .blue:visited {
    /*border-radius: 3px;*/
    padding: 15px 15px 12px;
    box-sizing: border-box;
    min-width: 200px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
    text-decoration: none;
    background-color: #0068bf; }
    .button .blue:hover,
    .button .blue:link:hover,
    .button .blue:visited:hover {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      color: #ffffff;
      text-decoration: none;
      background-color: #00a2ff; }
  .button .black,
  .button .black:link,
  .button .black:visited {
    border-radius: 3px;
    padding: 15px 15px 12px;
    box-sizing: border-box;
    min-width: 200px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
    text-decoration: none;
    background-color: #1f1f1f; }
    .button .black:hover,
    .button .black:link:hover,
    .button .black:visited:hover {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      color: #ffffff;
      text-decoration: none;
      background-color: #00a2ff; }
  .button .border,
  .button .border:link,
  .button .border:visited {
    border-radius: 3px;
    padding: 15px 15px 12px;
    box-sizing: border-box;
    min-width: 200px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #0068bf;
    text-decoration: none;
    background-color: #ffffff;
    border: 2px solid #0068bf; }
    .button .border:hover,
    .button .border:link:hover,
    .button .border:visited:hover {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      color: #ffffff;
      text-decoration: none;
      background-color: #00a2ff;
      border: 2px solid #00a2ff; }
  .button .wire,
  .button .wire:link,
  .button .wire:visited {
    background-color: transparent;
    padding: 1em;
    box-sizing: border-box;
    color: #1f1f1f;
    line-height: 1.0;
    font-size: smaller; }
    .button .wire:hover,
    .button .wire:link:hover,
    .button .wire:visited:hover {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      color: #ffffff;
      text-decoration: none;
      background-color: #00a2ff; }

.button.frame {
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  width: 100%;
  margin: 0;
  padding: 0; }

@media screen and (max-width: 767px) {
  .button {
    display: block;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px; } }

#video-area {
  background: #1f1f1f;
  overflow: hidden; }

.video-wrapper {
  text-align: center;
  padding: 24px 0; }

.video-close-btn {
  position: absolute;
  top: 24px;
  right: 15px;
  cursor: pointer; }

.video {
  background-color: #1f1f1f;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.js-video-player-container {
  position: relative;
  background-color: #1f1f1f;
  overflow-y: hidden;
  padding-left: 0;
  padding-right: 0; }
  .js-video-player-container .video-container {
    position: relative;
    background-color: #1f1f1f;
    max-width: 960px; }
    .js-video-player-container .video-container iframe {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      max-width: 960px;
      max-height: 540px;
      width: 100% !important; }
  .js-video-player-container .loader {
    position: relative; }
    .js-video-player-container .loader img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 36px;
      height: 36px; }

#js-close-video-player {
  text-align: right;
  margin-top: 1em;
  padding-right: 1em; }

.js-cover {
  display: none; }

.psc-custom-img .psc-custom-target {
  opacity: 1;
  display: block; }

.js-loader-container {
  height: 540px; }

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px; }

.solid-bottom-light {
  border-bottom: 1px solid #1f1f1f; }

.solid-bottom-bold {
  border-bottom: 2px solid #1f1f1f; }

.dotted-top-light {
  border-top: 1px dotted #1f1f1f; }

.dotted-bottom-light {
  border-bottom: 1px dotted #1f1f1f; }

@media screen and (max-width: 767px) {
  .xs-dotted-bottom {
    border-bottom: 1px dotted #363636; }
  .xs-dotted-top {
    border-top: 1px dotted #363636; } }

.vertical-pertition {
  background: url("/content/dam/pscom/ja-jp/news/news_line.png");
  background-position: top right;
  background-repeat: repeat-y; }

@media screen and (max-width: 767px) {
  .vertical-pertition {
    background: none; } }

.solid-border-white {
  border: 1px solid #fff; }

.solid-border-glow {
  border: 1px solid #00a2ff; }

.solid-border-silver {
  border: 1px solid #f5f5f5; }

.solid-border-satin {
  border: 1px solid #0068bf; }

.radius {
  border-radius: 3px; }

input[type="text"].game-search {
  width: 100%;
  height: 48px;
  padding: 0 62px 0 14px;
  border: 0;
  outline: 0;
  border-radius: 3px;
  color: #1f1f1f;
  font-size: 14px;
  vertical-align: top;
  box-sizing: border-box; }

.icon-update {
  position: relative;
  padding-left: 30px; }
  .icon-update:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url("/content/dam/pscom/ja-jp/icon/icon_update.png") no-repeat;
    background-size: contain;
    background-position: left center; }

.icon-notice {
  position: relative;
  padding-left: 30px; }
  .icon-notice:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url("/content/dam/pscom/ja-jp/icon/icon_notice.svg") no-repeat;
    background-size: contain;
    background-position: left center; }

.icon-info {
  position: relative;
  padding-left: 30px; }
  .icon-info:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url("/content/dam/pscom/ja-jp/icon/icon_information.svg") no-repeat;
    background-size: contain;
    background-position: left center; }

.icon-video {
  position: relative; }
  .icon-video:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 20%;
    height: 35.555555%;
    background: url("/content/dam/pscom/ja-jp/icon/icon_embed_video.png") no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

a:hover .icon-video:after {
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.icon-video-player {
  position: relative; }
  .icon-video-player:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2%;
    right: 2%;
    margin: auto;
    width: 1.5em;
    height: 1.5em;
    background: url("/content/dam/pscom/ja-jp/icon/icon_extend_video.png") no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

@media screen and (max-width: 767px) {
  .icon-video-player:after {
    position: absolute; } }

a:hover .icon-video-player:after {
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.icon-link {
  position: relative;
  padding-right: 16px;
  color: #00a2ff;
  line-height: 1; }
  .icon-link:after {
    background: url("/content/dam/pscom/ja-jp/icon/icon_link.svg") no-repeat;
    background-size: contain;
    background-position: right center;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .icon-link:hover {
    color: #0068bf;
    background: url("/content/dam/pscom/ja-jp/icon/icon_link_over.svg") no-repeat;
    background-size: contain;
    background-position: right center; }

@media screen and (max-width: 767px) {
  .xs-icon-link {
    position: relative;
    padding-right: 18px; }
    .xs-icon-link:after {
      display: block;
      content: "";
      background: url("/content/dam/pscom/ja-jp/icon/icon_link.svg") no-repeat;
      background-size: contain;
      background-position: center center;
      width: 15px;
      height: 15px;
      margin: -7px auto;
      position: absolute;
      right: 0;
      top: 50%; } }

.icon-anchor {
  position: relative;
  padding-right: 20px;
  line-height: 1.5; }
  .icon-anchor:after {
    background: url("/content/dam/pscom/ja-jp/icon/icon_anchor.svg") no-repeat;
    background-size: contain;
    background-position: right center;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0; }

.information [class^=col-] {
  margin-top: 0;
  margin-bottom: 0; }
  .information [class^=col-] .xs-horizontal [class^=col-] {
    padding-bottom: 0.5em; }
  .information [class^=col-] .xs-vertical [class^=col-] {
    margin-top: 1em;
    margin-bottom: 1em; }

.information + .information {
  margin-top: 3em; }

.information.darken .solid-bottom-bold {
  border-bottom: 2px solid #666; }

.information.darken .dotted-bottom-light {
  border-bottom: 1px dotted #999; }

.information.darken a.hover {
  color: #fff; }

.information.darken a.hover:hover {
  color: #00a2ff; }

@media screen and (max-width: 767px) {
  .information [class^=col-] .xs-horizontal [class^=col-] {
    margin-bottom: 0;
    padding-bottom: 0.5em; }
  .information [class^=col-] .xs-vertical [class^=col-] {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; } }

.top-left {
  position: absolute;
  top: 0;
  left: 0;
  right: none;
  bottom: none;
  margin: auto; }

.top-right {
  position: absolute;
  top: 0;
  left: none;
  right: 0;
  bottom: none;
  margin: auto; }

.top-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: none;
  margin: auto; }

.middle-left {
  position: absolute;
  top: 0;
  left: 0;
  right: none;
  bottom: 0;
  margin: auto; }

.middle-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.middle-right {
  position: absolute;
  top: 0;
  left: none;
  right: 0;
  bottom: 0;
  margin: auto; }

.bottom-left {
  position: absolute;
  top: none;
  left: 0;
  right: none;
  bottom: 0;
  margin: auto; }

.bottom-center {
  position: absolute;
  top: none;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.bottom-right {
  position: absolute;
  top: none;
  left: none;
  right: 0;
  bottom: 0;
  margin: auto; }

.mrg05 {
  margin: 0.5em; }

.mrg05-top {
  margin-top: 0.5em; }

.mrg05-bottom {
  margin-bottom: 0.5em; }

.mrg05-right {
  margin-right: 0.5em; }

.mrg05-left {
  margin-left: 0.5em; }

@media screen and (max-width: 767px) {
  .xs-mrg05-top {
    margin-top: 0.5em; }
  .xs-mrg05-bottom {
    margin-bottom: 0.5em; }
  .xs-mrg05-left {
    margin-left: 0.5em; }
  .xs-mrg05-right {
    margin-right: 0.5em; } }

.mrg1 {
  margin: 1em; }

.mrg1-top {
  margin-top: 1em; }

.mrg1-bottom {
  margin-bottom: 1em; }

.mrg1-right {
  margin-right: 1em; }

.mrg1-left {
  margin-left: 1em; }

@media screen and (min-width: 767px) {
  .sm-mrg1-top {
    margin-top: 1em; } }

@media screen and (max-width: 767px) {
  .xs-mrg1-top {
    margin-top: 1em; }
  .xs-mrg1-bottom {
    margin-bottom: 1em; }
  .xs-mrg1-left {
    margin-left: 1em; }
  .xs-mrg1-right {
    margin-right: 1em; } }

.mrg2 {
  margin: 2em; }

.mrg2-top {
  margin-top: 2em; }

.mrg2-bottom {
  margin-bottom: 2em; }

.mrg2-left {
  margin-left: 2em; }

.mrg2-right {
  margin-right: 2em; }

.mrg3 {
  margin: 3em; }

.mrg3-top {
  margin-top: 3em; }

.mrg3-bottom {
  margin-bottom: 3em; }

.mrg3-left {
  margin-left: 3em; }

.mrg3-right {
  margin-right: 3em; }

.pd05 {
  padding: 0.5em; }

.pd05-top {
  padding-top: 0.5em; }

.pd05-bottom {
  padding-bottom: 0.5em; }

.pd05-left {
  padding-left: 0.5em; }

.pd05-right {
  padding-right: 0.5em; }

.pd1 {
  padding: 1em; }

.pd1-top {
  padding-top: 1em; }

.pd1-bottom {
  padding-bottom: 1em; }

.pd1-left {
  padding-left: 1em; }

.pd1-right {
  padding-right: 1em; }

.pd10 {
  padding: 10px; }

.pd10-top {
  padding-top: 10px; }

.pd10-bottom {
  padding-bottom: 10px; }

.pd10-left {
  padding-left: 10px; }

.pd10-right {
  padding-right: 10px; }

@media screen and (max-width: 767px) {
  .xs-pd10 {
    padding: 0.71428571428em; } }

.nest-vertical {
  padding-left: 15px;
  padding-right: 15px; }

.nest-left {
  padding-left: 15px; }

.nest-right {
  padding-left: 15px;
  padding-right: 15px; }

.information .nest-left {
  padding: 0; }

.information .nest-right {
  padding-right: 0; }

@media screen and (max-width: 767px) {
  .xs-vertical .nest-left {
    padding-left: 0; }
  .xs-vertical .nest-right {
    padding-left: 0;
    padding-right: 0; }
  .xs-nest-left,
  .xs-nest-left.nest-vertical {
    padding-left: 15px;
    padding-right: 0; }
  .xs-nest-right,
  .xs-nest-right.nest-vertical {
    padding-left: 15px;
    padding-right: 15px; }
  .information .nest-right {
    padding-left: 0; } }

.row.list {
  margin-left: -10px;
  margin-right: -10px; }
  .row.list > [class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }

.row.list-map {
  margin-left: -5px;
  margin-right: -5px; }
  .row.list-map > [class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px; }

@media screen and (max-width: 1200px) {
  .row.list {
    margin-left: -10px;
    margin-right: -10px; } }

@media screen and (max-width: 767px) {
  .row.list {
    margin-left: -5px;
    margin-right: -5px; }
    .row.list > [class^=col-] {
      padding-left: 5px;
      padding-right: 5px;
      margin-top: 5px;
      margin-bottom: 5px; } }

.anchor {
  position: fixed;
  top: -56px;
  left: 0;
  z-index: 998;
  background-color: #0068bf;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .anchor a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    padding: 16px 16px 14px; }
    .anchor a:hover {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background-color: #00a2ff; }

.heading-fixed .section-icon {
  top: 0; }

.heading-fixed .title {
  display: inline-block;
  padding-top: 18px;
  padding-bottom: 18px; }

.heading-fixed .dummy {
  display: none;
  opacity: 0; }

@media screen and (max-width: 767px) {
  .heading-fixed .section-icon {
    position: absolute; } }

/*
.psc-link-global-ps {
    width: auto;
    height: auto;
}

.psc-search-option-title {
    color: #ffffff;
    font-weight: 400;
}

@media screen and (max-width: 1100px) {
    .psc-link-global {
        height: auto;
    }
}

@media screen and (max-width: 900px) {
    ul.psc-sp-nav-inner {
        box-sizing: content-box;
    }

    .psc-sp-nav-search-wrapper {
        box-sizing: content-box;
    }
}
*/
#sony-area a {
  line-height: 1; }

#sony-area a img {
  vertical-align: baseline; }

.psc-link-global-ps {
  box-sizing: content-box; }

.psc-link-global-ps img {
  vertical-align: baseline; }

.psc-link-global span {
  line-height: 1.6; }

.psc-link-global-support span {
  line-height: 1.6; }

.psc-search-option-title {
  color: #ffffff;
  font-weight: 400; }

@media screen and (max-width: 1100px) {
  .psc-link-global {
    height: auto; } }

@media screen and (max-width: 900px) {
  ul.psc-sp-nav-inner {
    box-sizing: content-box; }
  .psc-sp-nav-search-wrapper {
    box-sizing: content-box; } }

input[type="radio"], input[type="checkbox"] {
  margin: 0; }

.psc-global-search-options {
  box-sizing: content-box; }

.psc-sp-nav-search-box label {
  font-weight: 400; }

@media screen and (max-width: 900px) {
  .psc-sp-nav-search-box input[type="text"] {
    box-sizing: content-box; } }

.psc-row-footer {
  box-sizing: content-box; }

.psc-row-footer .psc-footer-sce {
  bottom: 6px; }

.psc-cell-footer a {
  line-height: 1.6; }

#browser-alert a {
  display: inline; }

.psc-pc-visible {
  display: block; }

.psc-sp-visible {
  display: none; }

.psc-custom-img {
  display: none; }

@media screen and (max-width: 768px) {
  .psc-pc-visible {
    display: none; }
  .psc-sp-visible {
    display: block; } }

.psc-video-btn {
  position: relative; }

.psc-video-close-btn {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px; }

@media screen and (max-width: 768px) {
  .psc-video-close-btn img {
    width: 60%; } }

.psc-video-link-btn {
  padding: 16px 0 0 0;
  display: inline-block; }

.psc-video-area {
  width: 100%;
  padding: 42px 0;
  text-align: center;
  background-color: #1f1f1f;
  margin: 0 0 24px 0;
  position: relative; }

.psc-video-wrapper {
  margin: 0 auto;
  height: 100%; }

.psc-video-area iframe {
  width: 100%;
  height: 100%; }

.psc-video-icon,
.psc-video-news-icon,
.psc-video-feature-icon {
  position: relative; }

.psc-video-icon:after {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  background: url("/content/dam/pscom/ja-jp/icon/icon_play.png") no-repeat;
  background-size: cover;
  z-index: 1;
  position: absolute;
  right: 0%;
  bottom: 2%; }

.psc-video-news-icon:after {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  background: url("/content/dam/pscom/ja-jp/icon/icon_play.png") no-repeat;
  background-size: cover;
  z-index: 1;
  position: absolute;
  right: -2%;
  bottom: 2%; }

.psc-video-feature-icon:after {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  background: url("/content/dam/pscom/ja-jp/icon/icon_play.png") no-repeat;
  background-size: cover;
  z-index: 1;
  position: absolute;
  right: -2%;
  bottom: 2%; }

@media screen and (max-width: 600px) {
  .psc-video-icon:after {
    position: absolute;
    right: -2%;
    bottom: 2%; }
  .psc-video-feature-icon:after {
    position: absolute;
    right: 0%;
    bottom: 2%; } }

.psc-nav-anchor {
  position: fixed;
  top: -100px;
  width: 100%;
  height: 54px;
  z-index: 98;
  background-color: #0068bf; }

.psc-nav-wrapper {
  margin: 0 auto;
  display: table; }

.psc-anchor-cell-top {
  display: none; }

.psc-anchor-cell {
  display: table-cell; }

.psc-anchor-btn {
  position: relative;
  display: block;
  padding: 16px 32px 16px 16px;
  color: #ffffff; }

a.psc-anchor-btn {
  color: #ffffff; }
  a.psc-anchor-btn:active,
  a.psc-anchor-btn:visited {
    color: #ffffff; }
  a.psc-anchor-btn:hover {
    background-color: #00a2ff;
    color: #ffffff; }

.psc-anchor-btn:after {
  content: '';
  position: absolute;
  bottom: 11px;
  right: 7px;
  width: 24px;
  height: 24px;
  background: url("/content/dam/pscom/ja-jp/icon/icon_anchor.svg") no-repeat; }

.psc-tv-nav-anchor {
  display: none; }

.psc-main-format-title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%; }

.psc-main-format-row {
  max-width: 940px;
  padding: 0 42px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  position: relative; }

.psc-main-format-cell {
  display: table-cell; }

.psc-main-format-style {
  font-size: 56px;
  font-size: 5.6rem;
  font-family: "SST W55 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #1f1f1f;
  margin: 0;
  line-height: 100%;
  word-wrap : break-word;
  overflow-wrap : break-word;
}

@media screen and (max-width: 850px) {
  .psc-main-format-style {
    font-size: 42px;
    font-size: 4.2rem; }
  .psc-main-format-cell {
    padding: 0 6.5%; }
  .psc-main-format-row {
    position: static; } }

@media screen and (max-width: 768px) {
  .psc-main-format-title {
    position: absolute; }
  .psc-main-format-row {
    max-width: none;
    width: auto;
    padding: 0 16px; }
  .psc-main-format-cell {
    display: block;
    padding: 12px 16px; }
  .psc-main-format-style {
    font-size: 32px;
    font-size: 3.2rem; } }

.psc-list-container {
  padding: 24px 0; }

.psc-list-inner {
  max-width: 940px;
  width: auto;
  margin: 0 auto; }

.psc-list-row {
  display: table;
  table-layout: fixed;
  width: 100%; }

.psc-list-cell {
  padding: 8px 0;
  border-top: 1px dotted #cfcfcf;
  border-bottom: 1px dotted #cfcfcf; }

.psc-list-link {
  display: block;
  background: url("../../../../../../content/dam/pscom/ja-jp/icon/icon_information.svg") no-repeat;
  background-position: left center;
  background-size: 24px 24px;
  padding: 4px 0 4px 32px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #1f1f1f; }

.psc-list-link:hover {
  color: #00a2ff; }

@media screen and (max-width: 768px) {
  .psc-list-inner {
    padding: 0 15px; } }

.baseComponent.section.caption + .baseComponent.section.caption h1,
.baseComponent.section.caption + .baseComponent.section.caption h2,
.baseComponent.section.caption + .baseComponent.section.caption h3,
.baseComponent.section.caption + .baseComponent.section.caption h4,
.baseComponent.section.caption + .baseComponent.section.caption h5,
.baseComponent.section.caption + .baseComponent.section.caption h6,
.baseComponent.section.caption + .baseComponent.section.text p,
.baseComponent.section.caption + .baseComponent.section.img img {
  margin-top: 1em; }

.baseComponent.section.img + .baseComponent.section.caption h1,
.baseComponent.section.img + .baseComponent.section.caption h2,
.baseComponent.section.img + .baseComponent.section.caption h3,
.baseComponent.section.img + .baseComponent.section.caption h4,
.baseComponent.section.img + .baseComponent.section.caption h5,
.baseComponent.section.img + .baseComponent.section.caption h6,
.baseComponent.section.img + .baseComponent.section.text p,
.baseComponent.section.img + .baseComponent.section.img img {
  margin-top: 1em; }

.baseComponent.section.text + .baseComponent.section.caption h1,
.baseComponent.section.text + .baseComponent.section.caption h2,
.baseComponent.section.text + .baseComponent.section.caption h3,
.baseComponent.section.text + .baseComponent.section.caption h4,
.baseComponent.section.text + .baseComponent.section.caption h5,
.baseComponent.section.text + .baseComponent.section.caption h6,
.baseComponent.section.text + .baseComponent.section.text p,
.baseComponent.section.text + .baseComponent.section.img img {
  margin-top: 1em; }

.psc-fs14 {
  font-size: 14px; }
.psc-fs12 {
  font-size: 12px; }
@media screen and (max-width: 600px) {
  .psc-fs14 {
    font-size: 12px; }
  .psc-fs12 {
    font-size: 10px; } }
.RSS_imageAndText.parbase.section {
  /*
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    max-width: 930px;
    */ }
.RSS_imageAndText.parbase.section > div {
  max-width: 960px;
  margin: 0 auto; }
.psc-row-base {
  padding-left: 36px;
  padding-right: 36px; }
.psc-row-contents {
  padding-left: 0;
  padding-right: 0; }
@-moz-document url-prefix() {
  .psc-row-contents {
    width: 100%; } }
.psc-cell-contents {
  padding: 4px 15px; }
@media screen and (max-width: 1024px) {
  .psc-row-contents {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 600px) {
  .psc-cell-contents {
    padding: 8px 0px; }
  .psc-cell-contents p {
    font-size: 11.7824px; }
  .psc-cell-contents .psc-date {
    font-size: 10px; } }
.psc-btn-rss {
  position: absolute;
  top: -70px;
  right: 15px; }
.parbase.RSS_gameList.section > div > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 930px; }
.psc-game-row-pkg {
  max-width: none;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
  display: block; }
.psc-game-pkg-cell {
  display: block;
  float: left;
  width: 50%;
  padding: 12px 15px; }
.psc-game-row-pkg:before,
.psc-game-row-pkg:after {
  content: " ";
  display: table; }
.psc-game-row-pkg:after {
  clear: both; }
.psc-game-row-pkg {
  *zoom: 1; }
.psc-game-inner-right span {
  line-height: 1.6; }
.psc-game-pkg-cell h3 {
  font-weight: bold;
  line-height: 1.6; }
.psc-game-pkg-cell h3 span {
  line-height: 1.6; }
.psc-game-pkg img {
  width: 120px;
  height: 120px;
  padding: 17px;
  box-sizing: content-box; }
@media screen and (max-width: 940px) {
  .psc-game-pkg img {
    width: 100px;
    height: 100px;
    padding: 14px 14px 14px 14px;
    box-sizing: content-box; } }
@media screen and (max-width: 600px) {
  .psc-game-row-pkg .psc-game-pkg-cell {
    padding: 8px 15px;
    width: 100%;
    float: none; } }
@media screen and (max-width: 400px) {
  .psc-game-pkg img {
    width: 80px;
    height: 80px;
    padding: 10px 10px 10px 10px;
    box-sizing: content-box; } }
@media screen and (max-width: 600px) {
  .psc-sp-icon-pkg-btn {
    background: url(../../../../../../content/dam/pscom/ja-jp/icon/icon_link.svg) no-repeat;
    background-position: right center; } }
.psc-game-navi-title {
  font-weight: bolder; }
.psc-game-cell-navi {
  padding-left: 15px;
  padding-right: 15px; }
.psc-game-cell-navi .psc-game-navi-btn {
  outline: none; }
.baseComponent.section.gameTitleSearch {
  margin: 0 auto; }
#game-category {
  margin-left: -15px;
  margin-right: -15px; }
.psc-cell-game-category a span {
  color: #fff; }
.psc-cell-game-category a:hover span {
  color: #00A2FF; }
@media screen and (max-width: 1024px) {
  .psc-game-row {
    padding-left: 0;
    padding-right: 0; }
  .psc-game-cell-navi h3 {
    font-size: 12px; } }
@media screen and (max-width: 860px) {
  .psc-game-navi-title {
    color: #ffffff; } }
@media screen and (max-width: 700px) {
  .psc-game-row {
    padding-left: 0;
    padding-right: 0; }
  .psc-game-cell-navi {
    padding-left: 4px;
    padding-right: 4px; }
  .psc-game-cell-navi h3 {
    font-size: 10px;
    box-sizing: content-box; } }
@media screen and (max-width: 600px) {
  .psc-close-btn {
    position: absolute;
    top: 15px;
    right: 20px; }
  .psc-close-btn img {
    width: 14px; } }
.navi-text li {
  display: inline-block; }

/* [ PSCOM_AEM_GP-271 ] ボタン幅を制御したい */
.button {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .button {
    margin-left:15%;
    margin-right:15%;
  }
}

/* button-orange */
.button .button-orange .blue,
.button .button-orange .blue:link,
.button .button-orange .blue:visited {
  background-color: #EB5F2D;
}
.button .button-orange .blue:hover,
.button .button-orange .blue:link:hover,
.button .button-orange .blue:visited:hover {
  background-color: #F0987A;
}


/* PSCOM_AEM_GP-284 リッチテキスト用のCSSを追加 */

@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------------*/
/*    a                                                */
/*-----------------------------------------------------*/
.baseComponent.section.text a {
  display: inline;
}

/*-----------------------------------------------------*/
/*    li, ol                                           */
/*-----------------------------------------------------*/
.baseComponent.section.text ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.baseComponent.section.text ul li {
  padding-bottom:0.6em;
}

.baseComponent.section.text ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}
.baseComponent.section.text ol li {
  padding-bottom:0.6em;
}

/*-----------------------------------------------------*/
/*    table                                            */
/*-----------------------------------------------------*/

/*reset*/
.baseComponent.section.text table,
.baseComponent.section.text tbody,
.baseComponent.section.text tr,
.baseComponent.section.text th,
.baseComponent.section.text td {
  border:none;
}


/*table*/

.baseComponent.section.text table {
  border-collapse: collapse;
}

.baseComponent.section.text td {
  margin: 0;
  padding: 10px;
  border: 1px solid #9c9c9c;
  background: #ffffff;
}

.baseComponent.section.text th {
  margin: 0;
  padding: 10px;
  border: 1px solid #9c9c9c;
  background: #eeeeee;
  font-weight:bold;
}

.baseComponent.section.text th:first-child,  .baseComponent.section.text td:first-child {
  border-bottom: 1px solid #9c9c9c;
}
.baseComponent.section.text th:last-child,  .baseComponent.section.text td:last-child {
  border-bottom: 1px solid #9c9c9c;
}


@media only screen and (max-width: 900px) {

  .baseComponent.section.text table {
    display: block;
    position: relative;
    width: 100%;
  }

  .baseComponent.section.text table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  .baseComponent.section.text table thead tr {
    display: block;
  }

  .baseComponent.section.text table tbody tr {
    vertical-align: top;
  }

  /* borderの調整 */
  .baseComponent.section.text th {
    border-bottom: 0;
  }

}
@media only screen and (max-width: 768px) {
  .baseComponent.section.text table {
    font-size: 12px;
  }
  .baseComponent.section.text table tbody::-webkit-scrollbar {
    height: 5px;
  }
  .baseComponent.section.text table tbody::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .baseComponent.section.text table tbody::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #9c9c9c;
  }


}

/*-----------------------------------------------------*/
/*    .noscroll table                                  */
/*-----------------------------------------------------*/
.baseComponent.section.text .noscroll table tbody {
  white-space: normal;
}


/*-----------------------------------------------------*/
/*    p white-space:nomal                              */
/*-----------------------------------------------------*/
.baseComponent.section.text table tbody td p {
  white-space: normal;
  margin-top:0 !important;
}

.baseComponent.section.text table tbody th p {
  white-space: normal;
  margin-top:0 !important;
  font-weight:bold;
}


/*-----------------------------------------------------*/
/*    img sizereset                                    */
/*-----------------------------------------------------*/

.baseComponent.section.text table img {
  max-width: none;
  height: ;
  width: ;
}

