@charset "UTF-8";
/* -----------------------------------
  カラー各種設定
----------------------------------- */
/* -----------------------------------
  文字サイズ各種設定
----------------------------------- */
/* -----------------------------------
  余白各種設定
----------------------------------- */
/* -----------------------------------
  下層のみに当たるcss
----------------------------------- */
/* -----------------------------------
  共通
----------------------------------- */
#contents {
  padding: 80px 0 100px; }

.page_title {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 100px;
  text-align: center; }
  .page_title img {
    margin: 0 0 10px; }

.each_title {
  font-size: 2rem;
  padding: 0 0 30px; }
  .each_title img {
    margin: 0 0 5px; }

h3.big {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 20px; }

h3.biggest {
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0 0 20px; }

h4.default {
  font-weight: bold;
  margin: 0 0 10px; }

hr {
  padding: 0 0 80px; }

.news_area .news_list li:not(:last-child) {
  border-bottom: 1px solid #000; }
.news_area .news_list dt {
  box-sizing: border-box;
  padding: 10px 20px 5px; }
.news_area .news_list dd a {
  box-sizing: border-box;
  display: block;
  padding: 0 20px 10px; }

.default_table {
  width: 100%; }
  .default_table th {
    background: #d5eeff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    border-right: 2px solid #fff;
    padding: 20px;
    vertical-align: top;
    width: 25%; }
  .default_table td {
    background: #f4fbff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    padding: 20px;
    width: 75%; }
    .default_table td.padding_0 {
      padding: 0; }
      .default_table td.padding_0 p {
        margin: 20px; }
  .default_table .required {
    font-size: 1.8rem; }
  .default_table input[type='radio'] {
    background: #fff;
    border: 1px solid #0071be;
    border-radius: 50%;
    height: 14px;
    width: 14px; }
    .default_table input[type='radio']:checked {
      background: #0071be; }
  .default_table input[type='checkbox'] {
    background: #fff;
    border: 1px solid #0071be;
    height: 14px;
    width: 14px; }
    .default_table input[type='checkbox']:checked {
      background: #0071be; }
  .default_table select {
    background: url("../images/shared/icon_day_select.jpg") no-repeat right top/contain #fff;
    border: 1px solid #0071be;
    padding: 0 50px 0 10px; }

.contact_table th {
  background: #0071be;
  color: #fff; }
.contact_table td {
  background: #eaeaea; }
.contact_table input, .contact_table textarea {
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%; }

.enq_table th {
  background: #0071be;
  color: #fff;
  width: 250px; }
  .enq_table th.bg_light_blue {
    width: 200px; }
.enq_table td {
  background: #eaeaea;
  width: inherit; }
  .enq_table td > p {
    margin: 0 0 15px; }
.enq_table .bg_light_blue {
  background: #d5eeff;
  border-collapse: collapse;
  border-right: 2px solid #fff;
  color: #282828; }
.enq_table .bg_gray {
  border-collapse: collapse;
  border-right: 2px solid #fff; }
.enq_table .half td:first-child, .enq_table .half td.first {
  border-collapse: collapse;
  border-right: 2px solid #fff;
  width: 200px; }
.enq_table .half td:last-child input {
  width: 350px; }
.enq_table input[type='text'], .enq_table textarea {
  border: 1px solid #0071be;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%; }
.enq_table table {
  width: 100%; }
  .enq_table table .mwform-radio-field-text {
    display: none; }
.enq_table .category {
  background: #d5eeff;
  padding: 5px 20px; }

.category_enq {
  text-align: center;
  margin: -10px 0 60px; }
  .category_enq span {
    color: #fff;
    display: inline-block;
    margin: 0 2px;
    min-width: 60px;
    padding: 2px 6px;
    text-align: center; }
  .category_enq .ps4 {
    background: #2782ff; }
  .category_enq .ps3 {
    background: #2782ff; }
  .category_enq .xboxone {
    background: #42a521; }
  .category_enq .xbox360 {
    background: #42a521; }
  .category_enq .nintendo-switch {
    background: #d22d26; }
  .category_enq .wii-u-wii {
    background: #d22d26; }
  .category_enq .ps-vita {
    background: #2782ff; }
  .category_enq .psp {
    background: #2782ff; }
  .category_enq .nintendo-3ds {
    background: #d22d26; }
  .category_enq .ds {
    background: #d22d26; }
  .category_enq .steam {
    background: #552b8c; }
  .category_enq .dmm-com {
    background: #000000; }
  .category_enq .other {
    background: #6e6e6e; }

.submit_list {
  padding: 50px 0 10px;
  text-align: center; }
  .submit_list li {
    display: inline-block;
    margin: 0 20px;
    min-width: 200px; }
    .submit_list li button {
      background: #0071be;
      color: #fff;
      padding: 10px 20px;
      transition: all .3s ease;
      width: 100%; }
      .submit_list li button:hover {
        background: #000; }
  .submit_list .submit_back,
  .submit_list .submit_send {
    display: none; }

.mw_wp_form_confirm .submit_list .submit_back,
.mw_wp_form_confirm .submit_list .submit_send {
  display: inline-block; }
.mw_wp_form_confirm .submit_list .submit_confirm {
  display: none; }

/* -----------------------------------
  TOPICS
----------------------------------- */
article {
  padding: 0 0 40px; }
  article h3 {
    font-size: 3.6rem;
    font-weight: bold;
    padding: 0 0 20px; }
  article h4 {
    color: #0071be;
    font-size: 3rem;
    font-weight: bold;
    padding: 0 0 20px; }
  article .date {
    color: #ababab;
    font-size: 1.8rem;
    padding: 0 0 20px; }
  article > p {
    padding: 0 0 20px; }
  article a {
    text-decoration: underline; }
    article a:hover {
      text-decoration: none; }
  article strong {
    font-weight: bold; }
  article em {
    font-style: italic; }

#news article .btn_official {
  text-align: left; }
  #news article .btn_official a {
    text-align: center; }
#news .pager {
  margin: 60px 0 0; }

/* -----------------------------------
  PRODUCT
----------------------------------- */
#game .feature_area {
  padding: 0 0 40px; }
  #game .feature_area .feature_list li {
    margin: 0 0 40px; }
#game .searchandfilter li {
  padding: 0; }
#game .searchandfilter > div > ul > li {
  width: 100%; }
  #game .searchandfilter > div > ul > li:nth-child(2) > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px; }
  #game .searchandfilter > div > ul > li:nth-child(3) > ul {
    display: flex;
    margin: 0 0 40px; }
#game .searchandfilter ul {
  display: block; }
#game .search_area {
  padding: 80px 0 0; }
  #game .search_area h4 {
    font-size: inherit;
    font-weight: bold;
    margin: 0 0 10px; }
  #game .search_area input[name="ofsearch"] {
    background: #fff;
    border: 1px solid #0071be;
    box-sizing: border-box;
    margin: 0 0 30px;
    padding: 10px;
    width: 100%; }
    #game .search_area input[name="ofsearch"]::-webkit-input-placeholder {
      color: #cfcfcf; }
  #game .search_area .cat-item {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    margin: 0 1% 10px 0;
    text-align: center;
    transition: all .3s ease;
    width: 24%;
    position: relative; }
    #game .search_area .cat-item.cat-item-8, #game .search_area .cat-item.cat-item-10, #game .search_area .cat-item.cat-item-12, #game .search_area .cat-item.cat-item-14, #game .search_area .cat-item.cat-item-16 {
      display: none; }
    #game .search_area .cat-item label {
      background: #000;
      padding: 10px 0;
      transition: all ease .3s; }
      #game .search_area .cat-item label.current, #game .search_area .cat-item label:hover {
        background: #0071be; }
    #game .search_area .cat-item input {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: -1; }
  #game .search_area input:checked:after {
    background: #0071be; }
  #game .search_area input[type="submit"] {
    background: #0071be;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    transition: all ease .3s;
    width: 100%; }
    #game .search_area input[type="submit"]:hover {
      background: #000; }
    #game .search_area input[type="submit"]:disabled {
      cursor: default;
      opacity: 0.6; }
      #game .search_area input[type="submit"]:disabled:hover {
        background: #0071be; }
  #game .search_area #btn_reset {
    display: inline-block;
    padding: 20px 0 0;
    text-decoration: underline; }
    #game .search_area #btn_reset:hover {
      text-decoration: none; }
#game .result_num {
  margin: 0 0 40px; }
  #game .result_num span {
    color: #0071be;
    font-size: 4rem;
    font-weight: bold;
    margin: 0 4px 0 0; }
#game .btn_more_result {
  margin: 30px 0 0; }
  #game .btn_more_result a {
    min-width: 100%; }
