@charset "UTF-8";

/*--------------------------------------------
  BASE
--------------------------------------------*/
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family:
  'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #2d3132;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width:1024px) {
  body {
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  vertical-align: middle;
}
table {
  width: 100%;
}
a {
  color: #222222;
  text-decoration: none;
}
sup {
  font-size: 0.65em;
  vertical-align: super;
}
@media screen and (min-width: 992px) {
  a {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
}
@media screen and (max-width : 1399px ) {
  html {
    font-size: .75vw;
  }
}
@media screen and (max-width : 1199px ) {
  html {
    font-size: .8vw;
  }
}
@media screen and (max-width : 991px ) {
  html {
    font-size: 1.3vw;
  }
}
@media screen and (max-width : 767px ) {
  html {
    font-size: 1.75vw;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width : 575px ) {
  html {
    font-size: 2.5vw;
  }
}

/*--------------------------------------------
  GLOBAL CSS
--------------------------------------------*/
.fixedsticky {
  top: 0;
  z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
}
img {
  max-width: 100%;
}
.roboto {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.mincho {
  font-family: 'Noto Serif JP', serif;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
:root .cf::after { /* IE9 */
  content: ""\9;
  clear: both\9;
  display: block\9;
  height: 0\9;
}
.over {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.over:hover,
.over:focus {
  opacity: 0.7;
}
.ios .over:hover,
.ios .over:active,
.ios .over:link,
.ios .over:visited,
.ios .over::focus {
  opacity: 1;
}
.over.scale:hover,
.over.scale:focus {
  opacity: 1;
  transform: scale(1.05);
}
.pe_none {
  pointer-events: none;
}

.img_responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.inner_main {
  max-width: calc(1200px + 6%);
  padding-right: 3%;
  padding-left: 3%;
  margin: 0 auto;
}
.container {
  padding: 10rem 0;
}
.ex_link {
  padding-right: 1.8rem;
}
.ex_link.white {
  background: url(../images/icon_exlink_wh.png) no-repeat right bottom / 0.85em;
}
.ttl_box .center {
  text-align: center;
}
.ttl_01 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 6rem;
}
.ttl_02 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 3rem;
  position: relative;
  /*border-bottom: 1px solid #ccc;*/
  padding-left: 0.8em;
}
.ttl_02:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #242B2F;
}
.ttl_02:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: 0;
  background: #ccc;
}

.ttl_03 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 5rem;
  position: relative;
}
.ttl_03.center {
  text-align: center;
}
.ttl_04 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}
.ttl_05 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
}
.txt_box.center {
  text-align: center;
}
.btn > * {
  display: block;
  text-align: center;
  position: relative;
  width: 30rem;
  line-height: 1;
  padding: 1.8rem 0;
  font-size: 1.4rem;
}
.btn .btn_01 {
  background: #242B2F;
  color: #fff;
  border: 1px solid #242B2F;
}
.btn .btn_01:before {
  content: '';
  width: 19px;
  height: 10px;
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -5px;
  transition: all .4s;
  background: url(../images/icon_arrow_wh.png) no-repeat center / contain;
}
.btn .btn_01.btn_pdf:before {
  border: none;
  width: 18px;
  height: 23px;
  background: url(../images/icon_pdf.png) no-repeat center / contain;
  transform: none;
  margin-top: -11.5px;
}
.btn .btn_01.btn_exlink:before {
  border: none;
  width: 24px;
  height: 20px;
  background: url(../images/icon_exlink_wh.png) no-repeat center / contain;
  transform: none;
  margin-top: -10px;
}
.btn .center {
  margin: 0 auto;
}
.btn + .btn_txt {
  line-height: 1;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.color_white {
  color: #fff;
}
.color_red {
  color: #970921;
}
.txt_sm {
  font-size: 0.875em;
}
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}
.txt_indent_num {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.txt_link {
  text-decoration: underline;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.align_center {
  align-items: center;
}


.small-txt{
  font-size: 0.7em!important;
}

@media screen and (min-width: 992px) {
  .btn .btn_01:hover {
    background: #fff;
    color: #242B2F;
  }
  .btn .btn_01:hover:before {
    right: 1.5rem;
    background-image: url(../images/icon_arrow_red.png);
  }
  .btn .btn_01.btn_pdf:hover:before {
    background-image: url(../images/icon_pdf_bk.png);
    right: 2rem;
  }
  .btn .btn_01.btn_exlink:hover:before {
  background-image: url(../images/icon_exlink.png);
  right: 2rem;
  }


}

/*--------------------------------------------
  HEADER 202301改修 全サイト共通化
--------------------------------------------*/
/*#header {
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  background-color: #000;
  padding: 0 2.86%;
  position: relative;
  width: 100%;
}
#header .header-nav-pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-nav-sp {
  display: none;
}
#header .header-logo {
  max-width: 130px;
}
#header .header-logo img {
  display: block;
}
#header .header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .header-nav li:not(:last-child) {
  margin-right: 35px;
}

#header .header-nav .header-nav-item {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  padding: 18px 0;
  display: block;
}

#header .dropdown_menu {
  position: absolute;
  left: 0;
  top: 51px;
  width: 100%;
  background: #eee;
  padding: 3rem 0;
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transform: translateY(-5px);
}
@media only screen and (min-width:769px){
  #header .dropdown:hover .dropdown_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

#header .dropdown_menu .dropdown_menu_inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .dropdown_menu .dropdown_menu_ttl {
  width: 30%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #646464;
}

#header .dropdown_menu .menu_list {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
#header .dropdown_menu .menu_list li {
  width: calc((100% - 12rem) / 5);
}
#header .dropdown_menu.cs {
    padding: 2rem 0;
}
#header .dropdown_menu.cs .menu_list li {
    width: auto;
}
#header .dropdown_menu.cs .menu_list li:not(:last-child) {

}
#header .dropdown_menu.cs .menu_list li a {
    color: #333;
    font-size: 1.4rem;
}
#header .dropdown_menu .menu_list li:not(:last-child) {
  margin-right: 2rem;
}
#header .dropdown_menu .menu_list .img_box {
  padding: 1rem 2rem;
  background: #fff;
}
#header .dropdown_menu .menu_list .ttl_box {
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #646464;
  text-align: center;
}
@media only screen and (max-width:1300px) {
  #header .dropdown_menu .dropdown_menu_ttl {
    width: 20%;
    font-size: 2rem;
  }
  #header .dropdown_menu .menu_list {
    width: 80%
  }
  #header .dropdown_menu .menu_list .ttl_box {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width:1024px) {
  #header {
    padding: 1.5rem 3%;
  }
  #header .header-nav {
    display: none;
  }
  #header .header-btn {
    display: block;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .header-btn .bar {
    display: block;
    width: 22px;
    height: 20px;
    position: relative;
  }
  #header .header-btn .bar span {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease-out;
  }
  #header .header-btn .bar:before,
  #header .header-btn .bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.4s ease-out;
  }
  #header .header-btn.btn-on .bar span {
    opacity: 0;
  }
  #header .header-btn.btn-on .bar:before {
    background-color: #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  #header .header-btn.btn-on .bar:after {
    background-color: #fff;
    transform: translateY(-50%) rotate(-45deg);
  }
  #header .header-nav-sp {
    display: block;
  }
  #header .header-nav {
    opacity: 0;
    overflow-y: scroll;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    pointer-events: none;
    transform: translateX(-100%);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    display: block;
    border-top: 1px solid #4c4c4c;
    padding: 3rem 5%;
    box-sizing: border-box;
  }
  #header .header-nav.nav-on {
    transform: translateY(0%);
    opacity: 1;
    pointer-events: auto;
  }
  #header .header-nav li:not(:last-child) {
    margin-right: 0;
  }
  #header .header-nav .header-nav-item {
    border-bottom: 1px solid #fff;
    font-size: 1.8rem;
    padding: 1.5em 0;
  }
  #header .header-nav .menu_list {
    padding: 0 1.5em;
  }
  #header .header-nav .menu_list .header-nav-item {
    padding-left: 1.5em;
    position: relative;
  }
  #header .header-nav .menu_list .header-nav-item:before {
    content: '';
    width: 1em;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
  }
}*/
/*--------------------------------------------
  ヘッダー下アンカー
--------------------------------------------*/
.h_anchor {
  left: 0;
  width: 100%;
  z-index: 50;
  background: #343434;
  padding: 0 2.86%;
}
.h_anchor_inner {

}
.h_anchor_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.h_anchor_list li:not(:first-child) {
  margin-left: 3rem;
}
.h_anchor_list a {
  display: block;
  font-size: 0.875em;
  color: #fff;
  padding: 1em 0;
  line-height: 1;
}
@media only screen and (max-width:1024px) {
  .h_anchor {
  }
  .h_anchor_list {
    flex-wrap: nowrap;
    overflow-y: auto;
    justify-content: flex-start;
    word-break: keep-all;
    white-space: nowrap;
  }
  .h_anchor_list li:not(:first-child) {
    margin-left: 1.5rem;
  }
  .h_anchor_list li a {
    line-height: 1.4;
  }
}
/*--------------------------------------------
  パンくずリスト
--------------------------------------------*/
.breadcrumb {
  padding: 1rem 0;
  /*background: #c7c7c7;*/
  border-bottom: 1px solid #eeeeee;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumb li a {
  line-height: 1;
  display: block;
  font-size: 1.4rem;
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb li:not(:last-child) {
  padding-right: 3em;
  position: relative;
}
.breadcrumb li:not(:last-child):after {
  content: '>';
  position: absolute;
  top: 0;
  font-size: 1.4rem;
  line-height: 1;
  right: 1.5em;
}
/*--------------------------------------------
  アンカー
--------------------------------------------*/
.anchor {
  background: #242B2F;
  position: sticky;
  z-index: 50;
  top: 3.25em;
}
.anchor .anchor_item {
  width: calc(100% / 3);
  border-left: 1px solid #c7c7c7;
  text-align: center;
}
.anchor .anchor_item:last-child {
  border-right: 1px solid #c7c7c7;
}
.anchor .anchor_item a {
  color: #fff;
  line-height: 1;
  display: flex;
  justify-content: center;
  padding: 1.7rem 0;
  transition: 0.4s;
  height: 100%;
  flex-direction: column;
  min-height: 70px;
}
.anchor .anchor_item a .sm {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 0.5rem;
}
.anchor.stickey {
  border-bottom: 1px solid #777;
  background: #4e4e4e;
}
.anchor.stickey .anchor_item {
  /*border-color: #777;*/
}
.anchor.stickey .anchor_item a {
  padding: 1.5rem 0;
  min-height: auto;
}
@media only screen and (max-width:1024px) {
  .anchor {
    top: 3.5em;
  }
}
/*--------------------------------------------
  TOP SUPPORT AREA
--------------------------------------------*/
#product_support .support_list {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  margin: 0 auto;
}
#product_support .support_list li {
  width: calc((100% - 6rem) / 4);
  text-align: center;
}
#product_support .support_list li a {
  height: 100%;
  line-height: 1;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #4e5059;
}
#product_support .support_list li .inner {
  position: relative;
  padding-left: 4.5rem;
}
#product_support .support_list li .inner:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5rem;
  background: no-repeat center / 30px auto;
  transition: 0.3s;
}
#product_support .support_list li.faq .inner:before {
  background-image: url(/gaming/common/images/icon_support_faq_bl.png);
}
#product_support .support_list li.manual .inner:before {
  background-image: url(/gaming/common/images/icon_support_manual_bl.png);
}
#product_support .support_list li.contact .inner:before {
  background-image: url(/gaming/common/images/icon_support_call_bl.png);
}
#product_support .support_list li.purchase .inner:before {
  background-image: url(/gaming/common/images/icon_support_purchase_bl.png);
}
#product_support .support_list li .sm {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  #product_support .support_list li a:hover {
    background: #4e5059;
    color: #ffffff;
  }
  #product_support .support_list li.faq a:hover .inner:before {
    background-image: url(/gaming/common/images/icon_support_faq.png);
  }
  #product_support .support_list li.manual a:hover .inner:before {
    background-image: url(/gaming/common/images/icon_support_manual.png);
  }
  #product_support .support_list li.contact a:hover .inner:before {
    background-image: url(/gaming/common/images/icon_support_call.png);
  }
  #product_support .support_list li.purchase a:hover .inner:before {
    background-image: url(/gaming/common/images/icon_support_purchase.png);
  }
}
/*--------------------------------------------
  LINK AREA
--------------------------------------------*/

