@charset "utf-8";
/** モバイル共通 **/
/** アニメーション流用 **/
@-webkit-keyframes arrowUp {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(315deg);
      transform: translate3d(0, 0, 0) rotate(315deg);
    }
    50% {
      -webkit-transform: translate3d(0, -30%, 0) rotate(315deg);
      transform: translate3d(0, -30%, 0) rotate(315deg);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0) rotate(315deg);
      transform: translate3d(0, 0, 0) rotate(315deg);
    }
  }
  @keyframes arrowUp {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(315deg);
      transform: translate3d(0, 0, 0) rotate(315deg);
    }
    50% {
      -webkit-transform: translate3d(0, -30%, 0) rotate(315deg);
      transform: translate3d(0, -30%, 0) rotate(315deg);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0) rotate(315deg);
      transform: translate3d(0, 0, 0) rotate(315deg);
    }
  }
  @-webkit-keyframes arrowDown {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(135deg);
      transform: translate3d(0, 0, 0) rotate(135deg);
    }
    50% {
      -webkit-transform: translate3d(0, 30%, 0) rotate(135deg);
      transform: translate3d(0, 30%, 0) rotate(135deg);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0) rotate(135deg);
      transform: translate3d(0, 0, 0) rotate(135deg);
    }
  }
  @keyframes arrowDown {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(135deg);
      transform: translate3d(0, 0, 0) rotate(135deg);
    }
    50% {
      -webkit-transform: translate3d(0, 30%, 0) rotate(135deg);
      transform: translate3d(0, 30%, 0) rotate(135deg);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0) rotate(135deg);
      transform: translate3d(0, 0, 0) rotate(135deg);
    }
  }
  @-webkit-keyframes arrowL {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(-135deg);
      transform: translate3d(0, 0, 0) rotate(-135deg);
    }
    50% {
      -webkit-transform: translate3d(-30%, 0, 0) rotate(-135deg);
      transform: translate3d(-30%, 0, 0) rotate(-135deg);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0) rotate(-135deg);
      transform: translate3d(0, 0, 0) rotate(-135deg);
    }
  }
  @keyframes arrowL {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(-135deg);
      transform: translate3d(0, 0, 0) rotate(-135deg);
    }
    50% {
      -webkit-transform: translate3d(-30%, 0, 0) rotate(-135deg);
      transform: translate3d(-30%, 0, 0) rotate(-135deg);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0) rotate(-135deg);
      transform: translate3d(0, 0, 0) rotate(-135deg);
    }
  }
  @-webkit-keyframes arrowR {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
      transform: translate3d(0, 0, 0) rotate(45deg);
    }
    50% {
      -webkit-transform: translate3d(30%, 0, 0) rotate(45deg);
      transform: translate3d(30%, 0, 0) rotate(45deg);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
      transform: translate3d(0, 0, 0) rotate(45deg);
    }
  }
  @keyframes arrowR {
    0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
      transform: translate3d(0, 0, 0) rotate(45deg);
    }
    50% {
      -webkit-transform: translate3d(30%, 0, 0) rotate(45deg);
      transform: translate3d(30%, 0, 0) rotate(45deg);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
      transform: translate3d(0, 0, 0) rotate(45deg);
    }
  }

.mobile-support-container {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 120px;
}

.mobile-support-moduletitle {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    text-align: left;
    margin: 50px 0 0 0;
}
.mobile-support-moduletitle::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    transform: translateY(-50%);
}
.mobile-support-layout {
    width: 100%;
    margin-top: 30px;
}
.mobile-support-layout:nth-child(n+2) {
    margin-top: 60px;
}

.mobile-support-layout-title {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    border: 1px solid #000;
    padding: 0 10px;
}

/* 吹き出し */
.mobile-support-layout-box {
    display: flex;
    align-items: flex-end;
    margin-top: 40px;
}
.mobile-support-layout-box-top {
    align-items: flex-start;
}
.mobile-support-layout-box-right {
    flex-flow: row-reverse;
}
.mobile-support-layout-box-left .mobile-support-layout-box-picture {
    max-width: 110px;
}
.mobile-support-layout-box-left .mobile-support-layout-box-picture .mobile-support-layout-box-picture-img {
  width: 0;
  height: auto;
  display: block;
}
.mobile-support-layout-box-left .mobile-support-layout-box-word {
    max-width: 705px;
    margin-left: 81px;
    padding: 15px;
    background-color: #f5f5f5;
    font-size: 16px;
    border-radius: 20px;
    line-height: 1.8;
    box-sizing: border-box;
    position: relative;
}
.mobile-support-layout-box-left .mobile-support-layout-box-word::before {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 7px 14px 7px 0;
    border-color: transparent #f5f5f5 transparent transparent;
    position: absolute;
    bottom: 18px;
    right: 100%;
}