#game .result_list .article_list .btn_scale {
  margin: 0 0 10px; }
#game .result_list .article_list .article_title {
  font-weight: bold;
  min-height: 0;
  padding: 0 0 10px; }
#game .result_list .genre {
  font-size: 2rem; }
#game .result_list .soft_title {
  font-weight: bold;
  margin: 0 0 5px; }
#game .result_list .release {
  display: block;
  margin: 5px 0 0; }
#game .result_list .status {
  border: 2px solid #0071be;
  box-sizing: border-box;
  color: #0071be;
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 70px;
  margin: 5px 0 0;
  padding: 2px 6px;
  text-align: center; }
#game .result_list .category_list {
  font-size: 1.6rem;
  margin: 10px 0 5px; }
  #game .result_list .category_list li {
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    margin: 0 5px 5px 0;
    min-width: 60px;
    padding: 2px 6px;
    text-align: center; }
  #game .result_list .category_list .pf_ps4 {
    background: #2782ff; }
  #game .result_list .category_list .pf_ps3 {
    background: #2782ff; }
  #game .result_list .category_list .pf_xboxone {
    background: #42a521; }
  #game .result_list .category_list .pf_xbox360 {
    background: #42a521; }
  #game .result_list .category_list .pf_nintendo-switch {
    background: #d22d26; }
  #game .result_list .category_list .pf_wii-u-wii {
    background: #d22d26; }
  #game .result_list .category_list .pf_ps-vita {
    background: #2782ff; }
  #game .result_list .category_list .pf_psp {
    background: #2782ff; }
  #game .result_list .category_list .pf_3ds {
    background: #d22d26; }
  #game .result_list .category_list .pf_ds {
    background: #d22d26; }
  #game .result_list .category_list .pf_steam {
    background: #552b8c; }
  #game .result_list .category_list .pf_dmm-com {
    background: #000000; }
  #game .result_list .category_list .pf_other {
    background: #6e6e6e; }