.link_area .top {
  padding: 4rem 0;
  background: #eeeeee;
}
.link_area .bottom {
  background: #343434;
  padding: 26px 2rem 35px;
}
.link_area .link_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.link_area .link_list.bnr li {
  width: 32%;
  /*max-width: 476px;*/
}
.link_area .bnr_txt {
  margin-top: 1rem;
  font-size: 1.3rem;
  text-align: center;
}
.link_area .link_list.logo {
  justify-content: center;
  flex-wrap: nowrap;
}
.link_area .link_list.logo li:not(:first-child) {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  .link_area .link_list.logo li:not(:first-child) {
    margin-left: 10%;
  }
}
/*--------------------------------------------
  FOOTER
--------------------------------------------*/
footer {
  background: #000000;
  padding: 3rem 0 2rem;
}
footer .ft_top {
  text-align: center;
}
footer .ft_navi {
  margin-top: 3rem;
}
footer .ft_navi ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .ft_navi ul:not(:first-child) {
  margin-top: 2rem;
}
footer .ft_navi ul li {
  margin: 0 1.5rem;
}
footer .ft_navi ul li a {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}
footer .ft_copy {
  margin-top: 2.5rem;
  color: #fff;
  text-align: center;
  font-size: 1.0rem;
}
/*--------------------------------------------
  animation
--------------------------------------------*/
@media screen and (min-width : 768px ){
  .js-anime,
  .js-anime:before,
  .js-anime:after {
    opacity: 0;
    transition: 0.7s ease-out 0.5s;
  }
  .js-anime.is-show,
  .js-anime.is-show:before,
  .js-anime.is-show:after {
    opacity: 1;
  }
  .js-anime.fade-up,
  .js-anime.fade-up:before,
  .js-anime.fade-up:after {
    transform: translateY(100px);
  }
  .js-anime.fade-up.is-show,
  .js-anime.fade-up.is-show:before,
  .js-anime.fade-up.is-show:after {
    transform: translateY(0);
  }
  .js-anime.fade-right,
  .js-anime.fade-right:before,
  .js-anime.fade-right:after {
    transform: translateX(100px);
  }
  .js-anime.fade-right.is-show,
  .js-anime.fade-right.is-show:before,
  .js-anime.fade-right.is-show:after {
    transform: translateX(0);
  }
  .js-anime.fade-left,
  .js-anime.fade-left:before,
  .js-anime.fade-left:after {
    transform: translateX(-100px);
  }
  .js-anime.fade-left.is-show,
  .js-anime.fade-left.is-show:before,
  .js-anime.fade-left.is-show:after {
    transform: translateX(0);
  }
}


