/* ========== section-faq ========== */
#section-faq{
  background-color: #fff;
}
#section-faq .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-faq .section-title {
    font-size: 1em;
  }
}
#section-faq .section-title .em {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #section-faq ul.questions {
    padding: 0;
  }
}
#section-faq ul.questions{
padding: 0;
}
#section-faq ul.questions > li{
  list-style: none;
}
#section-faq ul.questions > li + li {
  margin-top: 1em;
}
#section-faq .question,
#section-faq .answer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#section-faq .answer .label {
  color: #2196F3;
}
#section-faq .label {
  color: #F45136;
  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;
  width: 2.5em;
  padding: 0 22px 0 22px;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #section-faq .label {
    width: 10%;
  }
}
#section-faq .text {
  padding: 1.5em 5em 1.5em 1.5em;
  font-weight: bold;
  font-size: 1em;
}
#section-faq .text .em {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #section-faq .text {
    width: 90%;
  }
}
#section-faq .question {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0.25em;
}
#section-faq .question:hover {
  background-color: #fff;
}
#section-faq .question.opened .text {
  background-image: url("/products/fx/tools/fx_app/img/pc/icon-chevron-up-black.png");
  background-repeat: no-repeat;
}
#section-faq .question .label {
  margin-bottom: 0;
}
#section-faq .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("/products/fx/tools/fx_app/img/pc/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 2.5em center;
}
#section-faq .answer-wrap {
  display: none;
}
#section-faq .answer {
  background-color: #fff;
}
#section-faq .answer:hover {
  background-color: #fff;
}
#section-faq .answer .label {
  background-color: #fff;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: top;
  margin-top: 0.9em;
}
#section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
  padding-right: 2em;
}

#section-faq .question,#section-faq .answer-wrap{
margin-bottom: 0!important;
border: 1px solid #bcbcbc;
border-top: 0;
}
#section-faq ul.questions > li + li{
margin-top: 0!important;
}
#section-faq ul.questions > li:first-child {border-top: 1px solid #bcbcbc;}

/* add 210805 */
#section-type{
  background-color: #fff;
}
#section-type .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-type .section-title {
    font-size: 1em;
  }
}
#section-type .section-title .em {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #section-type ul.questions {
    padding: 0;
  }
}
#section-type ul.questions{
padding: 0;
}
#section-type ul.questions > li{
  list-style: none;
}
#section-type ul.questions > li + li {
  margin-top: 1em;
}
#section-type .question,
#section-type .answer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#section-type .answer .label {
  color: #2196F3;
}
#section-type .label {
  color: #F45136;
  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;
  width: 2.5em;
  padding: 0 22px 0 22px;
  font-size: 1.5em;
  font-weight: bold;
}
#section-type .question {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0.25em;
}
#section-type .question:hover {
  background-color: #fff;
}
#section-type .question.opened .text {
  background-image: url("/products/fx/tools/fx_app/img/pc/icon-chevron-up-black.png");
  background-repeat: no-repeat;
}
#section-type .question .label {
  margin-bottom: 0;
}
#section-type .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("/products/fx/tools/fx_app/img/pc/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 2.5em center;
}
#section-type .type-wrap {
  display: none;
}
#section-type .question,#section-type .type-wrap{
margin-bottom: 0!important;
border: 1px solid #bcbcbc;
border-top: 0;
}
#section-type ul.questions > li + li{
margin-top: 0!important;
}
#section-type ul.questions > li:first-child {border-top: 1px solid #bcbcbc;}

/* add 210805 */
#section-type .type-wrap {
  padding: 1.5em 2em;
}
#section-type .text {
  padding: 1.5em 5em 1.5em 1.5em;
  font-weight: bold;
  font-size: 1em;
}
#section-type .text .em {
  font-weight: bold;
}
#section-type .question .text .type-txt {
  font-size: 125%;
}
#section-type .question .text .type-class {
  font-size: 140%;
  margin-left: 0.2em;
}
@media screen and (max-width: 767px) {
  #section-type .text {
    width: 90%;
    display: table;
  }
  #section-type .text span {
    display: table-cell;
    vertical-align: middle;
  }
  #section-type .question .text .type-txt {
    width: 60%;
    font-size: 110%;
  }
  #section-type .question .text .type-class {
    width: 40%;
    margin-left: 0;
    padding-left: 0.2em;
  }
  #section-type .mix-cbox-group04 {
    padding: 30px 10px 20px;
  }
}
.w80 {
  width: 80%;
}
.c-A {
  color: #2fc1e0;
}
.c-B {
  color: #2196f3;
}
.c-C {
  color: #ff9c00;
}
.c-D {
  color: #f45136;
}