#game .result_list .shinsa {
  background: #6e6e6e; }
#game .result_list .cero_a {
  background: #000; }
#game .result_list .cero_b {
  background: #009944; }
#game .result_list .cero_c {
  background: #004098; }
#game .result_list .cero_d {
  background: #f39800; }
#game .result_list .cero_z {
  background: #e60012; }

/* -----------------------------------
  EVENT CAMPAIGN
----------------------------------- */
#event .year_number {
  margin: 0 auto 60px;
  position: relative;
  text-align: center;
  width: 500px; }
  #event .year_number::after {
    background: url("../images/shared/arrow_select.png") no-repeat 0 0/14px 7px;
    content: "";
    position: absolute;
    right: 20px;
    top: 45%;
    height: 7px;
    width: 14px; }
  #event .year_number select {
    background: #d5eeff;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 100%; }
#event .event_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #event .event_list li {
    margin: 0 0 60px;
    position: relative;
    width: 48%; }
    #event .event_list li span img {
      width: 100%; }
    #event .event_list li .article_title {
      min-height: 60px;
      padding: 0 0 70px; }
    #event .event_list li .article_date {
      height: 40px;
      position: relative;
      width: 100%; }
      #event .event_list li .article_date .category_label {
        color: #fff;
        font-size: 1.4rem;
        min-width: 120px;
        padding: 2px 5px;
        position: absolute;
        left: 0;
        top: 10px;
        text-align: center; }
        #event .event_list li .article_date .category_label.category_sale {
          background: #ff4646; }
        #event .event_list li .article_date .category_label.category_campaign {
          background: #d53b3b; }
        #event .event_list li .article_date .category_label.category_event {
          background: #ebb03f; }
      #event .event_list li .article_date .date {
        color: #ababab;
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: 10px;
        padding: 4px 0 0; }
    #event .event_list li .term {
      box-sizing: border-box;
      font-size: 1.6rem;
      line-height: 2.4;
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: center;
      width: 100%; }
      #event .event_list li .term em {
        color: #fff;
        display: inline-block;
        float: left;
        font-style: normal;
        min-width: 120px;
        text-align: center; }
      #event .event_list li .term.holding {
        border: #0071be 2px solid; }
        #event .event_list li .term.holding em {
          background: #0071be; }
      #event .event_list li .term.notice {
        border: #552b8c 2px solid; }
        #event .event_list li .term.notice em {
          background: #552b8c; }
      #event .event_list li .term.end {
        border: #ebb03f 2px solid;
        color: #ebb03f; }