/*--------------------------------------------
  totop
--------------------------------------------*/
.totop {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  bottom: 0;
  right: 22px;
  background-color: #2d3132;
  border-radius: 5px 5px 0 0;
  transition: 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 99;
  font-size: 1.2rem;
  width: 90px;
  line-height: 1;
  cursor: pointer;
  color: #ffffff;
  font-weight: 500;
  padding: 1.5rem;
}

.totop.on{
  opacity: 1;
}

.totop .inr {
  position: relative;
  display: block;
  padding: 1.5rem;
}

.totop:before,
.totop:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  margin-top: -4px;
  background-color: #ffffff;
  transform-origin: top center;
  transition: 0.4s;
}

.totop:before {
  transform: rotate(45deg);
}

.totop:after {
  transform: rotate(-45deg);
}
.fixed_purchase {
  opacity: 0;
  transition: 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  right: 0;
  bottom: 83px;
  z-index: 99;
}
.fixed_purchase.on {
  opacity: 1;
}
.fixed_purchase a {
  padding: 13px 0;
  background: #dc0000;
  display: flex;
  width: 112px;
  text-align: center;
  line-height: 1;
  border-radius: 5px 0 0 5px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 7px 1px rgba(220,0,0,0.5);
}
@media screen and (min-width: 992px) {
  .totop:hover:before,
  .totop:hover:after {
    top: 45%;
  }
  .fixed_purchase a:hover {
    box-shadow: 0 0 12px 1px rgba(220,0,0,0.65);
  }
}

