@charset "UTF-8";
/*======================================================================
 * 共通
======================================================================*/
.section-title {
  margin: 2.2em 0 1.45em;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #333;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
}
.button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 252px;
  height: 72px;
  margin: auto;
  text-align: center;
  text-decoration: none;
  background: #666;
  color: #fff;
  border-radius: 36px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.button:hover {
  opacity: 1;
}
.button:before {
  content: "";
  display: block;
  position: absolute;
  width: 260px;
  height: 260px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: scale(0) translate(-50%, -50%);
  transform-origin: left top;
  transition: transform 0.5s;
  z-index: -1;
}
.button:hover:before {
  transform: scale(1.5) translate(-50%, -50%);
}
.button > span {
  display: block;
  width: 100%;
  padding: 0 25px;
  letter-spacing: 0.04em;
}
.button > span:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  border-color: #fff;
  margin-top: -4px;
  transition: right 0.3s ease-out;
}

.square-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  margin: auto;
  text-align: center;
  text-decoration: none;
  border: 1px solid #999;
  color: inherit;
  border-radius: 4px;
  transition: color 0.3s;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.square-button:hover {
  color: #fff;
  opacity: 1;
}
.square-button:before {
  content: "";
  display: block;
  position: absolute;
  width: 260px;
  height: 260px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: scale(0) translate(-50%, -50%);
  transform-origin: left top;
  transition: transform 0.5s;
  z-index: -1;
}
.square-button:hover:before {
  transform: scale(1.5) translate(-50%, -50%);
}
.square-button > span {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 28px;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.square-button > span [class^="icon-"], .square-button > span [class*=" icon-"] {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  line-height: 1;
  color: #7f7f7f;
  transition: color 0.3s;
}
.square-button:hover > span [class^="icon-"], .square-button:hover > span [class*=" icon-"] {
  color: #fff;
}

.square-button > span [class^="icon-"]::before, .square-button > span [class*=" icon-"]::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url('../images/common/icon-button-link.svg') no-repeat center center / 100% auto content-box;
}
.square-button:hover > span [class^="icon-"]::before, .square-button:hover > span [class*=" icon-"]::before {
  background: url('../images/common/icon-button-link-h.svg') no-repeat center center / 100% auto content-box;
}

.button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button-group > * {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  max-width: 210px;
  margin: 10px 5px 0;
}

.g-container.app .g-body {
  color: #333;
}

.section-container {
  margin-top: 40px;
  padding-left: 0;
}
.faq .section-container {
  margin-bottom: 18%;
}


.section-title {
  margin-bottom: 1.5em;
  border-bottom: 2px solid #000;
  letter-spacing: 0;
}

/* アンカー */
.page-inner-navi ul a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 4px;
  background: #EFEFEF;
  padding: 0 5px 0 32px;
  text-decoration: none;
  text-align: center;
  line-height: 1.285;
  color: #333;
  width: 100%;
  height: 48px;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-inner-navi ul a {
    font-size: max(1.8vw, 1.2rem);
  }
}
.page-inner-navi ul a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
}
.page-inner-navi ul a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
  left: 16px;
  margin-top: -5px;
  transform: rotate(135deg);
}
.page-inner-navi ul a > span {
  display: block;
  width: 100%;
}
.page-inner-navi ul a > span .note {
  margin-top: 2px;
}


/* リンク */
.head-link {
  margin-bottom: 26px;
  text-align: right;
  font-size: 1.2rem;
}
.head-link a {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  text-decoration: none;
  color: inherit;
}
.head-link a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 60%;
  border-top: 2px solid;
  border-right: 2px solid;
  right: 2px;
  margin-top: -4px;
  transform: rotate(45deg);
}


/* 東急プラザアプリに関するお問い合わせ */
.section-container.section-contact {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}
.section-title {
  margin: 2.2em 0 1.5em;
  padding-bottom: 0.25em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  border-bottom: 2px solid #000;
}
.section-contact .contents {
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #333;
}
.section-contact .contents h2 {
  font-size: 1.4rem;
  font-weight: 500;
}
.section-contact .contents > p {
  text-align: left;
}
.section-contact .contents .tel {
  margin: 2em 0 1.5em;
  line-height: 1.5;
}
.section-contact .contents .tel * {
  margin: 0;
}
.section-contact .contents .tel h3 {
  font-size: 1.2rem;
  font-weight: 500;
}
.section-contact .contents .tel .num {
  font-size: 2rem;
  font-weight: 500;
  margin-right: 0;
  margin-right: 1rem;
}
.section-contact .contents .tel .num a {
  color: inherit;
}
.section-contact .contents .tel .time {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
}
.section-contact .contents .tel .notes {
  font-size: 1.2rem;
  color: #666;
}
.section-contact .contents .text {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-contact .contents .text {
    font-size: max(1.8vw, 1.2rem);
  }
}
.section-contact .contents .more {
  font-size: 1.4rem;
  margin-top: 2em;
}
.section-contact .contents .more a {
  max-width: 254px;
  line-height: 1.5;
  height: 60px;
  border-radius: 30px;
}