#event article .term {
  border: 2px solid;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 10px;
  text-align: center; }
  #event article .term em {
    font-style: normal;
    font-weight: bold;
    margin: 0 20px 0 0; }
  #event article .term.holding {
    border: #0071be 2px solid;
    color: #0071be; }
  #event article .term.notice {
    border: #552b8c 2px solid;
    color: #552b8c; }
  #event article .term.end {
    border: #ebb03f 2px solid;
    color: #ebb03f; }
#event article a {
  text-decoration: underline; }
  #event article a:hover {
    text-decoration: none; }
#event article .left_block > p {
  padding: 0 0 20px; }
#event article .left_block .btn_official {
  padding: 0 0 40px; }
  #event article .left_block .btn_official a {
    min-width: 296px; }
#event article .left_block img {
  width: 100%; }
#event article .right_block > p {
  padding: 0 0 20px; }

/* -----------------------------------
  COMPANY
----------------------------------- */
#company #contents.company_padding {
  padding: 80px 0 0; }
#company .company_navi {
  overflow: hidden;
  padding: 0 0 80px; }
  #company .company_navi li {
    float: left;
    margin: 0 0 20px;
    width: 49%; }
    #company .company_navi li:nth-child(even) {
      float: right; }
    #company .company_navi li a {
      display: block;
      min-width: inherit; }
      #company .company_navi li a span {
        padding: 110px 0 60px; }
    #company .company_navi li.navi_information a span {
      padding: 130px 0 40px; }
  #company .company_navi .navi_information a {
    background: url("../images/company/sub_navi_01.png") no-repeat center 50px/171px #0071be; }
    #company .company_navi .navi_information a:hover {
      background: url("../images/company/sub_navi_01_on.png") no-repeat center 50px/171px #fff; }
  #company .company_navi .navi_outline a {
    background: url("../images/company/sub_navi_02.png") no-repeat center 70px/143px #0071be; }
    #company .company_navi .navi_outline a:hover {
      background: url("../images/company/sub_navi_02_on.png") no-repeat center 70px/143px #fff; }
  #company .company_navi .navi_map a {
    background: url("../images/company/sub_navi_03.png") no-repeat center 70px/120px #0071be; }
    #company .company_navi .navi_map a:hover {
      background: url("../images/company/sub_navi_03_on.png") no-repeat center 70px/120px #fff; }
  #company .company_navi .navi_visit a {
    background: url("../images/company/sub_navi_04.png") no-repeat center 70px/130px #0071be; }
    #company .company_navi .navi_visit a:hover {
      background: url("../images/company/sub_navi_04_on.png") no-repeat center 70px/130px #fff; }
#company .information .navi_information a,
#company .outline .navi_outline a,
#company .map .navi_map a,
#company .visit .navi_visit a,
#company .information-en .navi_information a,
#company .outline-en .navi_outline a,
#company .map-en .navi_map a {
  background: #0071be; }
#company .language {
  position: relative; }
  #company .language span {
    position: absolute;
    right: 0;
    top: 18px; }
    #company .language span a {
      background: #000;
      color: #fff;
      padding: 2px 5px;
      transition: all .3s ease; }
      #company .language span a:hover {
        background: #0071be; }
#company .information_area {
  padding: 0 0 80px; }
#company .btn_tour {
  width: 49%; }
  #company .btn_tour a {
    display: block;
    min-width: inherit; }
    #company .btn_tour a span {
      padding: 20px 0; }
#company .news_area {
  padding: 0; }
#company .company_profile {
  padding: 0 0 80px; }
#company .history_area {
  padding: 0 0 80px; }
