@charset "utf-8";

/* ========== c-anchorList-02 ========== */
@media only screen and (min-width: 641px) {
.c-anchorList-01.c-anchorList-02 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-anchorList-01.c-anchorList-02 li {
  width: 48%;
}
.c-anchorList-01.c-anchorList-02 li:nth-of-type(odd) {
  margin-right: 2%;
}
}
/* ========== heading ========== */
/* c-heading2-ope */

.c-heading2-01.c-heading2-ope h2 {
  position: relative;
  padding-left: 48px;
}
.c-heading2-01.c-heading2-ope h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
.c-heading2-01.h2-iconA h2::before {
  background: url("/help/guide/img/icon_a.png") no-repeat center center / contain;
}
.c-heading2-01.h2-iconB h2::before {
  background: url("/help/guide/img/icon_b.png") no-repeat center center / contain;
}
.c-heading2-01.h2-iconC h2::before {
  background: url("/help/guide/img/icon_c.png") no-repeat center center / contain;
}
.c-heading2-01.h2-iconD h2::before {
  background: url("/help/guide/img/icon_d.png") no-repeat center center / contain;
}
.c-heading2-01.h2-iconE h2::before {
  background: url("/help/guide/img/icon_e.png") no-repeat center center / contain;
}
.c-heading2-01.h2-iconF h2::before {
  background: url("/help/guide/img/icon_f.png") no-repeat center center / contain;
}
.c-heading2-01.h2-iconG h2::before {
  background: url("/help/guide/img/icon_g.png") no-repeat center center / contain;
}
.c-heading2-01.h2-iconH h2::before {
  background: url("/help/guide/img/icon_h.png") no-repeat center center / contain;
}
@media only screen and (max-width: 640px) {
  .c-heading2-01.c-heading2-ope h2 {
    padding-left: 34px;
  }
  .c-heading2-01.c-heading2-ope h2 span{
    vertical-align: middle;
  }
  .c-heading2-01.c-heading2-ope h2::before {
    width: 30px;
    height: 30px;
  }
  .c-heading2-01.h2-iconA h2::before,
  .c-heading2-01.h2-iconB h2::before,
  .c-heading2-01.h2-iconC h2::before {
    top: 22%;
  }
}


/* c-heading3-ope */
.c-heading3-01.c-heading3-ope {
  text-align: center;
}
.c-heading3-01.c-heading3-ope h3 {
  padding: 15px 0;
  border-bottom: none;
  background-color: #fdeecb;
  margin: 0 -54px;
}
@media only screen and (max-width: 640px) {
.c-heading3-01.c-heading3-ope h3 {
  padding: 10px 0;
  background-color: #fdeecb;
  margin: 0 -10px;
}
}

/* ========== btn ========== */
/* c-btn-ope */
@media only screen and (min-width: 641px) {
.c-btn-ope {
  margin-top: 1.5em;
}
}
@media only screen and (max-width: 640px) {
.c-btn-ope {
  margin-top: 1em;
  margin-bottom: 2.5em;
}
.c-btn-ope a.c-btn-account {
  font-size: 106.25%;
}
.c-btn-ope a.c-btn-account:before {
  top: 14px;
}
}

/* ========== table ========== */
.c-table-readmore th {
  font-size: 125%;
}
@media only screen and (max-width: 640px) {
  .c-table-readmore th {
    font-size: 115%;
  }
}

/* ========== readmore ========== */
.section-readmore {
  background-color: #fff;
}
.section-readmore .section-title {
  background-color: #3e4045;
  color: #fff;
  font-size: 1.875em;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section-readmore .section-title {
    font-size: 1em;
  }
}
.section-readmore .section-title .em {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-readmore ul.readmore {
    padding: 0;
  }
}
.section-readmore ul.readmore {
padding: 0;
}
.section-readmore ul.readmore > li {
  list-style: none;
}
.section-readmore ul.readmore > li + li {
  margin-top: 1em;
}
.section-readmore .question {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.section-readmore .toggle-readmore.opened .answer {
  opacity: 1;
}
.section-readmore .text {
  padding: 15px 30px;
  font-size: 1em;
}
.section-readmore .text .em {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-readmore .text {
    width: 90%;
  }
}
.section-readmore .question{
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.section-readmore .question:before {
  content: "";
  position: absolute;
  top: 0;
  background: url(/help/operation_guide/img/icon_01.png);
  background-repeat: no-repeat;
  background-size: auto 40px;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 640px) {
  .section-readmore .question {
    width: 30px;
    height: 30px;
  }
  .section-readmore .question:before {
    width: 30px;
    height: 30px;
    background-size: auto 30px;
  }
}
.section-readmore .readmore.opened .question:before {
  background: url(/help/operation_guide/img/icon_02.png);
  background-size: cover;
}
.section-readmore .toggle-readmore .answer-wrap {
  max-height: 130px;
  overflow: hidden;
  position: relative;
}
.section-readmore .toggle-readmore .answer-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.7) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 70%,rgba(255,255,255,1) 100%);
  transition: opacity 0.5s linear 0.5s;
  opacity: 1;
  z-index: 2;
}
.section-readmore .toggle-readmore.opened .answer-wrap {
  display: block;
  max-height: 100%;
}
.section-readmore .toggle-readmore.opened .answer-wrap:after {
  content: none;
}
.section-readmore .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== icon ========== */
.icon-mov {
    position: relative;
    padding-left: 22px;
}
@media screen and (min-width: 640px) {
    .icon-mov {
        padding-left: 46px;
    }
}