.mobile-support-layout-box-right .mobile-support-layout-box-picture {
    max-width: 110px;
}
.mobile-support-layout-box-right .mobile-support-layout-box-picture .mobile-support-layout-box-picture-img {
  width: 0;
  height: auto;
  display: block;
}
.mobile-support-layout-box-right .mobile-support-layout-box-word {
    max-width: 705px;
    margin-right: 81px;
    padding: 15px;
    background-color: #e8f2fb;
    font-size: 16px;
    border-radius: 20px;
    line-height: 1.8;
    box-sizing: border-box;
    position: relative;
}
.mobile-support-layout-box-right .mobile-support-layout-box-word::before {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #e8f2fb;
    position: absolute;
    bottom: 18px;
    left: 100%;
}

.mobile-support-layout-box-top .mobile-support-layout-box-word::before {
  top: 60px;
  bottom: unset;
}

.mobile-support-layout-box-word-link {
    display: block;
    position: relative;
    line-height: 18px;
    padding: 10px 0;
}
.mobile-support-layout-box-word-link-3 {
    padding-left: 18px;
}
.mobile-support-layout-box-word-link-inner {
    font-size: 16px;
    font-weight: bold;
    color: #0c68c7;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
}
.mobile-support-layout-box-word-link-inner:hover {
  opacity: .6;
}
.mobile-support-layout-box-word-link-inner:hover,
.mobile-support-layout-box-word-link-inner:focus,
.mobile-support-layout-box-word-link-inner:active {
  outline: none;
  text-decoration: none;
  color: #0c68c7;
}
.mobile-support-layout-box-word-link-1 .mobile-support-layout-box-word-link-inner:after {
    content: "";
    display: inline-block;
    border-top: solid 2px #0c68c7;
    border-right: solid 2px #0c68c7;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    margin-left: 2px;
    transform: rotate(45deg);
    z-index: 0;
}
.mobile-support-layout-box-word-link-1 .mobile-support-layout-box-word-link-inner:hover::after {
    animation: arrowR 0.4s 2;
}

.mobile-support-layout-box-word-link-2 .mobile-support-layout-box-word-link-inner:after {
    content: "";
    width: 11px;
    height: 10px;
    margin: auto;
    background-image: url(/mobile/set/common/jupiter/p/img/support/icon/icon_external.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 8px);
}

.mobile-support-layout-box-word-link-3 .mobile-support-layout-box-word-link-inner:before {
    content: "";
    width: 9px;
    height: 8px;
    margin: auto;
    background-image: url(/mobile/set/common/jupiter/p/img/support/icon/icon_anchor-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% + 8px);
}

.mobile-support-layout-box-word-icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.mobile-support-layout-box-word-icon .mobile-support-layout-box-word-icon-img {
  width: 100%;
  height: auto;
  display: block;
}

/* アコーディオン外A */
.mobile-support-linkbrn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}
.mobile-support-linkbrn-accordion {
    width: 100%;
    display: none;
}
.mobile-support-linkbrn-title {
    display: block;
    width: 340px;
    font-weight: bold;
    outline: none;
    min-width: 340px;
    padding: 15px 3em;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #c1c1c2;
    box-sizing: border-box;
    color: #000;
    position: relative;
    text-decoration: none;
    transition: opacity 0.3s;
}
.mobile-support-linkbrn-title .mobile-support-openbtn,
.mobile-support-linkbrn-title .mobile-support-closebtn {
    transition: opacity .3s, display .5s;
}
.mobile-support-linkbr-title .mobile-support-openbtn {
    display: block;
    opacity: 1;
}
.mobile-support-linkbrn-title .mobile-support-closebtn {
    display: none;
    opacity: 0;
}
.mobile-support-linkbrn-title::after {
    content: "";
    display: block;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    transform: rotate(135deg);
    z-index: 0;
}
.mobile-support-linkbrn-title.is-show .mobile-support-openbtn {
    display: none;
    opacity: 0;
}
.mobile-support-linkbrn-title.is-show .mobile-support-closebtn {
    display: block;
    opacity: 1;
}
.mobile-support-linkbrn-title.is-show::after {
    transform: rotate(315deg);
    margin-top: -2px;
}
.mobile-support-linkbrn-title:hover {
    opacity: .6;
    color: #000;
    text-decoration: none;
}
.mobile-support-linkbrn-title:hover::after {
    animation: arrowDown 0.4s 2;
}
.mobile-support-linkbrn-title.is-show:hover::after {
    animation: arrowUp 0.4s 2;
}