#company .tab ul {
  display: flex;
  justify-content: space-between; }
  #company .tab ul li {
    box-sizing: border-box;
    background: #d5eeff;
    color: #0071be;
    cursor: pointer;
    margin: 0 0 5px;
    padding: 10px;
    text-align: center;
    width: calc(99% / 3); }
    #company .tab ul li.active {
      background: #0071be;
      color: #fff;
      margin: 5px 0 0; }
#company .tab .tab_area {
  border: 2px solid #0071be;
  display: none;
  padding: 20px; }
#company .tab .tab_area.active {
  display: block; }
#company .access_area {
  padding: 0 0 80px; }
  #company .access_area #map_tokyo,
  #company .access_area #map_nagoya {
    height: 300px;
    margin: 0 0 20px; }
  #company .access_area .office {
    padding: 0 0 80px; }
  #company .access_area .right_block > p {
    margin: 0 0 10px; }
  #company .access_area .right_block span {
    color: #0071be; }
#company .visit_area {
  padding: 0 0 80px; }
  #company .visit_area .read {
    font-size: 3.6rem;
    padding: 0 0 40px;
    text-align: center; }

/* -----------------------------------
  RECRUIT
----------------------------------- */
#recruit .recruit_navi {
  padding: 0 0 80px; }
  #recruit .recruit_navi ul {
    overflow: hidden; }
  #recruit .recruit_navi li {
    margin: 0 0 20px; }
    #recruit .recruit_navi li a {
      display: block; }
      #recruit .recruit_navi li a span {
        padding: 110px 0 60px; }
  #recruit .recruit_navi .navi_handicapped a span {
    padding: 130px 0 40px; }
  #recruit .recruit_navi .navi_information a span,
  #recruit .recruit_navi .navi_faq a span {
    padding: 20px 0; }
  #recruit .recruit_navi .navi_graduate a {
    background: url("../images/recruit/sub_navi_01.png") no-repeat center 70px/285px #0071be; }
    #recruit .recruit_navi .navi_graduate a:hover {
      background: url("../images/recruit/sub_navi_01_on.png") no-repeat center 70px/285px #fff; }
  #recruit .recruit_navi .navi_career a {
    background: url("../images/recruit/sub_navi_02.png") no-repeat center 70px/199px #0071be; }
    #recruit .recruit_navi .navi_career a:hover {
      background: url("../images/recruit/sub_navi_02_on.png") no-repeat center 70px/199px #fff; }
  #recruit .recruit_navi .navi_handicapped a {
    background: url("../images/recruit/sub_navi_03.png") no-repeat center 40px/238px #0071be; }
    #recruit .recruit_navi .navi_handicapped a:hover {
      background: url("../images/recruit/sub_navi_03_on.png") no-repeat center 40px/238px #fff; }
#recruit .graduate .navi_graduate a,
#recruit .career .navi_career a,
#recruit .handicapped .navi_handicapped a,
#recruit .information .navi_information a,
#recruit .faq .navi_faq a {
  background: #0071be; }
#recruit .staff_area {
  padding: 0 0 60px; }
  #recruit .staff_area li {
    margin: 0 0 20px; }
    #recruit .staff_area li img {
      width: 100%; }
#recruit .development_area li {
  margin: 0 0 20px; }
  #recruit .development_area li img {
    width: 100%; }
#recruit .development_area li {
  margin: 0 0 20px; }
  #recruit .development_area li img {
    width: 100%; }
#recruit .accordion dt {
  padding: 20px 70px 20px 54px; }
  #recruit .accordion dt .icon_q {
    position: absolute;
    left: 20px;
    top: 16px; }

/* -----------------------------------
  OTHER
----------------------------------- */
.page_style .page_read {
  padding: 0 0 40px; }
.page_style .each:not(:last-child) {
  margin: 0 0 20px;
  padding: 0 0 20px; }
