/* ========== telephone ========== */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
.ml35 a {
  margin-left: 35px!important;
}
.mt10 {
  margin-top: 10px!important;
}

/* ========== margin ========== */
.c-mt3e {
  margin-top: 3em;
}
@media only screen and (max-width: 640px) {
.c-mt3e {
  margin-top: 2.5em;
}
.c-mt10-sp a {
  margin-top: 10px;
}
}


/* ========== bg-org ========== */
.bg-org {
  background-color: #fdeecb;
  padding: 50px 30px;
  margin-top: 2em;
}
@media only screen and (max-width: 640px) {
.bg-org {
  background-color: #fdeecb;
  padding: 16px;
  margin-top: 1.5em;
}
}
.bg-org .c-heading4-01 h4 span {
  line-height: 1.7em;
  border-bottom: dotted 2px #eb7000;
}

.bg-org-modal {
  background-color: #fce7cd;
  padding: 15px 10px;
  margin-top: 1em;
}
@media only screen and (max-width: 640px) {
.bg-org-modal {
  padding: 10px;
}
}

.bg-org-balloon {
  position: relative;
}
.bg-org-balloon:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 30px solid #fce7cd;
}
@media only screen and (max-width: 640px) {
.bg-org-balloon:before {
  top: -40px;
  border-bottom: 25px solid #fce7cd;
}
}

/* ========== ACC ========== */
.question,
.answer-wrap {
    margin-bottom: 0!important;
    border: 1px solid #bcbcbc;
    border-top: 0;
}
ul.questions.questions-loan > li + li {
    margin-top: 0!important;
}
ul.questions.questions-loan > li:first-child {
    border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
    ul.questions.questions-loan {
        padding: 0;
    }
}
ul.questions.questions-loan {
    padding: 0;
}
ul.questions.questions-loan > li {
    list-style: none;
}
ul.questions.questions-loan > li + li {
    margin-top: 1em;
}
.question {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

.text {
    padding: 1.5em 2.5em 1.5em 0.7em;
    font-size: 1em;
}
.text span {
  font-weight: bold;
}
@media only screen and (min-width: 640px) {
  .text {
    font-size: 20px;
    padding: 24px 20px 22px;
  }
}
@media screen and (max-width: 767px) {
    .text {
        width: 85%;
    }
}
.question {
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 0.25em;
}
.question.opened {
  background-color: #eee;
}
.question.opened .text {
    background-image: url("/help/login_help/phonenumberchange_guide/img/icon-chevron-up-black.png");
    background-repeat: no-repeat;
}
.question .text {
    margin-bottom: 0;
    color: #222;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-image: url("/help/login_help/phonenumberchange_guide/img/icon-chevron-down-black.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 1.125em;
    -moz-background-size: auto 1.125em;
    background-size: auto 1.125em;
    background-position: right 1em center;
}

@media only screen and (min-width: 640px) {
  .question:hover {
    background-color: #eee;
  }
}

.answer-wrap {
    display: none;
}
.answer {
    padding: 20px 10px 15px;
}
.answer >*:first-child,
.answer >*:first-child >*:first-child {
  margin-top: 0
}
@media only screen and (min-width: 640px) {
  .answer {
    padding: 40px 30px 25px;
  }
}

/* ========== hidden ========== */
@media only screen and (min-width: 641px) {
.c-hide-pc {
  display: none;
}
}
@media only screen and (max-width: 640px) {
.c-hide-sp {
  display: none;
}
}


/* ========== movie ========== */
.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%;
}

div .c-btn-01 span {
  color: #eb7000;
  font-weight: bold;
}

.c-btn-step .c-btn-01:before {
  content: none;
  padding: 12px 16px 10px 16px;
}

.c-btn-step .c-btn-01 {
  padding: 12px 16px 10px 16px;
}

/* ========== 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;
}
}