/*------------pc-----------*/
#pdfModal {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1200px;
    width: calc(100% - 40px);
    z-index: 11000;
}

#pdfModal #modalClose {
    position: absolute;
    top: 40px;
    right: 100px;
    -webkit-transition: 0.2s transform;
    transition: 0.2s transform;
}

#pdfModal #modalClose:hover{
    -webkit-transform: scale(0.9);
    transform: scale(0.95);
}
#modalBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
}
#pdfModal>div{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1200px;
    /*width: calc(100% - 40px);*/
    margin: 0 auto;
    color: #fff;
    background: rgba(0, 0, 0, .9);
    padding: 3rem;
}

#pdfModal>div h2 {
    font-size: 3.6rem;
    margin-bottom: 30px;
}

#pdfModal>div h2,
#pdfModal>div h2+p {
    text-align: center;
}

#pdfModal>div p{
    font-size: 1.5rem;
    margin-bottom: 30px;
    line-height: 1.5;
    padding: 0 1.3em; 
}

#pdfModal>div div {
    text-align: center;
    margin-bottom: 30px;
}

#pdfModal>div div a {
    display: inline-block;
    margin: 10px;
    padding: 28px 0;
    width: 300px;
    text-align: center;
    font-size: 1.8rem;
    background-color: #242B2F;
    color: #fff;
}