.page_style .each h3 {
  color: #0071be;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0 20px; }
.page_style .each .num_list {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em; }
  .page_style .each .num_list li {
    font-size: 2rem;
    margin: 0 0 5px; }
.page_style .each .indent li {
  font-size: 2rem;
  margin: 0 0 5px; }
.page_style .each > p {
  font-size: 2rem; }
  .page_style .each > p:not(:last-child) {
    margin: 0 0 10px; }
.page_style .each a {
  color: #0071be; }
.page_style .caution {
  background: #f4fbff; }
  .page_style .caution h3 {
    background: #0071be;
    color: #fff;
    padding: 10px 20px; }
  .page_style .caution .num_list,
  .page_style .caution .indent {
    margin: 0 20px; }
  .page_style .caution > p {
    padding: 0 20px; }
.page_style .tablepress {
  font-size: 2rem;
  margin: 0; }
  .page_style .tablepress th {
    background: #d5eeff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  .page_style .tablepress td {
    background: #f8f8f8;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  .page_style .tablepress td[colspan] {
    background: #0071be;
    color: #fff; }
.page_style .link_list li {
  display: inline-block;
  font-size: 2rem;
  margin: 0 20px 20px 0; }
  .page_style .link_list li a {
    color: #0071be;
    padding: 0 0 0 20px;
    position: relative;
    text-decoration: underline; }
    .page_style .link_list li a:hover {
      text-decoration: none; }
    .page_style .link_list li a:before {
      content: '>';
      position: absolute;
      left: 0;
      top: 0; }

.sitemap_list {
  overflow: hidden; }
  .sitemap_list > li {
    float: left;
    width: 49%; }
    .sitemap_list > li:nth-child(even) {
      float: right; }
    .sitemap_list > li:nth-child(2n+1) {
      clear: both; }
  .sitemap_list dt {
    background: #0071be;
    color: #fff;
    padding: 10px 20px; }
    .sitemap_list dt a {
      color: #fff; }
  .sitemap_list dd {
    padding: 10px; }
    .sitemap_list dd li {
      padding: 0 0 10px; }
    .sitemap_list dd a {
      color: #0071be;
      padding: 0 0 0 20px;
      position: relative;
      text-decoration: underline; }
      .sitemap_list dd a:hover {
        text-decoration: none; }
      .sitemap_list dd a:before {
        content: '>';
        position: absolute;
        left: 0;
        top: 0; }

.raiting_list {
  overflow: hidden; }
  .raiting_list li {
    float: left;
    margin: 0 10px 10px 0; }

.support_list {
  overflow: hidden; }
  .support_list li {
    float: left;
    margin: 0 0 20px;
    width: 48%; }
    .support_list li:nth-child(even) {
      float: right; }

.enq_list li:not(:last-child) {
  margin: 0 0 30px; }
.enq_list li > span img {
  width: 100%; }
.enq_list li .bg_light_blue {
  background: #f4fbff;
  padding: 20px; }
.enq_list li .enq_title {
  font-weight: bold;
  margin: 0 0 10px; }
.enq_list li .category_enq {
  margin: 0 0 10px;
  text-align: left; }
  .enq_list li .category_enq span {
    margin: 0 5px 0 0; }
.enq_list li .btn_enq {
  background: #0071be;
  color: #fff;
  display: block;
  padding: 20px;
  text-align: center;
  transition: all .3s ease; }
  .enq_list li .btn_enq:hover {
    background: #000; }

@media print, screen and (min-width: 769px) {
  /* -----------------------------------
    PC 共通
  ----------------------------------- */
  #contents {
    padding: 80px 0 160px; }

  .page_title {
    font-size: 1.3rem;
    padding: 0 0 100px; }

  .each_title {
    font-size: 1.3rem; }

  h3.big {
    font-size: 2rem; }

  h3.biggest {
    font-size: 2.5rem; }

  h4.default {
    font-size: 1.5rem; }

  hr {
    padding: 0 0 60px; }

  .news_area h3 {
    float: left; }
  .news_area .btn_more {
    float: right;
    padding: 24px 0 0; }
  .news_area .news_list {
    clear: both; }
    .news_area .news_list li {
      font-size: 1.2rem;
      overflow: hidden; }
    .news_area .news_list dt {
      float: left;
      max-width: 140px;
      padding: 20px 30px;
      width: 16%; }
    .news_area .news_list dd {
      float: left;
      width: 84%; }
      .news_area .news_list dd a {
        padding: 20px 40px 20px 0; }

  .default_table {
    font-size: 1.3rem; }
    .default_table .required {
      font-size: 1rem; }

  .enq_table input[type='text'] {
    width: 40%; }

  /* -----------------------------------
    PC TOPICS
  ----------------------------------- */
  article h3 {
    font-size: 2.5rem; }
  article h4 {
    font-size: 2rem; }
  article .date {
    font-size: 1.2rem; }

  /* -----------------------------------
    PC PRODUCT
  ----------------------------------- */
  #game .feature_area {
    padding: 0 0 100px; }
    #game .feature_area .feature_list li {
      margin: 0 1% 1% 0;
      width: calc(98% / 3); }
      #game .feature_area .feature_list li:nth-child(3n) {
        margin: 0 0 1%; }
    #game .feature_area .feature_list _:-ms-lang(x), #game .feature_area .feature_list li {
      width: 32.6%;
      /* IE11 */ }
  #game .searchandfilter > div > ul > li:nth-child(2) > ul {
    flex-wrap: nowrap;
    margin: 0 0 30px; }
  #game .searchandfilter > div > ul > li:nth-child(3) > ul {
    margin: 0 0 50px; }
  #game .search_area {
    padding: 100px 0 0; }
    #game .search_area .cat-item {
      font-size: 1.3rem;
      margin: 0 0.5% 0 0;
      width: 12%; }
  #game .btn_more_result {
    margin: 40px 0 0; }
    #game .btn_more_result a {
      margin: 0 auto;
      min-width: 300px;
      width: 300px; }
  #game .result_list .genre {
    font-size: 1.2rem; }
  #game .result_list .soft_title {
    font-size: 1.7rem; }
  #game .result_list .status {
    font-size: 1rem; }
  #game .result_list .category_list {
    font-size: 1rem; }
    #game .result_list .category_list .pf_nintendo-switch {
      min-width: 120px; }
  #game .result_list .cero {
    width: 30px; }

  /* -----------------------------------
    PC EVENT CAMPAIGN
  ----------------------------------- */
  #event .list_area {
    padding: 0 0 60px; }
  #event .event_list {
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1800px; }
    #event .event_list > li {
      margin: 0 1% 25px 0;
      width: calc(97% / 4); }
      #event .event_list > li:nth-child(4n) {
        margin: 0 0 25px; }
      #event .event_list > li .article_title {
        font-size: 1.5rem;
        padding: 5px 0 40px; }
      #event .event_list > li .article_date .category_label,
      #event .event_list > li .article_date .date {
        font-size: 1.2rem; }
      #event .event_list > li .article_date .category_label {
        min-width: 90px; }
      #event .event_list > li .term {
        font-size: 1.2rem; }
  #event article {
    overflow: hidden; }
    #event article .left_block {
      float: left; }
      #event article .left_block img {
        width: 296px; }
    #event article .right_block {
      float: right;
      width: 620px; }
      #event article .right_block .btn a {
        min-width: 100%; }

  /* -----------------------------------
    PC COMPANY
  ----------------------------------- */
  #company .company_navi li {
    float: left;
    margin: 0 1% 1% 0;
    width: calc(98% / 3); }
    #company .company_navi li:nth-child(even) {
      float: left; }
    #company .company_navi li:nth-child(3n) {
      margin: 0 0 1%; }
    #company .company_navi li a span {
      padding: 110px 0 60px; }
  #company .company_navi _:-ms-lang(x), #company .company_navi li {
    width: 32.6%;
    /* IE11 */ }
  #company .company_navi .navi_information a {
    background: url("../images/company/sub_navi_01.png") no-repeat center 50px/171px #0071be; }
    #company .company_navi .navi_information a:hover {
      background: url("../images/company/sub_navi_01_on.png") no-repeat center 50px/171px #fff; }
  #company .sub_navi li {
    width: calc(98% / 3); }
  #company .sub_navi.en li {
    width: calc(98% / 2); }
  #company .btn_tour {
    width: 32.6%; }
  #company .company_profile {
    padding: 0 0 60px; }
  #company .tab ul li {
    font-size: 1.3rem; }
    #company .tab ul li:hover {
      background: #0071be;
      color: #fff;
      margin: 5px 0 0; }
  #company .access_area {
    padding: 0 0 60px; }
    #company .access_area #map_tokyo,
    #company .access_area #map_nagoya {
      float: left;
      margin: 0 20px 0 0;
      width: 640px; }
    #company .access_area .office {
      padding: 0 0 60px; }
  #company .visit_area {
    padding: 0 0 60px; }
    #company .visit_area .read {
      font-size: 2.5rem;
      padding: 0 0 30px; }

  /* -----------------------------------
    PC RECRUIT
  ----------------------------------- */
  #recruit .recruit_navi li {
    float: left;
    margin: 0 1% 1% 0;
    width: calc(98% / 3); }
    #recruit .recruit_navi li:nth-child(even) {
      float: left; }
    #recruit .recruit_navi li:nth-child(3n) {
      margin: 0 0 1%; }
    #recruit .recruit_navi li a span {
      padding: 110px 0 60px; }
    #recruit .recruit_navi li.navi_handicapped a span {
      padding: 120px 0 50px; }
  #recruit .recruit_navi _:-ms-lang(x), #recruit .recruit_navi li {
    width: 32.6%;
    /* IE11 */ }
  #recruit .staff_area ul,
  #recruit .development_area ul {
    overflow: hidden; }
  #recruit .staff_area li,
  #recruit .development_area li {
    float: left;
    margin: 0 1% 0 0;
    width: calc(98% / 3); }
    #recruit .staff_area li:nth-child(3n),
    #recruit .development_area li:nth-child(3n) {
      margin: 0; }
    #recruit .staff_area li img,
    #recruit .development_area li img {
      width: inherit; }
  #recruit .staff_area _:-ms-lang(x), #recruit .staff_area li,
  #recruit .development_area _:-ms-lang(x),
  #recruit .development_area li {
    width: 32.6%;
    /* IE11 */ }

 /* -----------------------------------
  PC OTHER
----------------------------------- */
  .page_style .page_read {
    padding: 0 0 60px; }
  .page_style .each > p {
    font-size: 1.2rem; }
    .page_style .each > p:not(:last-child) {
      margin: 0 0 20px; }
  .page_style .each h3 {
    font-size: 1.5rem;
    margin: 0 0 10px;
    padding: 0; }
  .page_style .each .num_list li,
  .page_style .each .indent li {
    font-size: 1.2rem; }
  .page_style .caution h3 {
    font-size: 1.3rem;
    padding: 10px 20px; }
  .page_style .tablepress {
    font-size: 1.3rem; }
  .page_style .link_list li {
    font-size: 1.2rem;
    margin: 0 10px 10px 0; }
    .page_style .link_list li a {
      padding: 0 0 0 20px; }
      .page_style .link_list li a:before {
        left: 10px; }

  .sitemap_list > li {
    margin: 0 2% 30px 0;
    width: 32%; }
    .sitemap_list > li:nth-child(even) {
      float: left; }
    .sitemap_list > li:nth-child(2n+1) {
      clear: none; }
    .sitemap_list > li:nth-child(3n) {
      margin: 0 0 30px; }
    .sitemap_list > li:nth-child(3n+1) {
      clear: both; }
  .sitemap_list dt a {
    transition: opacity .3s ease; }
    .sitemap_list dt a:hover {
      opacity: 0.7; }
  .sitemap_list dd {
    font-size: 1.3rem;
    padding: 10px; }
    .sitemap_list dd li {
      padding: 0 0 10px; }
    .sitemap_list dd a {
      padding: 0 0 0 24px; }
      .sitemap_list dd a:before {
        left: 10px; }

  .enq_list li {
    display: table;
    width: 100%; }
    .enq_list li > span {
      display: table-cell;
      min-width: 206px;
      width: 20%; }
    .enq_list li .bg_light_blue {
      box-sizing: border-box;
      display: table-cell;
      padding: 10px 20px;
      vertical-align: top;
      width: 60%; }
    .enq_list li .category_enq {
      margin: 0 0 20px; }
    .enq_list li .btn_enq {
      display: table-cell;
      vertical-align: middle;
      width: 20%; } }
@media print, screen and (min-width: 769px) and (max-width: 1000px) {
  .news_area .news_list dt {
    padding: 20px 4%; } }

/*# sourceMappingURL=layout.css.map */