.icon-mov:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-size: 17px;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    margin-top: 4px;
}
@media screen and (min-width: 640px) {
    .icon-mov:before {
        width: 30px;
        height: 30px;
        background-size: 30px;
        margin-top: -2px;
    }
}

.icon-mov:before {
    background-image: url(/help/operation_guide/security/img/icon_01.png);
}

/* ========== movie ========== */
.movie-wrap{
  margin: 0 54px;
}
@media only screen and (max-width: 640px) {
    .movie-wrap {
      margin: 0 10px;
    }
}

.movie {
  height: 0;
  margin-top: 1.25em;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media only screen and (max-width: 640px) {
    .movie {
        margin-top: .75em;
    }
}

.movie iframe {
  border: #000 solid 1px;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* ========== tab ========== */
.c-tabs-01.c-tabs-02{
   margin: 10px 0 0;
}
.c-tabs-01.c-tabs-02>.content{
  border-bottom: none;
  border-top: 1px solid #bcbdbd;
}
.c-tabs-01.c-tabs-02>.content>div{
  padding: 20px 0;
}
.c-tabs-01.c-tabs-02>.content:before,
.c-tabs-01.c-tabs-02>.content:after{
  content: none;
}
.c-tabs-01.c-tabs-02>.tabs{
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px;
  padding: 0;
}
.c-tabs-01.c-tabs-02>.tabs>li{
  margin: 0;
  width: 47.32%;
}
.c-tabs-01.c-tabs-02>.tabs>li:first-child{
  margin-right: 2px;
}
.c-tabs-01.c-tabs-02>.tabs>li.current{
  border: 1px solid #bcbdbd;
  border-bottom: none;
  width: 48.21%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  z-index: 1;
}
.c-tabs-01.c-tabs-02>.tabs>li a{
  background: #fedecd;
  border: none;
  border-radius: 0;
  color: #eb5505;
  font-size: 12px;
  padding: 8px 0;
}
.c-tabs-01.c-tabs-02>.tabs>li.current a{
  background: #fff;
  border: none;
  border-top: 3px solid #eb5505;
  border-radius: 0;
  color: #535252;
  font-weight: bold;
  padding: 16px 0 8px;
}
@media screen and (min-width: 640px){
  .c-tabs-01.c-tabs-02>.tabs {
    margin-top: 15px;
  }
  .c-tabs-01.c-tabs-02>.tabs>li {
    width: 48.21%;
  }
  .c-tabs-01.c-tabs-02>.tabs>li.current{
    width: 48.85%;
  }
  .c-tabs-01.c-tabs-02>.tabs>li:first-child{
    margin-right: 4px;
  }
  .c-tabs-01.c-tabs-02>.tabs>li a{
    font-size: 18px;
    padding: 18px 0;
  }
  .c-tabs-01.c-tabs-02>.tabs>li.current a{
    border-top: 6px solid #eb5505;
    padding: 35px 0 24px;
  }
}

/* ========== cashcard ========== */
.hp-operation_guide figcaption{
	margin-top: 5px;
}
.hp-operation_guide .nest-mg-01{
	margin-top: 0;
	margin-left: 0;
}

.hp-operation_guide .nest-mg-01 span{
	color: #888;
}

@media only screen and (max-width: 640px){

.hp-operation_guide .c-list-03 span {
	width: 22px;
}
.hp-operation_guide .c-list-03 li {
	margin-bottom: 0.6em;
}

}