/*======================================================================
 * アプリのご案内
======================================================================*/
.point-hero {
  display: block;
  padding: 58px 0 0 0;
}
.point-hero .title {
  margin: 0;
  text-align: center;
  box-sizing: border-box;
}
.point-hero .title h1 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.point-hero .title img {
  width: 77px;
  margin: 1em auto 0.5em;
}
.point-hero .title .catch {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .point-hero .title .catch {
    font-size: 1.4rem;
  }
}
.point-hero .info {
  display: table;
  border: 1px solid #999;
  border-radius: 4px;
  font-size: 1.3rem;
  color: #666;
  margin: 2em auto 0;
}
.point-hero .info .label, .point-hero .info .value {
  display: table-cell;
  vertical-align: middle;
}
.point-hero .info .label {
  white-space: nowrap;
  padding: 0.5em 0 0.5em 1em;
}
.point-hero .info .label:after {
  display: inline-block;
  content: "｜";
  margin: 0 1em;
}
.point-hero .info .value {
  padding: 0.5em 1em 0.5em 0;
}
.point-hero .image {
  width: auto;
  overflow: hidden;
  padding-left: 30%;
}
.point-hero .image img {
  min-width: initial;
  min-width: auto;
}


/* 各アプリストアからダウンロードしてご利用ください。 */
.section-download {
  background-color: #EFEFEF;
  padding: 35px 0;
}
.section-download .contents {
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: center; */
  display: block;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}
.section-download .contents .store {
  width: auto;
  padding: 0;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-download .contents .store {
    font-size: max(1.8vw, 1.2rem);
  }
}
.section-download .contents .store > p {
  text-align: center;
}
.section-download .contents .store .banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  max-width: 302px;
  margin: 0 auto;
}
.section-download .contents .store .banner a {
  display: block;
}
.section-download .contents .store .banner a.banner1 {
  max-width: 180px;
  width: 42%;
  margin-right: 0;
}
.section-download .contents .store .banner a.banner2 {
  max-width: 224px;
  width: 52%;
}
.section-download .contents .store .banner a img {
  width: auto;
}
.section-download .contents .store .info {
  display: table;
  width: 100%;
  border: 1px solid #333;
  border-radius: 4px;
  margin-top: 1.5em;
}
.section-download .contents .store .info .label,
.section-download .contents .store .info .value {
  display: table-cell;
  vertical-align: middle;
}
.section-download .contents .store .info .label {
  width: 1%;
  white-space: nowrap;
  padding: 0.7em 0 0.5em 1em;
}
.section-download .contents .store .info .label:after {
  display: inline-block;
  content: "｜";
  margin: 0 0.75em;
}
.section-download .contents .store .info .value {
  padding: 0.7em 1em 0.5em 0;
  font-weight: 500;
}
.section-download .contents .qr {
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; */
  display: none;
  position: relative;
  margin-left: 9%;
  padding-left: 9%;
}
.section-download .contents .qr .set {
  max-width: 136px;
  width: 100%;
}
.section-download .contents .qr .set:not(:last-child) {
  margin-right: 48px;
}
.section-download .contents .qr .set p {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}

/* 会員規約はこちら */
.button-full .button {
  max-width: 100%;
  height: 60px;
  border-radius: 0;
}
.button-full .button:before {
  width: 80vw;
  height: 80vw;
}
.button-full .button > span:after {
  content: none;
}
.button-full .button .icon {
  display: inline-block;
  margin-right: 0.9em;
}
.button-full .button .icon-pdf:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url('../images/common/icon-button-pdf.svg') no-repeat center center / 100% auto content-box;
  position: relative;
  top: 1px;
}

