@charset "UTF-8";
/* Scss Document */
#Support a:hover img {
  filter: opacity(70%); }

.coming {
  text-align: center; }

.howtocontent img, .faq img, .coming img {
  max-width: 100%; }

/*----------------------------------
SupportTop.css
------------------------------------*/
.SupportTop {
  display: grid;
  gap: 7px; }
  .SupportTop h2 {
    margin: 2em 0 0.5em 0; }
  .SupportTop img {
    display: block; }
  .SupportTop dl {
    margin: 0;
    padding: 0 0 15px 0;
    background: #FFF;
    border: 1px solid #CCC; }
  .SupportTop dt {
    /*見出し logo + text*/
    margin: 0;
    padding: 12px 12px 10px 12px;
    color: #656565;
    font-size: 110%;
    font-weight: normal;
    background: #DED8D0;
    border-bottom: 3px solid #8D9399; }
    .SupportTop dt img {
      max-width: 100%;
      width: auto;
      padding-bottom: 7px; }
  .SupportTop dl.CF dd {
    float: left;
    width: 50%;
    display: flow-root; }

@media screen and (min-width: 1024px) {
  .SupportTop {
    grid-template-columns: 30% calc(70% - 7px); }
    .SupportTop * {
      grid-column: 1 / 3; }
    .SupportTop dl.CF {
      grid-column: 1 / 2; }
    .SupportTop dl.SB {
      grid-column: 1 / 2; }
    .SupportTop dl.SFVF {
      grid-column: 2 / 3; }
    .SupportTop .freaks {
      display: grid;
      gap: 7px;
      grid-template-columns: 1fr 1fr; }
      .SupportTop .freaks .RF {
        grid-column: 1 / 2; }
      .SupportTop .freaks .AF {
        grid-column: 2 / 3; } }
@media screen and (min-width: 640px) {
  .SupportTop dl.SE dd,
  .SupportTop dl.CF_so dd,
  .SupportTop dl.SFVF dd {
    float: left;
    width: 50%;
    display: flow-root; } }
/*機種別の中 基本*/
.SupportTop dd {
  margin: 0; }
  .SupportTop dd ul {
    margin: 0 15px;
    padding: 0;
    list-style: none;
    display: flow-root; }
  .SupportTop dd li {
    margin: 0;
    padding: 0;
    float: left; }
    .SupportTop dd li img {
      margin: 0 5px 0 0; }

dl.CF dt a:link, dl.CF dt a:visited, dl.RF dt a:link, dl.RF dt a:visited, dl.AF dt a:link, dl.AF dt a:visited {
  color: #444; }
dl.CF dt a:hover, dl.RF dt a:hover, dl.AF dt a:hover {
  color: #CC0066; }

/*その他の製品.SupportTop内*/
dl.other dt {
  font-weight: 800;
  font-size: 1.2em; }
  dl.other dt a:link, dl.other dt a:visited {
    color: #444; }
  dl.other dt a:hover {
    color: #CC0066; }
dl.other dd ul {
  margin-top: 15px;
  position: relative; }
dl.other dd img {
  width: 100px;
  margin-right: 15px; }

/*機種見出し 下線の色 dd.class*/
.SupportTop dd h3 {
  color: #333;
  margin: 15px 15px 4px 15px;
  padding: 0;
  border-width: 0 0 2px 0;
  border-style: solid; }
.SupportTop dd.RFmain h3, .SupportTop dd.AFmain h3 {
  border-color: #69F; }
.SupportTop dd.CF3DS h3 {
  border-color: #FF92A3; }
.SupportTop dd.SE3DS h3,
.SupportTop dd.SB h3 {
  border-color: #ED0000; }
.SupportTop dd.SEPS4 h3 {
  border-color: #004E9E; }
.SupportTop dd.CFDS h3 {
  border-color: #FF9900; }
.SupportTop dd.SEPS3 h3,
.SupportTop dd.SEWP h3,
.SupportTop dd.CFPS3 h3 {
  border-color: #EEB7BA; }
.SupportTop dd.CFWiiU h3 {
  border-color: #68D4E7; }
.SupportTop dd.CFWii h3 {
  border-color: #82BF4A; }
.SupportTop dd.CFPSP h3,
.SupportTop dd.SF h3,
.SupportTop dd.VF h3 {
  border-color: #86A3CC; }

/*サポートトップメニュー bottom ul*/
.SupportOther {
  margin: 7px 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px; }
  .SupportOther img {
    display: block; }
  .SupportOther li {
    margin: 0;
    padding: 0; }
    .SupportOther li div {
      border: 1px solid #CCC;
      background-image: linear-gradient(to bottom, #FFF 0%, #E8E8E8 100%); }
    .SupportOther li div:hover {
      background-image: linear-gradient(to bottom, #FFF 0%, #D5DFED 100%); }
    .SupportOther li a {
      display: block;
      margin: 1px;
      padding: 0;
      border: 1px solid #FFF;
      background-position: right top;
      background-repeat: no-repeat;
      background-color: transparent; }
    .SupportOther li a:hover {
      background-position: right bottom; }

@media screen and (min-width: 640px) {
  .SupportOther {
    grid-template-columns: 1fr 1fr; } }
/*修理　お問い合わせ 画像*/
.SupportOther li.support_ripair a {
  background-image: url(support/support_ripair_bg.png); }

.SupportOther li.support_contact a {
  background-image: url(support/support_contact_bg.png); }

/*---old ハード別サポート一覧用---*/
.CFsupport_list {
  list-style: none;
  margin: 0 10px; }
  .CFsupport_list li {
    border-bottom: 1px solid #DDD;
    margin: 0;
    padding: 5px 0; }
  .CFsupport_list li:last-child {
    border-bottom: none; }
  .CFsupport_list img {
    display: block;
    max-width: 100%;
    width: auto; }

/*---サポート標準---*/
.supportmain {
  position: relative;
  margin: 0 0 3em 0;
  background: #FFF;
  padding: 20px;
  border: 1px solid #DDD; }

.main_photo {
  text-align: center;
  margin-bottom: 0.5em;
  width: 100%; }
  .main_photo img {
    padding-bottom: 10px;
    width: auto;
    max-width: 100%; }

/*SE CFサポートのトップ画像用*/
.main_photo250 img {
  height: 250px; }

.main_photo150 img {
  height: 150px; }

/*olの数字変更*/
.howtocontent ol,
.faq ol,
.ripair_process ol {
  counter-reset: number 0;
  list-style-type: none;
  margin: 0 0 3em 0; }
  .howtocontent ol > li,
  .faq ol > li,
  .ripair_process ol > li {
    text-indent: -1.6rem;
    padding-left: 1.6rem;
    margin-bottom: 1.5em; }
  .howtocontent ol > li:before,
  .faq ol > li:before,
  .ripair_process ol > li:before {
    counter-increment: number 1;
    content: counter(number) ".";
    font-family: "Arial Black" ,"SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    padding-right: 0.4rem; }
  .howtocontent ol > li *,
  .faq ol > li *,
  .ripair_process ol > li * {
    text-indent: 0; }
  .howtocontent ol > li div,
  .faq ol > li div,
  .ripair_process ol > li div {
    margin-top: 1em; }
  .howtocontent ol > li > p:first-child,
  .faq ol > li > p:first-child,
  .ripair_process ol > li > p:first-child {
    display: inline;
    margin-top: 0; }
  .howtocontent ol > li > p:first-child.main_photo,
  .faq ol > li > p:first-child.main_photo,
  .ripair_process ol > li > p:first-child.main_photo {
    display: block;
    margin-top: 10px; }
  .howtocontent ol > li ul,
  .faq ol > li ul,
  .ripair_process ol > li ul {
    margin-top: 1em; }
  .howtocontent ol > li ul.note,
  .faq ol > li ul.note,
  .ripair_process ol > li ul.note {
    margin-top: 1em; }
    .howtocontent ol > li ul.note li,
    .faq ol > li ul.note li,
    .ripair_process ol > li ul.note li {
      text-indent: -1em; }
  .howtocontent ol li em,
  .faq ol li em,
  .ripair_process ol li em {
    color: #F00; }
  .howtocontent ol li a, .howtocontent ol li strong,
  .faq ol li a,
  .faq ol li strong,
  .ripair_process ol li a,
  .ripair_process ol li strong {
    font-weight: bold;
    font-size: 1rem; }

.howtocontent ol.list_alpha li {
  counter-increment: count; }
.howtocontent ol.list_alpha li:before {
  display: marker;
  content: counter(count,upper-alpha) "."; }

/*丸数字*/
ul.maru {
  list-style: none; }
  ul.maru > li {
    margin-bottom: 0;
    text-indent: -1.5rem;
    padding-left: 1.5rem; }
    ul.maru > li dl {
      text-indent: 0;
      padding-left: 0; }
  ul.maru > li span {
    font-size: 1.2rem;
    font-weight: bold;
    padding-right: 0.3rem; }

/*サポートのdl dt*/
.howtocontent dl, .faq dd dl {
  margin: 5px 0 2em 0; }
  .howtocontent dl dt, .faq dd dl dt {
    background: #EEE;
    padding: 0px 2px; }
    .howtocontent dl dt img, .faq dd dl dt img {
      vertical-align: middle;
      padding: 3px; }
  .howtocontent dl dd, .faq dd dl dd {
    margin: 0 0 1.5em 0; }
    .howtocontent dl dd ul.note, .faq dd dl dd ul.note {
      margin-top: 1em; }
    .howtocontent dl dd span, .faq dd dl dd span {
      font-weight: bold; }

/*機種別のトップ dl or div */
.Supportmainmenu ul {
  list-style: none;
  margin: 0 0 -10px 0; }
  .Supportmainmenu ul li {
    margin: 0 0 15px 0;
    border-bottom: 1px dashed #999; }
    .Supportmainmenu ul li a {
      display: block;
      margin: 0;
      padding: 0 0 5px 0;
      font-weight: bold; }
    .Supportmainmenu ul li p {
      margin: 0;
      padding: 0 0 5px 0; }
  .Supportmainmenu ul li:last-child {
    margin: 0;
    border-bottom: none; }

dl.Supportmainmenu {
  margin: 0 auto 3em auto; }
  dl.Supportmainmenu dt {
    margin: 0;
    padding: 0;
    border: 5px solid #E6E6E6;
    border-bottom-width: 0;
    background: #E6E6E6;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px; }
    dl.Supportmainmenu dt img {
      display: block;
      margin-left: 8px; }
  dl.Supportmainmenu dd {
    margin: 0 0 15px 0;
    padding: 10px 5px;
    border: 5px solid #E6E6E6;
    border-top-width: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }

div.Supportmainmenu {
  margin: 0 0 2em;
  padding: 15px;
  border: 2px solid #CCC;
  border-radius: 8px; }

@media screen and (min-width: 640px) {
  dl.Supportmainmenu {
    display: flow-root; }
    dl.Supportmainmenu dt {
      width: 150px;
      float: left;
      margin: 10px 0 0 0;
      padding: 0;
      border-bottom-left-radius: 8px;
      border-top-right-radius: 0px;
      border: 0; }
      dl.Supportmainmenu dt img {
        margin: 0; }
    dl.Supportmainmenu dd {
      width: auto;
      margin: 0 0 15px 150px;
      padding: 10px 5px;
      border: 5px solid #E9E9E9;
      border-radius: 8px; } }
/*関連した質問*/
.RelationPage {
  margin: 10px 0;
  background: #FFF;
  border: 1px solid #CCC;
  padding: 15px; }
  .RelationPage h3 {
    border: none;
    margin-bottom: 0.5em; }
  .RelationPage ul {
    list-style: none;
    margin: 0; }
    .RelationPage ul li {
      margin: 0; }

/*list三角*/
.Supportmainmenu ul,
.RelationPage ul {
  list-style: none; }
  .Supportmainmenu ul li,
  .RelationPage ul li {
    position: relative;
    padding: 0 0 0.5em 1.7em; }
    .Supportmainmenu ul li a,
    .RelationPage ul li a {
      display: block; }
  .Supportmainmenu ul li:before,
  .RelationPage ul li:before {
    position: absolute;
    content: '';
    top: 0.25em;
    left: 0.5em;
    width: 0.7em;
    height: 1em; }
  .Supportmainmenu ul li:hover:before,
  .RelationPage ul li:hover:before {
    background: linear-gradient(to bottom left, transparent 50%, #CC0066 50%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #CC0066 50%) no-repeat bottom left/100% 50%; }

/*ao三角*/
.RelationPage ul li:before {
  background: linear-gradient(to bottom left, transparent 50%, #174E9D 50%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #174E9D 50%) no-repeat bottom left/100% 50%; }

/*グレー三角*/
.Supportmainmenu ul li:before {
  background: linear-gradient(to bottom left, transparent 50%, #CCC 50%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #CCC 50%) no-repeat bottom left/100% 50%; }

/*リンクボタン FAQへのリンク*/
.link_b {
  margin: 0 0 3em 0;
  padding: 0;
  clear: both;
  text-align: center; }
  .link_b a {
    margin: 5px auto 5px auto;
    padding: 15px;
    display: block;
    box-sizing: border-box;
    font-size: 110%;
    font-weight: bold;
    color: #333;
    background: #EFEFEF;
    border: 1px solid #CCC;
    border-radius: 8px; }
  .link_b a:hover {
    background: #174E9D;
    color: #FFF; }

/*サポート 使い方など*/
.howtointro {
  margin-bottom: 3em; }
  .howtointro #howtoindex {
    margin-bottom: 0; }

@media screen and (min-width: 860px) {
  .howtointro {
    display: flex; }
    .howtointro > div:first-child {
      flex-grow: 2; }
    .howtointro #howtoindex {
      width: 40%;
      min-width: 300px;
      margin-left: 40px; } }
#howtoindex {
  margin-bottom: 3em; }
  #howtoindex h4 {
    background: #BBB;
    margin: 0;
    padding: 1px 3px;
    color: #FFF; }
  #howtoindex ul {
    margin: 0;
    padding: 10px 10px 10px 1.5em;
    list-style: square;
    background: #F3F3F3;
    color: #174E9D; }
    #howtoindex ul li {
      margin: 0; }
    #howtoindex ul ul {
      padding: 0 0 0 1em;
      list-style: circle; }
  #howtoindex div a {
    background: #BBB;
    color: #FFF;
    padding: 1px 3px;
    display: block; }
  #howtoindex div a:hover {
    background: #174E9D; }

/*ソフトのインストール方法など、子ドキュメントを
親にdittoで表示するときの枠*/
.howtocontent {
  clear: both; }
  .howtocontent > h2 {
    background: #8BA6CE;
    margin: 0 0 1em 0;
    padding: 5px;
    color: #FFF;
    border-bottom: none; }
  .howtocontent h4 {
    font-weight: bold;
    font-size: 100%;
    background: #FFF;
    color: #174E9D;
    border-bottom: 1px solid #174E9D;
    margin: 5px 0 1em 0;
    padding: 2px 0; }
  .howtocontent h5 {
    font-weight: bold;
    font-size: 100%;
    margin: 5px 0 1em 0;
    border-left: 5px solid #CCC;
    color: #666;
    padding: 0 0 0 3px; }
  .howtocontent ul {
    margin-left: 2em; }
  .howtocontent ul.DownloadBox, .howtocontent ul.note {
    margin-left: 0; }
  .howtocontent ol {
    margin-left: 1em; }
    .howtocontent ol > li {
      margin-bottom: 1em; }
      .howtocontent ol > li p {
        margin-bottom: 0.5em; }
  .howtocontent dl div,
  .howtocontent ol div {
    /*四角枠*/
    border: 1px solid #CCC;
    margin-top: -.5em; }
    .howtocontent dl div h5,
    .howtocontent ol div h5 {
      border: none;
      border-bottom: 1px solid #CCC;
      background: #EEE;
      margin: 0;
      padding: 5px;
      text-align: center;
      font-weight: normal;
      color: #333; }
    .howtocontent dl div p,
    .howtocontent ol div p {
      margin: 0;
      padding: 5px;
      text-align: center; }
    .howtocontent dl div ul,
    .howtocontent ol div ul {
      margin: 1em 1em 1em 2em;
      list-style: circle; }

.howtocontent, .ME_macro, .AF_game {
  padding: 0;
  border-bottom: 2px solid #DDD;
  background: #FFF;
  margin-bottom: 5em; }
  .howtocontent aside, .ME_macro aside, .AF_game aside {
    justify-content: flex-end;
    display: flex;
    margin-right: 0;
    margin-bottom: 0;
    height: 35px;
    position: relative; }
    .howtocontent aside > div, .ME_macro aside > div, .AF_game aside > div {
      height: 12px;
      overflow: hidden;
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: transparent; }
    .howtocontent aside > div:hover, .ME_macro aside > div:hover, .AF_game aside > div:hover {
      height: 35px;
      transition: all .2s; }
    .howtocontent aside a, .ME_macro aside a, .AF_game aside a {
      display: block;
      position: relative;
      background: #DDD;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      padding: 14px 2em 10px 4em;
      color: #999; }
    .howtocontent aside a:before, .ME_macro aside a:before, .AF_game aside a:before {
      display: block;
      content: "";
      width: 0.3em;
      height: 0.3em;
      border: 3px solid;
      border-color: #999 #999 transparent transparent;
      transform: rotate(-45deg);
      position: absolute;
      top: .3em;
      left: 3.7em; }
    .howtocontent aside a:hover:before, .ME_macro aside a:hover:before, .AF_game aside a:hover:before {
      width: 0.5em;
      height: 0.5em;
      /*border-color: #FFF #FFF transparent transparent;*/
      top: 1em;
      left: 2em; }
    .howtocontent aside a:hover, .ME_macro aside a:hover, .AF_game aside a:hover {
      /*background: #174E9D;*/
      padding-top: 7px; }

.SupporContent {
  padding: 25px;
  border: 1px solid #CCC; }

.SupporContent + .SupporContent,
.SupporContent + h3 {
  margin-top: 2em; }

.main_photo + h3 {
  margin-top: 1em; }

.ripair_process {
  margin-bottom: 2em; }

.granteelist {
  padding: 0 15px;
  border: 1px solid #174E9D;
  margin: 0 0 2em 0; }
  .granteelist h4 {
    background: #174E9D;
    color: #FFF;
    padding: 4px;
    margin: 0 -15px 10px -15px; }
    .granteelist h4 a {
      color: #FFF; }
    .granteelist h4 a:hover {
      color: #CC0066; }

.col2 {
  display: grid;
  grid-template-columns: 1fr 3fr; }

/*-----------------------------------
アップデート履歴 dl 
------------------------------------*/
.update_info {
  margin: 0 0;
  border: 5px solid #DDD;
  display: grid;
  grid-template-columns: repeat(1, 1fr); }
  .update_info > dt {
    padding: 10px;
    background: #BBB;
    margin: 0;
    font-weight: bold;
    color: #FFF;
    border: none; }
  .update_info > dd {
    padding: 10px;
    margin: 0; }
    .update_info > dd dl {
      display: block;
      border: none;
      border: 1px solid #999;
      margin: 0.5em 0; }
      .update_info > dd dl dt, .update_info > dd dl dd {
        padding: 3px;
        margin: 0; }
      .update_info > dd dl dt {
        background: #999;
        color: #FFF;
        font-weight: normal; }
      .update_info > dd dl dd {
        text-align: center; }
  .update_info > dt:nth-of-type(even) {
    background: #AAA; }
  .update_info > dd:nth-of-type(even) {
    background: #EFEFEF; }
  .update_info p {
    margin-bottom: 0.5em; }
  .update_info ul,
  .update_info ol {
    margin-bottom: 0.5em; }
    .update_info ul li:last-child,
    .update_info ol li:last-child {
      margin-bottom: 0; }
  .update_info .note {
    margin-left: 0; }
    .update_info .note li {
      margin-left: 0; }
  .update_info div {
    border: 1px solid #999;
    padding: 10px;
    text-align: center;
    margin: 0.5em 0; }

@media screen and (min-width: 640px) {
  .update_info {
    grid-template-columns: 30% auto; } }
div.otherbox {
  /*cflistと同じ*/
  margin: 0 0 10px 0;
  padding: 25px;
  border: 1px solid #DDD;
  background: #FFF; }

/*サポート内テーブル*/
.support_table {
  margin: 10px 0;
  border-collapse: collapse;
  border: 1px solid #999; }
  .support_table a {
    text-decoration: none; }
  .support_table caption {
    font-weight: bold;
    background: #999;
    color: #FFFFFF;
    padding: 1px 3px 0 5px; }
  .support_table thead th,
  .support_table tr.thead th {
    background: #CCCCFF;
    text-align: center; }
  .support_table th, .support_table td {
    border: 1px solid #999999;
    padding: 5px 8px; }
  .support_table th {
    background: #EFEFEF;
    text-align: center;
    font-weight: normal; }
  .support_table th.bold {
    font-weight: bold; }
  .support_table td {
    text-align: center; }
  .support_table tfoot td {
    text-align: left;
    font-size: 0.8rem;
    border: none; }

div.faq table thead th {
  background: #CCCCFF;
  text-align: center; }

/*その他製品のサポートテーブル*/
table.other {
  width: 100%; }
  table.other td {
    text-align: left; }
  table.other tbody th {
    width: 15%; }

/*tr 偶数番目の指定*/
.zebra tr:nth-child(even) {
  background: #EAEAEA; }

/*問い合わせ*/
.support_inq {
  text-align: center;
  padding: 10px;
  border: 2px solid #DDD;
  margin: 5px 0 2em 0;
  border-radius: 8px; }
  .support_inq img {
    vertical-align: bottom;
    max-width: 100%;
    width: auto; }
  .support_inq p {
    margin: 0;
    padding: 0; }

.support_inq:hover {
  border: 2px solid #0083D6;
  background-image: linear-gradient(to bottom, #FFF 0%, #F0F9FF 100%); }

.support_inq + .support_inq {
  margin-top: -1em; }

.support_inq + h3 {
  margin-top: 3em; }

.address p {
  font-size: 1.2rem;
  font-weight: 900; }

.address:hover {
  border: 2px solid #DDD;
  background: #FFF; }

@media (max-width: 640px) {
  .support_inq p {
    text-align: left; } }
/*---マクロエディターサポート---*/
.AF_news, .AF_mainmenu {
  margin-bottom: 3em; }
  .AF_news ul, .AF_mainmenu ul {
    list-style: none; }

.AF_news ul {
  display: table;
  border-top: 1px solid #DDD;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-left: 0; }
.AF_news li {
  padding: 3px;
  display: table-row;
  margin: 0; }
  .AF_news li div {
    display: table-cell;
    padding: 5px 10px;
    border-bottom: 1px solid #DDD; }
  .AF_news li div:first-child {
    text-align: center; }
  .AF_news li img {
    padding-right: 5px; }

.MC_news h3 {
  border-bottom: none;
  margin-bottom: .5em; }

#AF_taiou small, #AF_mapping small {
  color: #0067ac;
  font-size: .8rem;
  display: inline;
  font-weight: normal; }
  #AF_taiou small a, #AF_mapping small a {
    text-decoration: underline; }

#AF_mapping thead small {
  color: #86cfee; }

.AF_mainmenu ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
  margin: 0 0 2em 0; }
.AF_mainmenu li {
  margin: 0; }
  .AF_mainmenu li a {
    display: grid;
    place-items: center;
    background: #0067ac;
    color: #FFF;
    padding: 20px 10px;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 5px;
    box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.3); }
  .AF_mainmenu li a:hover {
    background: #5298dc; }
.AF_mainmenu ul:nth-child(2) {
  grid-template-columns: 1fr; }
  .AF_mainmenu ul:nth-child(2) li a {
    padding: 10px 10px;
    border-radius: 100vh;
    background: #FFF;
    color: #0067ac;
    border: 3px solid #0067ac;
    box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.1); }
  .AF_mainmenu ul:nth-child(2) li a:hover {
    background: #c7e3ff; }

@media screen and (min-width: 640px) {
  .AF_mainmenu ul:nth-child(2) {
    grid-template-columns: 1fr 1fr; } }
.ME_macro > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .ME_macro > ul > li {
    margin-bottom: 1.5em;
    border: 1px solid #CCC;
    border-bottom: none;
    display: grid; }
    .ME_macro > ul > li * {
      padding: 2px 5px;
      margin: 0; }
    .ME_macro > ul > li dd, .ME_macro > ul > li p span {
      padding: 0; }
    .ME_macro > ul > li ul {
      list-style: none;
      border-bottom: 1px solid #CCC;
      max-height: 5em;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; }
      .ME_macro > ul > li ul li {
        line-height: 1.2; }
    .ME_macro > ul > li dl {
      border-bottom: 1px solid #CCC;
      font-size: 0.9rem;
      padding: 5px 10px; }
    .ME_macro > ul > li dt {
      font-weight: normal;
      background: #d0dbe1;
      display: inline;
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone; }
.ME_macro div {
  background-color: #004878;
  color: #FFF;
  border-bottom: 1px solid #CCC; }

@media screen and (min-width: 640px) {
  .ME_macro > ul > li {
    grid-template-columns: 180px 1fr; }
    .ME_macro > ul > li div:first-child,
    .ME_macro > ul > li div:last-child {
      grid-column: 1 / 2; }
    .ME_macro > ul > li div.gametitle, .ME_macro > ul > li ul {
      grid-column: 2/ 3; }
    .ME_macro > ul > li dl {
      grid-column: 1/ 3; } }
.AF_game h2 + p.note {
  margin-top: -.8em; }
.AF_game ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.AF_game li {
  border: 1px solid #CCC;
  border-bottom: none;
  padding: 0;
  margin-bottom: 1em; }
  .AF_game li div {
    padding: 2px 5px; }
  .AF_game li > div:nth-of-type(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    border-bottom: 1px solid #CCC; }
    .AF_game li > div:nth-of-type(2) div {
      display: grid;
      place-content: center; }
    .AF_game li > div:nth-of-type(2) div:nth-child(1) {
      grid-column: 1/2;
      grid-row: 1/2;
      border-right: 1px solid #CCC;
      background-color: #d0dbe1; }
    .AF_game li > div:nth-of-type(2) div:nth-child(2) {
      grid-column: 1/2;
      grid-row: 2/3;
      border-top: 1px solid #CCC;
      border-right: 1px solid #CCC;
      background-color: #d0dbe1; }
    .AF_game li > div:nth-of-type(2) div:nth-child(3) {
      grid-column: 2/3;
      grid-row: 1/2; }
    .AF_game li > div:nth-of-type(2) div:nth-child(4) {
      grid-column: 2/3;
      grid-row: 2/3;
      border-top: 1px solid #CCC; }
  .AF_game li > div:last-child {
    border-bottom: 1px solid #CCC; }

.AF_game div.gametitle, .ME_macro div.gametitle {
  background: #0067ac;
  border-bottom: 1px solid #CCC; }
.AF_game h3, .ME_macro h3 {
  border: none;
  color: #FFF;
  margin: 0; }
  .AF_game h3 span, .ME_macro h3 span {
    display: inline-block;
    font-size: 0.9rem;
    background-color: rgba(255, 255, 255, 0.7);
    color: #0067ac;
    border-radius: 3px;
    margin-right: 0.5em; }

#cPS5 span, #cPS4 span {
  background-color: #FFF;
  padding: 0 5px;
  margin-bottom: 5px; }

#cPS5 div.gametitle {
  background: #009ced; }
#cPS5 span {
  color: #009ced; }

#cPS4 div.gametitle {
  background: #004895; }
#cPS4 span {
  color: #004895; }

/*ダウンロード div*/
/*----------------------------------
ソフトのダウンロードなど liアイコン部分

1アイテムの場合
<ul class="DownloadBox"><li><a>

見出しが必要な場合
<div class="DownloadBox"><ul><li><a> の構造
---------------------------------*/
/*小リソースでない*/
.Support_top_content {
  margin: 0 2px 2em 2px;
  padding: 25px;
  border: 2px solid #CCC;
  border-radius: 8px; }

.DownloadBox {
  margin: 10px 0;
  padding: 20px 20px 5px 20px;
  background: url(support/DownlodBox_bg2.png) #FFF no-repeat right bottom;
  background-size: 50%;
  border: 3px solid #DDD;
  border-radius: 10px; }
  .DownloadBox p {
    margin-bottom: 1em; }
  .DownloadBox ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .DownloadBox li {
    list-style: none;
    margin: 0;
    padding: 0 0 1.5em 0; }
    .DownloadBox li a {
      display: block;
      font-weight: bold;
      text-decoration: none;
      color: #FFF;
      padding: 13px 10px 13px 45px;
      margin: 0 0 10px 0;
      border-radius: 10px;
      box-shadow: #CCC 0px 2px 2px;
      background-image: url(support/icon_download2.png), linear-gradient(to bottom, #C2E8FF 0%, #2584F4 100%);
      background-repeat: no-repeat;
      background-position: 0 50%; }
    .DownloadBox li a:hover {
      background: url(support/icon_download2.png) #174E9D;
      background-repeat: no-repeat;
      background-position: 0% 50%;
      text-decoration: underline; }
  .DownloadBox h5 {
    margin-top: 0;
    margin-bottom: 0.8em;
    padding-left: 5px; }

.DownloadBox + h4 {
  margin-top: 2em; }

@media screen and (min-width: 640px) {
  .DownloadBox {
    background-size: auto; } }
/*イレギュラー　ソフト別に色違いの場合 div.DownloadBox */
.bcolorBlue {
  border: 3px solid #CCE7FF;
  /*うす水色*/ }

.bcolorYellow {
  border: 3px solid #FFEDB8;
  /*うすい黄*/ }
  .bcolorYellow h5 {
    border-left: 5px solid #FC3;
    /*黄*/ }

.bcolorPink {
  border: 3px solid #FFDBED;
  /*うすいピンク*/ }
  .bcolorPink h5 {
    border-left: 5px solid #F9C;
    /*ピンク*/ }

.bcolorGreen {
  border: 3px solid #CCE599;
  /*きみどり*/ }
  .bcolorGreen h5 {
    border-left: 5px solid #99CC33;
    /*きみどり*/ }

/*typeII（PSP用）シリアル番号入力フォーム div.DownloadBox*/
.bodernone {
  border-width: 0;
  padding: 0; }

/*シリアル入力ダウンロードボタン*/
.DownloadBox form {
  border: 2px solid #DDD; }
  .DownloadBox form p {
    text-align: center; }
  .DownloadBox form h4 {
    text-align: center;
    background: #009BDB;
    border: none;
    color: #FFF;
    margin: 3px;
    padding: 2px 0; }

/*DownloadBox QR横並び*/
.downloadQR {
  display: grid;
  grid-template-columns: 1fr; }
  .downloadQR li {
    text-align: center; }
    .downloadQR li p {
      margin-bottom: 0; }

@media screen and (min-width: 860px) {
  .downloadQR {
    grid-template-columns: 1fr 1fr; } }
/*ライセンス表記*/
.Licence {
  background: #DDD;
  font-size: 0.9rem;
  margin: 0px 0 10px 0;
  padding: 20px 25px; }
  .Licence p {
    margin: 0; }

/*PSPCF コードフリークを使ったインストール*/
.beginner {
  list-style: none; }
  .beginner li {
    margin-bottom: 2em;
    margin-left: 0;
    padding-left: 34px;
    text-indent: -34px; }
  .beginner ul.note {
    margin-left: 0; }
  .beginner li li {
    margin-bottom: 5px;
    padding-left: 0;
    text-indent: 0; }
  .beginner li img {
    vertical-align: top;
    padding: 2px; }
  .beginner li:before {
    display: none; }

/*計算式用のbox div*/
.mathbox {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  line-height: 1.5;
  padding: 15px;
  margin: 0 0 1.5em 0;
  border-color: #CCC;
  border-style: solid;
  border-width: 1px 1px 1px 8px; }
  .mathbox p {
    margin: 0;
    padding: 0; }

/*----------------------------------
よくある質問リスト リスト一覧ページ
-----------------------------------*/
/*一覧外ボックス*/
.faqOuter {
  position: relative;
  margin: 0 0 1em 0;
  background: #FFF;
  padding: 25px;
  border: 1px solid #CCC;
  display: flow-root; }
  .faqOuter .pageNavi {
    margin: 20px 0 -25px 0; }
  .faqOuter .faqListProdacts {
    /*パケ画像*/
    list-style: none;
    margin: 0 10px;
    padding: 0;
    display: flow-root; }
    .faqOuter .faqListProdacts li {
      float: left;
      margin: 0;
      padding: 0; }

/*質問リスト ul*/
.faqList {
  list-style: none;
  margin: 0 0 3em 0;
  padding: 0; }
  .faqList > li {
    margin: 0 0 5px 0;
    padding: 20px;
    border: 1px solid #CCC;
    border-radius: 8px;
    line-height: 1.5rem;
    /*1st letter 大きいため*/ }
  .faqList > li:hover {
    background-color: #EEE; }
  .faqList a {
    font-weight: bold;
    text-decoration: none;
    font-size: 1rem; }

/*各サポートトップの質問リスト ul　li横並び*/
@media screen and (min-width: 860px) {
  .faqListflex {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-items: stretch;
    list-style: none;
    margin: 0 -5px;
    padding: 0;
    clear: both; }
    .faqListflex li {
      width: calc(50% - 10px);
      box-sizing: border-box;
      margin: 5px; } }
/*-------------------------------------
よくある質問 dl ul(faqList)
---------------------------------------*/
/*Q A の文字 基本*/
.faq > dt {
  color: #000;
  font-size: 1.2rem;
  padding: 0; }
.faq > dt:first-letter,
.faq > dd:first-letter,
.faq > li:first-letter {
  font-size: 3rem;
  font-weight: 900;
  font-family: "Arial Black", Arial; }
.faq > li:first-letter {
  font-size: 2rem; }
.faq > dt:first-letter,
.faq > li:first-letter {
  color: #069; }
.faq > dd:first-letter {
  color: #C30; }
.faq img {
  padding: 0 0 10px 0; }
.faq ul.note {
  margin: 0.5em 0 2em 0; }
.faq > dt, .faq > dd {
  margin: 0 0 2em 0; }
.faq > dd p {
  margin: 0 0 1.5em 0; }
.faq > dd h4 {
  margin: 0.5em 0 0.5em 0; }
.faq div {
  border: 1px solid #DDD;
  padding: 15px;
  margin: 10px 0;
  border-radius: 5px; }
  .faq div h4 {
    margin-top: 0; }
  .faq div h5 {
    border-bottom: 1px dashed #AAA;
    padding-bottom: 5px;
    margin: 0 0 0.5em 0; }
  .faq div p {
    margin: 0 0 10px 0; }
  .faq div ul {
    margin-bottom: 0; }
.faq div.support_inq {
  padding: 10px;
  border-width: 2px;
  margin: 5px 0 2em 0;
  border-radius: 8px; }
  .faq div.support_inq p {
    margin: 0; }
.faq div.scroll {
  border: none;
  padding: 0;
  margin: 0 0 3em 0;
  border-radius: 0; }
.faq p.main_photo {
  margin: 1.5em 0; }
  .faq p.main_photo img {
    max-width: 100%;
    width: auto;
    height: auto; }

/*FAQ対象商品　tag div.faqHead内*/
@media screen and (min-width: 860px) {
  div.faqHead {
    display: flex; } }
div.faqHead {
  border: none;
  border-top: 1px dashed #999;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  font-size: 1rem;
  font-weight: normal; }
  div.faqHead h4 {
    width: 4em;
    margin: 0 0.5em 0.5em 0;
    padding: 0;
    background-color: transparent; }
    div.faqHead h4 span {
      display: block;
      background: #999;
      border-radius: 5px;
      color: #FFF;
      text-align: center;
      padding: 0.2em;
      line-height: 1; }
  div.faqHead ul.FAQProdacts {
    list-style: none;
    margin: 0;
    flex: 1 0 auto; }
  div.faqHead ul.FAQtag {
    margin: 0; }
    div.faqHead ul.FAQtag li {
      display: inline-block;
      border: 1px solid #999;
      border-radius: 5px;
      margin: 0 3px 0 0;
      padding: 0 5px; }

.faq_tag {
  list-style: none;
  margin: 10px 0;
  padding: 10px 0 0 0;
  border-top: 1px dashed #333;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: flex-end;*/ }
  .faq_tag li {
    font-size: 0.9rem;
    margin: 0 5px 5px 0;
    font-weight: normal; }
  .faq_tag li:first-child {
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFF;
    padding: 1px 8px;
    border-radius: 5px; }
  .faq_tag li a {
    display: block;
    padding: 1px 8px;
    background: #d0dbe1;
    border-radius: 5px;
    color: #333; }
  .faq_tag li a:hover {
    background: #0067ac;
    color: #FFF;
    text-decoration: none; }

.faq_xx .faq_tag {
  margin-right: -50px; }

.head {
  border: 1px dashed #333;
  padding: 10px 10px 5px 10px;
  margin-top: 0; }
  .head li:last-child a {
    background: #0067ac;
    color: #FFF; }
  .head li:last-child a:hover {
    background: #006778; }

/*トグル開閉型*/
.faq_xx {
  margin-top: 3em;
  padding-top: 2em;
  border-bottom: 2px solid #CCC; }
  .faq_xx > dt, .faq_xx > dd {
    margin-bottom: 1em; }
  .faq_xx > dd {
    margin-top: -1em; }
  .faq_xx .toggle {
    position: relative;
    border-top: 2px solid #CCC;
    padding-right: 50px; }
  .faq_xx .toggle_btn {
    position: absolute;
    top: 2em;
    right: 10px;
    transform: translateY(-50%);
    background: #CCC;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%; }
  .faq_xx .toggle_btn:before, .faq_xx .toggle_btn:after {
    display: block;
    content: '';
    background-color: #FFF;
    position: absolute;
    width: 18px;
    height: 2px;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%); }
  .faq_xx .toggle_btn:before {
    width: 2px;
    height: 18px; }
  .faq_xx .toggle.selected .toggle_btn:before {
    content: normal;
    border-bottom: 1px solid #CCC; }
  .faq_xx .toggle_result {
    display: none; }
  .faq_xx div.faqHead {
    display: block;
    margin-right: -40px;
    margin-bottom: 1em; }
    .faq_xx div.faqHead h4 {
      background-color: #EEE;
      width: 100%;
      padding: 3px 10px; }
    .faq_xx div.faqHead ul {
      display: block; }

/*罫線区切り*/
.faq_dline {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #CCC; }
  .faq_dline dd {
    border-bottom: 1px solid #CCC;
    padding-bottom: 1em; }
  .faq_dline dd:last-child {
    border: none; }

/*ripair*/
ul.ripair_menu {
  list-style: none;
  margin: 3em 0 5em;
  padding: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); }
  ul.ripair_menu li {
    margin: 0;
    padding: 0;
    text-align: center; }
    ul.ripair_menu li a {
      display: block;
      min-height: 150px;
      margin: 0 0 5px;
      padding: 10px;
      background-image: url("/assets/images/icon/icon_ripair.svg");
      background-color: #AADDF3;
      background-repeat: no-repeat;
      background-position: center bottom 10px;
      background-size: 60% 60%;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 900;
      text-decoration: none;
      border-radius: 15px;
      color: #000;
      box-shadow: 0px 0px 5px #999; }
  ul.ripair_menu li:first-child a {
    background-color: #C9E4A5; }
  ul.ripair_menu li:last-child a {
    background-color: #C9C7E6; }
  ul.ripair_menu li a:hover {
    background-color: #F90;
    box-shadow: 0px 0px 0px #999; }
