@charset "utf-8";

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

/* ========== header ========== */
@media only screen and (max-width: 640px){
  h2.c-title-sp {
    font-size: 23px;
  }
}

/* ========== c-privilege-box ========== */
.c-privilege-box{
  background-color: #fef5e9;
  position: relative;
}
.c-privilege-box .c-figure-icon{
  position: absolute;
}
/*pc*/
.c-privilege-box-pc{
  padding: 20px 76px;
  margin-top: 38px;
}
.c-privilege-box-pc .c-figure-icon_01{
  top: -19px;
}
.c-privilege-box-pc .c-figure-icon_02{
  top: -21px;
  left: -21px;
}
/*sp*/
.c-privilege-box-sp{
  padding: 30px 15px 15px;
  margin-top: 33px;
}
.c-privilege-box-sp .c-figure-icon_01{
  top: -16.5px;
  left: 0;
  right: 0;
}
.c-privilege-box-sp .c-figure-icon_01 img{
  width: 80px;
}
.c-privilege-box-sp .c-figure-icon_02{
  top: -16.5px;
  left: 5px;
  width: 20%;
}
.c-privilege-box-sp .c-figure-icon_02 img{
  width: 100%;
}
/*table*/
.c-privilege-box .c-table-01 td{
  vertical-align: middle;
}
.c-privilege-box-pc .c-table-01 td br{
  display: none;
}

/* ========== btn ========== */
@media only screen and (max-width: 640px){
  a.c-btn-account.icon-arrow-01.c-btn-orangeribbon{
    padding-left: 50px;
    padding-right: 28px
  }
  a.c-btn-account.icon-arrow-01.c-btn-orangeribbon:before{
    left: 28px;
  }
}

/* ========== FAQ ========== */
.question,
.answer-wrap {
    margin-bottom: 0!important;
    border: 1px solid #bcbcbc;
    border-top: 0;
}
ul.questions > li + li {
    margin-top: 0!important;
}
ul.questions > li:first-child {
    border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
    ul.questions {
        padding: 0;
    }
}
ul.questions {
    padding: 0;
}
ul.questions > li {
    list-style: none;
}
ul.questions > li + li {
    margin-top: 1em;
}
.question,
.answer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}
.answer .label {
    color: #f0920c;
}
.label {
    color: #888;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 30px;
    font-size: 1em;
    font-weight: bold;
}
.answer .label {
    font-size: 1.5em;
}
@media screen and (max-width: 767px) {
    .label {
        width: 15%;
        padding: 0;
        font-size: 1.5em;
    }
}
.text {
    padding: 1.5em 2.5em 1.5em 0.5em;
    font-weight: bold;
    font-size: 1em;
}
.text .em {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .text {
        width: 85%;
    }
}
.question {
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 0.25em;
}
.question:hover {
    background-color: #eee;
}
.question.opened .text {
    background-image: url("/landing/orangeribbon/2021/img/icon-chevron-up-black.png");
    background-repeat: no-repeat;
}
.question .label {
    margin-bottom: 0;
}
.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("/landing/orangeribbon/2021/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;
}
.answer-wrap {
    display: none;
}
.answer {
    background-color: #ffede3;
}
.answer:hover {
    background-color: #ffede3;
}
.answer .label {
    background-color: #ffede3;
    margin-bottom: 0;
}
.answer .text {
    color: #222;
    margin-bottom: 0;
}
.fw-nor {
    font-weight: normal;
}