@charset "utf-8";
/* base
----------------------------------------------------*/
/* header
----------------------------------------------------*/
#header {
  display: block;
}
#header_sp {
  display: none;
}
/* footer
----------------------------------------------------*/
#footer {
  display: block;
}
#footer_sp {
  display: none;
}
/* Support Page
----------------------------------------------------*/
.supportPage .container {
  margin-top: 60px;
}
.supportPage .container:first-child {
  margin-top: 0;
}
.supportPage h1+.container {
  margin-top: 0;
}

.supportPage .mainCol h2 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D3D4D5;
}
.supportPage .mainCol h2 a {
  display: block;
  position: relative;
  text-decoration: none;
}
.supportPage .mainCol h2 a:hover {
  text-decoration: underline;
}
.supportPage .mainCol h2 a:after {
  content: " ";
  background: url(../../img/iconLinkNext.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 10px;
  margin-top: -5px;
}
.supportPage .mainCol .storeInfo_titleArea {
    display: block;
    position: relative;
}
.supportPage .mainCol .storeInfo_title {
    word-break:  break-word;
    width: 630px;
}
.supportPage .change-lang {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
}
.supportPage .change-lang a {
    background-color: #f2f2f2;
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 4px 12px 4px 20px;
    text-decoration: none;
    color: black;
}
.supportPage .change-lang-arrow a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.supportPage .change-lang-arrow a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #252525;
}
.supportBlock {
  margin-bottom: 30px;
  padding-left: 15px;
}
.supportBlock h3 {
  color: #F90;
}
.supportBlock .caption {
  font-size: 12px;
  margin-top: 15px;
}
.supportBlock .caption .captionParagraph {
  margin-top: 10px;
}
.supportBlock .caption .captionParagraph:first-child {
  margin-top: 0;
}
.supportBlock .caption .captionParagraph ul {
  padding-left: 20px;
}
.supportBlock .caption .captionParagraph li {
  list-style: disc;
  margin-top: 5px;
}
.supportBlock .caption .captionParagraph li:first-child {
  margin-top: 0;
}
.supportBlock .caption .captionParagraph .navChild {
  margin-top: 5px;
}
.supportBlock .tableList {
  font-size: 12px;
  margin-top: 15px;
}
.supportBlock .tableList table {
  width: 100%;
  background: #FFF;
}
.supportBlock .tableList th {
  border: 1px solid #D3D4D5;
  padding: 7px 10px;
  font-weight: normal;
}
.supportBlock .tableList td {
  border: 1px solid #D3D4D5;
  padding: 7px 10px;
}
.supportBlock .tableList thead th {
  background: #EEF;
}
.supportBlock .tableList thead td {
  border: none;
}
.supportBlock .tableList tbody th {
  background: #F3F4F5;
  width: 100px;
}
.supportBlock .tableList .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.supportBlock .tableList .caption {
  margin-top: 10px;
}
.supportBlock .imageBox {
  text-align: center;
  margin-top: 15px;
}
.supportBlock .imageBox img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.supportBlock .imageSetBox {
  margin: 15px 0;
}
.supportBlock .imageSetBox .image {
  float: left;
  width: 200px;
}
.supportBlock .imageSetBox .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.supportBlock .imageSetBox .caption {
  overflow: hidden;
  padding-left: 15px;
}
.supportBlock .supplement {
  font-size: 11px;
  color: #636465;
  margin-top: 15px;
}
.supportBlock .jumpLink {
  font-size: 12px;
  margin-top: 15px;
}
.supportBlock .jumpLink li {
  margin-top: 5px;
}
.supportBlock .jumpLink li:first-child {
  margin-top: 0;
}
.supportBlock .jumpLink li a {
  display: block;
  position: relative;
  padding-left: 15px;
}
.supportBlock .jumpLink li a:after {
  content: "";
  background: url(../../img/iconLinkNext.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 10px;
  margin-top: -5px;
}
.supportIndex .supportBlock {
  display: inline-block;
  width: 325px;
  margin-right: 30px;
  vertical-align: top;
}
.supportIndex .supportBlock h3 {
  margin-bottom: 0;
}
.supportIndex .supportBlock h3 a {
  display: block;
  position: relative;
  color: #F90;
  text-decoration: none;
}
.supportIndex .supportBlock h3 a:hover {
  text-decoration: underline;
}
.supportIndex .supportBlock h3 a:after {
  content: " ";
  background: url(../../img/iconLinkNext.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 10px;
  margin-top: -5px;
}
.supportBlock .supportIndexNav {
  font-size: 12px;
  margin-top: 10px;
}
.supportBlock .supportIndexNav li {
  margin-top: 5px;
}
.supportBlock .supportIndexNav li:first-child {
  margin-top: 0;
}
.supportBlock .supportIndexNav .childNav {
  margin-top: 5px;
  padding-left: 15px;
}