.mobile-support-linkbrn-title:hover,
.mobile-support-linkbrn-title:focus,
.mobile-support-linkbrn-title:active {
  outline: none;
  text-decoration: none;
  color: #000;
}

/* アコーディオン外B */
.mobile-support-l-accordion {
    margin-top: 30px;
}

.mobile-support-accordion {
    border-top: 1px solid #c1c1c2;
}

.mobile-support-accordion:last-child {
    border-bottom: 1px solid #c1c1c2;
}

.mobile-support-accordion-title {
    width: 100%;
    padding: 30px 25px 30px 64px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    position: relative;
    transition: 0.3s;
    box-sizing: border-box;
}
.mobile-support-accordion-title:hover {
    opacity: .6;
}
.mobile-support-accordion-title:hover,
.mobile-support-accordion-title:focus,
.mobile-support-accordion-title:active {
  outline: none;
  text-decoration: none;
  color: #000;
}

.mobile-support-accordion-title:hover::before {
    animation: arrowDown 0.4s 2;
}

.mobile-support-accordion-title::before {
    content: "";
    display: block;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -6px;
    transform: rotate(135deg);
    z-index: 0;
}
.mobile-support-accordion-title.is-show::before {
    transform: rotate(315deg);
}
.mobile-support-accordion-title.is-show:hover::before {
    transform: rotate(315deg);
    animation: arrowUp 0.4s 2;
}

.mobile-support-accordion-inner {
    padding: 0 24px 34px;
    display: none;
}

/*アンカー*/
.mobile-support-layout-boxlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 30px auto 0;
    list-style-type: none ;
}

.mobile-support-layout-boxlist-center {
  justify-content: center;
}

.mobile-support-layout-boxlist-item {
    width: 470px;
    min-height: 110px;
    border: 1px solid #c1c1c2;
    display: flex;
    align-items: center;
    list-style: none;
    box-sizing: border-box;
}
.mobile-support-layout-boxlist-item-inner {
    width: 100%;
    height: 100%;
    padding: 0 27px 0 32px;
    display: flex;
    align-items: center;
    color: #000;
    box-sizing: border-box;
    text-decoration: none;
    transition: .3s;
    position: relative;
}
.mobile-support-layout-boxlist-item-inner::before {
    content: "";
    display: block;
    border-top: solid 2px #0c68c7;
    border-right: solid 2px #0c68c7;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    transform: rotate(135deg);
    z-index: 0;
}
.mobile-support-layout-boxlist-item:nth-child(n+3) {
    margin-top: 10px;
}
.mobile-support-layout-boxlist-item-inner:hover {
    color: #000;
    text-decoration: none;
    opacity: .6;
}
.mobile-support-layout-boxlist-item-inner:active,
.mobile-support-layout-boxlist-item-inner:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}
.mobile-support-layout-boxlist-item-inner:active .mobile-support-box-title-blue,
.mobile-support-layout-boxlist-item-inner:focus .mobile-support-box-title-blue {
  color: #0c68c7;
}
.mobile-support-layout-boxlist-item-inner:hover::before {
    animation: arrowDown 0.4s 2;
}

.mobile-support-box {
  padding: 15px 10px 15px 0;
}
.mobile-support-box-title {
    max-width: 400px;
    font-size: 20px;
    font-weight: bold;
}
.mobile-support-box-title-blue {
    color: #0c68c7;
    line-height: 1.2;
}
.mobile-support-box-desc {
    max-width: 400px;
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.2;
}

/* 汎用 */
.mobile-support-section-box {
  padding-bottom: 50px;
}
.mobile-support-layout-box-word-desc {
  display: block;
}

.mobile-pc-ml-14 {
  margin-left: 14px !important;
}
.mobile-pc-ml-19 {
  margin-left: 19px !important;
}
.mobile-pc-ml-21 {
  margin-left: 21.5px !important;
}
.mobile-pc-ml-24 {
  margin-left: 24px !important;
}
.mobile-pc-mr-14 {
  margin-right: 14px !important;
}

.mobile-pc-w-67 {
  width: 67px !important;
}
.mobile-pc-w-73 {
  width: 73px !important;
}