/* 東急プラザアプリの4つのおトク！ */
.section-deals .contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 0;
  padding-left: 0;
}
.section-deals .contents .set {
  max-width: 375px;
  width: auto;
  padding: 25px 15px;
  margin: 0 auto 15px;
  border-radius: 4px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 43px 57px;
}
.section-deals .contents .set.num1 {
  background-color: #dccfe8;
  background-image: url(../images/point/deals-num01.png);
}
.section-deals .contents .set.num2 {
  background-color: #fad6ec;
  background-image: url(../images/point/deals-num02.png);
}
.section-deals .contents .set.num3 {
  background-color: #c9e3f2;
  background-image: url(../images/point/deals-num03.png);
}
.section-deals .contents .set.num4 {
  background-color: #a1e0db;
  background-image: url(../images/point/deals-num04.png);
}
.section-deals .contents .set .icon {
  width: 30%;
}
.section-deals .contents .set .text {
  width: calc(100% - 30% - 15px);
}
.section-deals .contents .set .text p {
  font-size: 1.4rem;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.section-deals .contents .set .text p sub {
    font-size: 1.1rem;
    font-weight: 400;
    bottom: 0;
}
.section-deals .contents .set .text p.notes {
  color: #666;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: -0.5em;
}

/* 会員登録のご案内 */
.section-member .section-body {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  display: block;
}
.section-member .section-body .text {
  width: 100%;
  line-height: 1.8;
}
.section-member .section-body .text .button-group {
  margin-top: 1em;
  flex-direction: column;
}

.section-member .section-body .text .button-group > * {
  margin-left: auto;
  margin-right: auto;
}
.section-member .section-body .image {
  width: auto;
  margin-top: 2.3em;
  padding: 10px;
  background-color: #fff;
}

/* 東急プラザポイントの有効期限 */
.section-container .section-body {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.section-expiration .section-body .image {
  margin-top: 2em;
  padding: 10px;
  background-color: #fff;
}

/* 東急カードのご案内 */
.section-container.section-tokyu-card {
  background-color: #EFEFEF;
  margin-bottom: 0;
  padding: 40px 0;
  letter-spacing: 0.04em;
}
.section-tokyu-card .contents {
  display: block;
}
.section-tokyu-card .contents .text {
  width: auto;
  margin: 0 auto;
}
.section-tokyu-card .contents .text h2 {
  font-size: 1.8rem;
  font-weight: 500;
}
.section-tokyu-card .contents .text p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.section-tokyu-card .contents .banner {
  width: auto;
  margin: 2em auto 0;
}
.section-tokyu-card .contents .banner a {
  display: block;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.3s;
}
.section-tokyu-card .contents .banner a:before {
  /* font-family: "tokyu"; */
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  font-size: 1.2rem;
  line-height: 1;
  /* color: #7f7f7f; */
  background: url('../images/common/icon-button-link.svg') no-repeat center center / 100% auto content-box;
}

.section-tokyu-card .contents .banner a img {
  max-width: 173px;
}
.section-tokyu-card .contents .banner a p {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 2.5em;
}


/*======================================================================
 * 東急プラザアプリ会員登録のご案内
======================================================================*/
.guide .section-container:nth-of-type(2) {
  margin-top: 0;
  background: #EFEFEF;
}
.guide .page-inner-navi {
  margin-bottom: 32px;
}
.guide .page-inner-navi ul {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.guide .page-inner-navi ul li {
  flex: 0 1 auto;
  width: 100%;
  margin: 8px 0;
}
.guide .page-inner-navi ul a {
  width: 100%;
  height: 60px;
  padding: 0 32px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .guide .page-inner-navi ul a {
    font-size: max(1.8vw, 1.2rem);
  }
}
.guide .page-inner-navi ul a:before {
  left: 10px;
}
.guide .page-inner-navi ul a:after {
  left: 16px;
}
.guide .page-inner-navi ul a > span .note {
  display: inline-block;
  letter-spacing: 0.06em;
  margin: 0 0 0 0.5em;
}

.guide .section-container {
  padding: 40px 0;
  margin-bottom: 0;
  background: #fff;
  color: #333;
}
.guide .section-container .guide-title {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.82em 10px 0.82em 80px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #666;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.43;
}
.guide .section-container .guide-title .deco {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 95px;
  max-width: 203px;
  transform: translateY(-50%);
}
.guide .section-container .head-link a:before {
  top: 50%;
}
.guide .procedure-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.guide .procedure-list:before,
.guide .procedure-list:after {
  content: "";
  display: block;
  width: 200px;
  -ms-flex-order: 1;
  order: 1;
}
.guide .procedure-list li {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.57;
  margin-top: 24px;
  letter-spacing: 0.04em;
  position: relative;
}
.guide .procedure-list li:nth-child(-n+4) {
  margin-top: 24px;
}
.guide .procedure-list li:first-child {
  margin-top: 0;
}
.guide .procedure-list li.-branch {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid;
}
.guide .procedure-list li:before {
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  margin-bottom: 26px;
  background: url(../images/point/guide/procedure-arrow.png) no-repeat center center;
  background-size: contain;
  transform: rotate(90deg);
}
.guide .procedure-list li:first-child:before {
  content: none;
}
.guide .procedure-list li.-branch:before {
  content: none;
}
.guide .procedure-list .title {
  margin-bottom: 15px;
}
.guide .procedure-list .title .main-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  font-size: 1.5rem;
}
.guide .procedure-list .title .sub {
  margin-top: 0.3em;
  text-align: center;
}
.guide .procedure-list .title .num {
  flex: 0 0 auto;
  margin-right: 10px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.guide .procedure-list .title .num-icon {
  width: 25px;
  height: 25px;
  text-align: center;
  background: #666;
  color: #fff;
  line-height: 25px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 1.3rem;
  font-family: 'Montserrat';
  letter-spacing: normal;
}
.guide .procedure-list .title .num .num-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.guide .procedure-list .title .title-text {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: calc(100% - 35px);
  letter-spacing: 0.02em;
}
.guide .procedure-list .title .main-title > span {
  display: block;
}
.guide .procedure-list .image {
  width: 60.545%;
  margin: 14px auto;
  text-align: center;
  position: relative;
}
.guide .procedure-list li.-branch .image:before {
  content: none;
}
.guide .procedure-list .image img {
  max-width: 188px;
  width: 85%;
  height: auto;
}
.guide .procedure-list .text {
  max-width: 190px;
  margin: 0 auto 45px;
  margin-bottom: 30px;
}
.guide .procedure-list .text:last-child {
  margin-bottom: 0;
}
.guide .procedure-list .point {
  position: relative;
  max-width: 182px;
  margin: 0 auto;
  padding: 18px 15px 10px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
}
.guide .procedure-list .point .heading {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 72px;
  margin: 0;
  z-index: 2;
}


/*======================================================================
 * FAQ
======================================================================*/
.faq .page-inner-navi {
  margin-bottom: 15px;
}
.faq .page-inner-navi ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq .page-inner-navi ul li {
  display: flex;
  width: calc(50% - 4px);
  margin: 0 0 8px;
}
.faq .page-inner-navi ul li:first-child {
  margin-left: 0;
}
.faq .page-inner-navi ul a > span .note {
  display: inline-block;
  position: relative;
  margin-top: 1px;
  padding: 0 0.7em;
  font-size: 1rem;
  line-height: 1.09;
}
.faq .page-inner-navi ul a > span .note:before,
.faq .page-inner-navi ul a > span .note:after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 1px;
  position: absolute;
  top: 50%;
  border-top: 1px solid;
}
.faq .page-inner-navi ul a > span .note:before {
  left: 0;
}
.faq .page-inner-navi ul a > span .note:after {
  right: 0;
}

.section-container.section-faq {
  margin: 0 0 20px;
  padding: 10px 0 0;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  color: #333;
}
.section-container .faq-title {
  margin-bottom: 1.3em;
  padding: 0.6em 0.425em 0.425em;
  border-radius: 4px;
  border: 1px solid #666;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.section-container .faq-title small {
  font-size: 0.875em;
}
.section-faq .c-pink {
  color: #ed7484;
}
.section-faq .c-gray {
  color: #666;
}
.section-faq .question {
  padding-bottom: 14px;
  border-bottom: 1px solid #dbdbdb;
}
.section-faq .question:not(:last-child) {
  margin-bottom: 14px;
}
.section-faq .question .label {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.section-faq .question .label:before {
  content: "";
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 14px;
  background: transparent url(../images/point/faq/icon-q.png) 0 0 no-repeat;
  background-size: contain;
}
.section-faq .question .label h3 {
  font-size: 1.8rem;
}
.section-faq .question .label > *:not(.icon) {
  font-size: 1.4rem;
  font-weight: normal;
  color: #666;
  width: calc(100% - 40px);
  margin: 0;
  padding-right: 1em;
}
.section-faq .question .label .icon {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-right: 25px;
  position: relative;
}
.section-faq .question .label .icon:before,
.section-faq .question .label .icon:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.2s ease-out;
}
.section-faq .question .label .icon:before {
  transform: translate(-50%, -50%);
}
.section-faq .question .label .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.section-faq .question .label.-js-slide-toggle-trig-open .icon:after {
  transform: translate(-50%, -50%) rotate(0);
}
.section-faq .question .answer {
  padding: 0;
  display: none;
  border-radius: 4px;
  overflow: hidden;
}
.section-faq .question .answer .content {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #666;
  min-height: 65px;
  margin-top: 16px;
  padding: 16px 16px 16px 64px;
  background: #fff url(../images/point/faq/icon-a.png) 16px 16px no-repeat;
  background-size: 32px 32px;
}
@media screen and (max-width: 768px) {
  .section-faq .question .answer .content {
    font-size: max(1.8vw, 1.2rem);
  }
}
.section-faq .question .answer .content a {
  color: #3261a9;
}
.section-faq .question .answer .content .download {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.section-faq .question .answer .content .download a {
  display: block;
}
.section-faq .question .answer .content .download a:not(:last-child) {
  margin-right: 1em;
}
.section-faq .question .answer .content .download a.banner1 {
  width: 42%;
}
.section-faq .question .answer .content .download a.banner2 {
  width: 52%;
}
.section-faq .question .answer .content .download a img {
  height: auto;
}
.section-faq .question .answer .content ol.indent-list,
.section-faq .question .answer .content ul.indent-list {
  list-style: none;
  padding: 0;
}
.section-faq .question .answer .indent-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.section-faq .question .answer .content ol > li {
  margin-bottom: 1em;
}
.section-faq .question .answer .content ol > li:last-child {
  margin-bottom: 0;
}
.section-faq .question .answer .content .text-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.section-faq .question .answer .content .indent-list .small-text:not(.text-indent),
.section-faq .question .answer .content .text-indent .small-text:not(.text-indent) {
  text-indent: 0;
}
.section-faq .question .answer .content strong {
  font-weight: 700;
}
.section-faq .question .answer .content .point-card-tbl {
  margin: 0 -2px 0 -47px;
}
.section-faq .question .answer .content table {
  width: 100%;
  margin: 1em auto 0;
  table-layout: fixed;
  background: #fff;
  border-top: 1px solid #ababab;
  border-left: 1px solid #666;
}
.section-faq .question .answer .content table th,
.section-faq .question .answer .content table td {
  padding: 0.65em 0;
  text-align: center;
  border-right: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  font-size: 0.714rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}
.section-faq .question .answer .content table thead {
  background: #f0f0f0;
}
.section-faq .question .answer .content table thead tr:first-child th {
  border-right-color: #666;
}
.section-faq .question .answer .content table thead tr:first-child th:last-child {
  width: 35%;
}
.section-faq .question .answer .content table thead tr:last-child th:nth-child(1),
.section-faq .question .answer .content table thead tr:last-child th:nth-child(3) {
  border-right: 1px dotted #ababab;
}
.section-faq .question .answer .content table thead tr:last-child th:nth-child(2),
.section-faq .question .answer .content table thead tr:last-child th:nth-child(4) {
  border-right-color: #666;
}
.section-faq .question .answer .content table tbody td {
  vertical-align: top;
  padding: 1.05em 0;
  line-height: 1.2;
}
.section-faq .question .answer .content table tbody td:nth-child(1),
.section-faq .question .answer .content table tbody td:nth-child(3) {
  border-right: 1px dotted #ababab;
}
.section-faq .question .answer .content table tbody td:nth-child(2),
.section-faq .question .answer .content table tbody td:nth-child(4) {
  border-right-color: #666;
}
.section-faq .question .answer .content table tbody td:last-child {
  border-right-color: #666;
  padding-left: 1em;
  padding-right: 0.5em;
  text-align: left;
}
.section-faq .question .answer .content .m-top {
  margin-top: 1em;
}
.section-faq .question .answer .content .m-none {
  margin: 0 auto;
}
.section-faq .question .answer .content .inner-text {
  display: block;
  padding-left: 1em;
}
.section-faq .question .answer .content .small-text {
  font-size: 1em;
}
.section-faq .question .answer .content .indent-list small.small-text,
.section-faq .question .answer .content .indent-list span.small-text,
.section-faq .question .answer .content .text-indent small.small-text,
.section-faq .question .answer .content .text-indent span.small-text {
  display: inline-block;
}
.section-faq .question .answer .content .sp-image-full {
  display: block;
  margin-left: -47px;
}
.section-faq .question .answer .content .indent-list .small-text:not(.text-indent),
.section-faq .question .answer .content .text-indent .small-text:not(.text-indent) {
  text-indent: 0;
}
.section-faq .question .answer .content .frame {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-top: 1em;
  margin-left: -1em;
  padding: 1em;
  text-indent: 0;
}