/*support*/
#product_support .support_list {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  margin: 0 auto;
}
#product_support .support_list li {
  width: calc((100% - 6rem) / 4);
  /*width: calc((100% - 8rem) / 5);*/
  text-align: center;
}
#product_support .support_list li a {
  height: 100%;
  background: #242B2F;
  color: #fff;
  border: 1px solid #242B2F;
  height: 100%;
  line-height: 1;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#product_support .support_list li .inner {
  position: relative;
  padding-left: 4.5rem;
}
#product_support .support_list li .inner:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5rem;
  background: no-repeat center / 30px auto;
  transition: 0.3s;
}
#product_support .support_list li.faq .inner:before {
  background-image: url(../images/icon_support_faq.png);
}
#product_support .support_list li.manual .inner:before {
  background-image: url(../images/icon_support_manual.png);
}
#product_support .support_list li.contact .inner:before {
  background-image: url(../images/icon_support_call.png);
}
#product_support .support_list li.purchase .inner:before {
  background-image: url(../images/icon_support_purchase.png);
}
#product_support .support_list li.catalog .inner:before {
  background-image: url(../images/icon_support_catalog.png);
}
#product_support .support_list li .sm {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  #product_support .support_list li a:hover {
    background: #fff;
    color: #090d11;
  }
  #product_support .support_list li.faq a:hover .inner:before {
    background-image: url(../images/icon_support_faq_bl.png);
  }
  #product_support .support_list li.manual a:hover .inner:before {
    background-image: url(../images/icon_support_manual_bl.png);
  }
  #product_support .support_list li.contact a:hover .inner:before {
    background-image: url(../images/icon_support_call_bl.png);
  }
  #product_support .support_list li.purchase a:hover .inner:before {
    background-image: url(../images/icon_support_purchase_bl.png);
  }
  #product_support .support_list li.catalog a:hover .inner:before {
    background-image: url(../images/icon_support_catalog_bl.png);
  }
}
/*--------------sp------------*/

@media screen and (max-width: 767px) {
#pdfModal {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100vw;
    z-index: 11000;
}

#pdfModal #modalClose{
    position: absolute;
    top: 20px;
    right: 5px;
    -webkit-transition: 0.2s transform;
    transition: 0.2s transform;
    padding: 10px;
}

#pdfModal #modalClose img {
    width: 20px;
}

#pdfModal #modalClose:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.95);
}

#pdfModal > div {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    color: #fff;
    padding: 3rem 0;
}

#pdfModal > div h2,
#pdfModal > div h2 + p{
    font-size: 1.4rem;
    margin-bottom: 25px;
    line-height: 1.5;
}

#pdfModal > div h2 {
    font-size: 2.3rem;
    margin-bottom: 25px;
    text-align: center;
}

#pdfModal p {
    font-size: 1.2rem;
    margin-bottom: 25px;
    line-height: 1.5;
}

#pdfModal > div div  {
    text-align: center;
    margin-bottom: 25px;
}

#pdfModal > div div a {
    display: inline-block;
    margin: 10px;
    padding: 20px 0;
    width: 250px;
    text-align: center;
    font-size: 1.4rem;
    background-color: #242B2F;
    color: #fff;
}
}

/*下層ページ共通*/
.under .mv {
  background:url(../images/bg_mv.jpg) no-repeat center right / cover;
  padding: 12rem 0;
  /*height: 260px;*/
}
.under .mv .mv_ttl {
  line-height: 1;
}
.under .mv .ttl_main {
  font-size: 3.5rem;
  font-weight: 500;
}
.under .mv .mv_txt {
  margin-top: 2rem;
}