#mobile-support-anchor01,
#mobile-support-anchor02,
#mobile-support-anchor03,
#mobile-support-anchor04,
#mobile-support-anchor05,
#mobile-support-anchor06,
#mobile-support-anchor07,
#mobile-support-anchor08,
#mobile-support-anchor09,
#mobile-support-anchor10,
#mobile-support-anchor11,
#mobile-support-anchor12,
#mobile-support-anchor13,
#mobile-support-anchor14 {
  position: relative;
  top: -105px;
  display: block;
}
.mobile-support-layout-box-word .mobile-list-note-03_item {
  padding-left: 16px;
}
.mobile-support-layout-box-word .mobile-list-note-03_item::before {
  left: 6px;
}
.mobile-support-section-container .mobile-support-list-box-icon .mobile-support-list-box-icon_item .mobile-support-list-box-icon_item-link {
  min-height: 160px;
}

@-moz-document url-prefix() {
  .mobile-support-section-container .mobile-support-list-box-icon .mobile-support-list-box-icon_item .mobile-support-list-box-icon_item-link {
    height: 160px;
  }
}

.mobile-support-section-container .mobile-support-list-box-icon .mobile-support-list-box-icon_item .mobile-support-list-box-icon_item-link .mobile-support-list-box_item_item-text {
  vertical-align: middle !important;
}

.mobile-support-page-screenshot {
  text-align: center;
}

.mobile-support-page-flex-center {
  justify-content: center;
}

/* 汎用  */
.mobile-pc-nml-40{
  margin-left: -40px !important;
}
.mobile-pc-font-14{
  font-size:14px !important;
}
.mobile-pc-font-15{
  font-size:15px !important;
}
.mobile-pc-font-16{
  font-size:16px !important;
}
.mobile-pc-font-17{
  font-size:17px !important;
}
.mobile-pc-font-18{
  font-size:18px !important;
}
.mobile-pc-font-19{
  font-size:19px !important;
}
.mobile-pc-font-20{
  font-size:20px !important;
}

.mobile-pc-font-14-blue{
  font-size:14px !important;
  color: #0c68c7 !important;
}
.mobile-pc-font-15-blue{
  font-size:15px !important;
  color: #0c68c7 !important;
}
.mobile-pc-font-16-blue{
  font-size:16px !important;
  color: #0c68c7 !important;
}
.mobile-pc-font-17-blue{
  font-size:17px !important;
  color: #0c68c7 !important;
}
.mobile-pc-font-18-blue{
  font-size:18px !important;
  color: #0c68c7 !important;
}
.mobile-text-normal{
  font-weight: normal;
}
.mobile-hover-color:hover{
  color: #333;
}
.mobile-border-gray {
  border: solid 1px #d8dadc;
}
.mobile-support-section-bg-gray {
  background: #e8e8e9;
}
.mobile-support-pc-ta-l {
  text-align: left !important;
}
.mobile-support-pc-ta-c {
  text-align: center !important;
}
.mobile-support-pc-ta-r {
  text-align: right !important;
}
.mobile-support-img-box-c {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
}
/*----- 2020.10.16 ------*/
.mobile-support-pc-mt0 {
  margin-top: 0 !important;
}
.mobile-support-pc-mt5 {
  margin-top: 5px !important;
}
.mobile-support-pc-mt10 {
  margin-top: 10px !important;
}
.mobile-support-pc-mt15 {
  margin-top: 15px !important;
}
.mobile-support-pc-mt20 {
  margin-top: 20px !important;
}
.mobile-support-pc-mt25 {
  margin-top: 25px !important;
}
.mobile-support-pc-mt30 {
  margin-top: 30px !important;
}
.mobile-support-pc-mb0 {
  margin-bottom: 0 !important;
}
.mobile-support-pc-mb5 {
  margin-bottom: 5px !important;
}
.mobile-support-pc-mb10 {
  margin-bottom: 10px !important;
}
.mobile-support-pc-mb12 {
  margin-bottom: 12px !important;
}
.mobile-support-pc-mb15 {
  margin-bottom: 15px !important;
}
.mobile-support-pc-mb20 {
  margin-bottom: 20px !important;
}
.mobile-support-pc-mb25 {
  margin-bottom: 25px !important;
}
.mobile-support-pc-mb30 {
  margin-bottom: 30px !important;
}
/*----- ステップカラム調整用 -----*/
.mobile-support-image-left_item-text {
  float: left;
  width: 60%;
}