@charset "UTF-8";
.page_ttl_area {
  background-image: url(/internationalfinancialcenter/asset/img/faq-contact-us/bg_pagettl.jpg);
}

.lead_area {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .lead_area {
    padding-bottom: 25px;
  }
}

.lead_area .lead_txt {
  color: #222;
  font-size: 2.4rem;
  line-height: 1.666;
}

@media screen and (max-width: 767px) {
  .lead_area .lead_txt {
    font-size: 1.6rem;
  }
}

.sec {
  padding: 65px 0;
}

@media screen and (max-width: 767px) {
  .sec {
    padding: 30px 0;
  }
}

.contact-us {
  padding-bottom: 0;
}

.contact-us .contact_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #283666;
  margin: 50px 15px 75px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_area {
    display: block;
    margin: 10px 10px 50px 0;
  }
}

.contact-us .contact_area::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_area::before {
    top: 10px;
    left: 10px;
  }
}

.contact-us .contact_area .img {
  background-color: #FFF;
  width: 40.6%;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_area .img {
    width: 100%;
  }
}

.contact-us .contact_area .txt_area {
  background-color: #FFF;
  padding: 4.1% 5.5% 4.1% 4.1%;
  width: 59.4%;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_area .txt_area {
    width: 100%;
  }
}

.contact-us .contact_area .txt_area .head {
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_area .txt_area .head {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.contact-us .contact_area .txt_area .contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 1100px) {
  .contact-us .contact_area .txt_area .contact_list {
    display: block;
  }
}

.contact-us .contact_area .txt_area .contact_list dt, .contact-us .contact_area .txt_area .contact_list dd {
  font-size: 1.6rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_area .txt_area .contact_list dt, .contact-us .contact_area .txt_area .contact_list dd {
    font-size: 1.4rem;
  }
}

.contact-us .contact_area .txt_area .contact_list dt {
  font-weight: 600;
  padding-left: 40px;
  width: 180px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .contact-us .contact_area .txt_area .contact_list dt {
    width: 100%;
  }
}

.contact-us .contact_area .txt_area .contact_list dt::before {
  position: absolute;
  content: "";
  top: -6px;
  left: 0;
  background-size: cover;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_area .txt_area .contact_list dt::before {
    top: -8px;
  }
}

.contact-us .contact_area .txt_area .contact_list dt:nth-of-type(1)::before {
  background-image: url(../../asset/img/faq-contact-us/icon_clock.png);
}

.contact-us .contact_area .txt_area .contact_list dt:nth-of-type(2)::before {
  background-image: url(../../asset/img/faq-contact-us/icon_mail.png);
}

.contact-us .contact_area .txt_area .contact_list dt:nth-of-type(3)::before {
  background-image: url(../../asset/img/faq-contact-us/icon_phone.png);
}

.contact-us .contact_area .txt_area .contact_list dt:nth-of-type(4)::before {
  background-image: url(../../asset/img/faq-contact-us/icon_home.png);
}

.contact-us .contact_area .txt_area .contact_list dd {
  line-height: 1.25;
  width: calc(100% - 180px);
}

@media screen and (max-width: 1100px) {
  .contact-us .contact_area .txt_area .contact_list dd {
    width: 100%;
  }
}

.contact-us .contact_area .txt_area .contact_list dd .link {
  color: #283666;
}

.contact-us .contact_form_area {
  position: relative;
  margin-top: 55px;
  padding: 65px 0 225px;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_form_area {
    margin-top: 10px;
    padding: 30px 0 50px;
  }
}

.contact-us .contact_form_area::before {
  position: absolute;
  content: "";
  top: 0;
  left: -10vw;
  width: 110vw;
  height: 100%;
  background-color: #f7f7f7;
  z-index: -1;
}

.contact-us .contact_form_area.thanks {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_form_area.thanks {
    padding-bottom: 50px;
  }
}

.contact-us .contact_form_area .head {
  font-size: 3.6rem;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_form_area .head {
    font-size: 2.2rem;
  }
}

.contact-us .contact_form_area form input[type=text],
.contact-us .contact_form_area form input[type=email] {
  background-color: #FFF;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 0 15px;
  width: 100%;
  height: 45px;
}

.contact-us .contact_form_area form input[type=text]:focus,
.contact-us .contact_form_area form input[type=email]:focus {
  border: none;
  outline: 2px solid #004099;
}

.contact-us .contact_form_area form input[type=radio] {
  margin-right: 15px;
}

.contact-us .contact_form_area form textarea {
  background-color: #FFF;
  border: 1px solid #707070;
  border-radius: 10px;
  line-height: 1.7;
  padding: 5px 15px;
  width: 100%;
  height: 290px;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_form_area form textarea {
    height: 220px;
  }
}

.contact-us .contact_form_area form textarea:focus {
  border: none;
  outline: 2px solid #004099;
}

.contact-us .contact_form_area .form_list {
  margin-top: 25px;
}

.contact-us .contact_form_area .form_list .ttl {
  display: block;
  color: #283666;
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_form_area .form_list .ttl {
    font-size: 1.6rem;
  }
}

.contact-us .contact_form_area .form_list .ttl .required {
  color: #d80c00;
  font-weight: 400;
  margin-left: 0.3em;
}

.contact-us .contact_form_area .form_list .input {
  font-size: 2rem;
  line-height: 1.7;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_form_area .form_list .input {
    font-size: 1.5rem;
  }
}

.contact-us .contact_form_area .form_list .input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-us .contact_form_area .form_list .radio_wrap {
  display: block;
  cursor: pointer;
  margin-top: 10px;
}

.contact-us .contact_form_area .form_list .radio_wrap span {
  color: #283666;
}

.contact-us .contact_form_area .form_list .radio_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-us .contact_form_area .form_list .radio_flex .radio_wrap:first-of-type {
  width: 100px;
}

.contact-us .contact_form_area .form_list .radio_flex .radio_wrap:last-of-type {
  visibility: hidden;
  margin-top: 5px;
  margin-left: 10px;
  width: calc(100% - 100px);
}

@media screen and (max-width: 767px) {
  .contact-us .contact_form_area .form_list .radio_flex .radio_wrap:last-of-type {
    margin-top: 1px;
    width: calc(100% - 85px);
  }
}

.contact-us .contact_form_area .form_list label.error .ttl {
  font-weight: 700;
}

.contact-us .contact_form_area .form_list label.error .ttl .required {
  font-weight: 700;
}

.contact-us .contact_form_area .form_list label.error input[type=text],
.contact-us .contact_form_area .form_list label.error input[type=email],
.contact-us .contact_form_area .form_list label.error textarea {
  background-color: #ffecf0;
  border-color: #d80c00;
}

.contact-us .contact_form_area .form_list label.error input[type=text]:focus,
.contact-us .contact_form_area .form_list label.error input[type=email]:focus,
.contact-us .contact_form_area .form_list label.error textarea:focus {
  border: none;
  outline: 2px solid #d80c00;
}

.contact-us .contact_form_area .form_list label.error input[type=text]::-webkit-input-placeholder,
.contact-us .contact_form_area .form_list label.error input[type=email]::-webkit-input-placeholder,
.contact-us .contact_form_area .form_list label.error textarea::-webkit-input-placeholder {
  font-weight: 600;
}

.contact-us .contact_form_area .form_list label.error input[type=text]:-ms-input-placeholder,
.contact-us .contact_form_area .form_list label.error input[type=email]:-ms-input-placeholder,
.contact-us .contact_form_area .form_list label.error textarea:-ms-input-placeholder {
  font-weight: 600;
}

.contact-us .contact_form_area .form_list label.error input[type=text]::-ms-input-placeholder,
.contact-us .contact_form_area .form_list label.error input[type=email]::-ms-input-placeholder,
.contact-us .contact_form_area .form_list label.error textarea::-ms-input-placeholder {
  font-weight: 600;
}

.contact-us .contact_form_area .form_list label.error input[type=text]::placeholder,
.contact-us .contact_form_area .form_list label.error input[type=email]::placeholder,
.contact-us .contact_form_area .form_list label.error textarea::placeholder {
  font-weight: 600;
}

.contact-us .contact_form_area .form_list + .error_txt {
  letter-spacing: -0.01em;
  margin: 55px 0;
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_form_area .form_list + .error_txt {
    margin: 20px 0;
    padding-left: 1.2em;
  }
}

.contact-us .contact_form_area .form_list + .error_txt::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  background-image: url(../../asset/img/faq-contact-us/icon_error.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_form_area .form_list + .error_txt::before {
    width: 16px;
    height: 16px;
  }
}

.contact-us .contact_form_area .submit_btn_wrap {
  margin-top: 45px;
  text-align: center;
}

.contact-us .contact_form_area .submit_btn_wrap .submit {
  display: inline-block;
  background-color: #004099;
  border: 3px solid #004099;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 18px 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 208px;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_form_area .submit_btn_wrap .submit {
    font-size: 1.6rem;
    padding: 15px 0;
    width: 150px;
  }
}

@media screen and (min-width: 768px) {
  .contact-us .contact_form_area .submit_btn_wrap .submit:hover {
    background-color: #FFF;
    color: #004099;
  }
}

.contact-us .contact_form_area .error_txt {
  display: block;
  position: relative;
  color: #d80c00;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_form_area .error_txt {
    font-size: 1.6rem;
  }
}

.contact-us .contact_form_area .bottom_txt {
  color: #283666;
  font-size: 2rem;
  line-height: 1.7;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .contact-us .contact_form_area .bottom_txt {
    font-size: 1.4rem;
  }
}

.contact-us .head_thanks {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 50px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-us .head_thanks {
    font-size: 2.2rem;
    padding: 25px 0;
  }
}

.contact-us .head_thanks span {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-us .head_thanks span {
    width: 30px;
    margin: 0 auto 20px;
  }
}

.contact-us .bottom_thanks {
  color: #283666;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .contact-us .bottom_thanks {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

.contact-us .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 75px 0;
}

@media screen and (max-width: 767px) {
  .contact-us .btn_area {
    display: block;
    padding: 30px 0;
  }
}

.contact-us .btn_area .more_btn_wrap {
  max-width: 300px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .contact-us .btn_area .more_btn_wrap {
    max-width: none;
    width: auto;
  }
}

.contact-us .btn_area .more_btn_wrap + .more_btn_wrap {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .contact-us .btn_area .more_btn_wrap + .more_btn_wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}

.contact-us .btn_area .more_btn_wrap a {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact-us .btn_area .more_btn_wrap a {
    width: 195px;
  }
}

.contact-us .btn_area .more_btn_wrap a::before {
  display: none;
}

.faq .faq_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}


@media screen and (max-width: 767px) {
  .faq .faq_category_list {
    margin-top: 25px;
  }
}

.faq .faq_category_list li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .faq .faq_category_list li {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .faq .faq_category_list li:nth-child(2) a {
    border-left: none;
  }
}

@media screen and (min-width: 768px) {
  .faq .faq_category_list li:nth-child(3) a {
    border-top: none;
  }
}

@media screen and (min-width: 768px) {
  .faq .faq_category_list li:nth-child(4) a {
    border-top: none;
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .faq .faq_category_list li:not(:first-child) a {
    border-top: none;
  }
}

.faq .faq_category_list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #283666;
  font-size: 2.4rem;
  line-height: calc(34/24);
  min-height: 105px;
  padding: 5px 12%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 860px) and (min-width: 767px){
  .faq .faq_category_list li a{
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .faq .faq_category_list li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.4rem;
    min-height: unset;
    padding: 10px 3%;
  }
}

.faq .faq_category_list li a::before {
  position: absolute;
  content: "▼";
  color: #283666;
  top: 50%;
  right: 5.2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .faq .faq_category_list li a::before {
    right: 3%;
  }
}

@media screen and (min-width: 768px) {
  .faq .faq_category_list li a:hover {
    background-color: #283666;
    color: #FFF;
  }
  .faq .faq_category_list li a:hover::before {
    color: #FFF;
  }
}

.faq .faq_category_list li a.hover {
  background-color: #283666;
  color: #FFF;
}

.faq .faq_category_list li a.hover::before {
  color: #FFF;
}

.faq .faq_list.open .faq_list_category::after {
  opacity: 0;
}

.faq .faq_list .faq_list_category {
  position: relative;
  border-bottom: 1px solid #211815;
  color: #283666;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 20px;
  padding: 20px 75px 20px 15px;
}

@media screen and (max-width: 767px) {
  .faq .faq_list .faq_list_category {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}

.faq .faq_list .faq_list_category::before, .faq .faq_list .faq_list_category::after {
  position: absolute;
  content: "";
  background-color: #283666;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq .faq_list .faq_list_category::before {
  right: 30px;
  width: 30px;
  height: 5px;
}

@media screen and (max-width: 767px) {
  .faq .faq_list .faq_list_category::before {
    right: 10px;
    width: 10px;
    height: 2px;
  }
}

.faq .faq_list .faq_list_category::after {
  right: 42px;
  width: 5px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .faq .faq_list .faq_list_category::after {
    right: 14px;
    width: 2px;
    height: 10px;
  }
}

.faq .faq_list .faq_list_contents {
  padding-top: 15px;
}

.faq .faq_list .faq_list_contents .faq_list_children {
  margin-top: 20px;
}
.faq_list_children{
  counter-increment: number;
}

.faq .faq_list .faq_list_contents .faq_list_children.open .faq_list_children_question::after {
  background-image: url(../img/faq-contact-us/icon_negative.png);
}

.faq .faq_list .faq_list_contents .faq_list_children + .faq_list_children_answer {
  margin-top: 15px;
}

.faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_question {
  position: relative;
  background-color: #f7f7f7;
  color: #000;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  line-height: calc(32/20);
  padding: 10px 11.4% 10px 52px;
}

@media screen and (max-width: 767px) {
  .faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_question {
    font-size: 1.4rem;
    line-height: 1.666;
    padding: 10px 30px;
  }
}

.faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_question::before {
  position: absolute;
  content: "Q"counter(number)".";
  top: 0.5em;
  left: 15px;
}

@media screen and (max-width: 767px) {
  .faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_question::before {
    top: 0.6em;
    left: 10px;
  }
}

.faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_question::after {
  position: absolute;
  content: "";
  background-image: url(../img/faq-contact-us/icon_plus.png);
  background-size: cover;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_question::after {
    right: 10px;
    width: 15px;
    height: 15px;
  }
}

.faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_answer {
  padding: 25px 7.8% 25px 15px;
}

@media screen and (max-width: 767px) {
  .faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_answer {
    padding: 10px 30px;
  }
}

.faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_answer p + p, .faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_answer ul + p {
  margin-top: 2em;
}

.faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_answer .anser_list.indent > li {
  padding-left: 1em;
  text-indent: -1.1em;
}

.faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_answer .anser_list.indent > li::before {
  content: none;
}

.faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_answer .anser_list.disc > li {
  position: relative;
  padding-left: 1em;
  text-indent: 0;
}

.faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_answer .anser_list.disc > li::before {
  position: absolute;
  content: "";
  background-color: #666;
  border-radius: 50%;
  top: 12px;
  left: 0;
  width: 0.4em;
  height: 0.4em;
}

@media screen and (max-width: 767px) {
  .faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_answer .anser_list.disc > li::before {
    top: 9px;
  }
}

.faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_answer .anser_list li {
  margin-top: 0;
}

.faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_answer .main_txt a {
  position: relative;
  padding-left: 1em;
}

.faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_answer .main_txt a::before {
  position: absolute;
  content: "";
  border-top: 3px solid #2893ad;
  border-right: 3px solid #2893ad;
  top: 50%;
  left: -5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
}

#faq_list1 dd dl dd p a{
  padding-left: 0;
}
#faq_list1 dd dl dd p a::before{
  content: none;
}

.main_txt1{
  font-size: 1.6rem;
}
.faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_answer .main_txt a.in_txt {
  padding-left: 0;
}

.faq .faq_list .faq_list_contents .faq_list_children .faq_list_children_answer .main_txt a.in_txt::before {
  display: none;
}

/*# sourceMappingURL=faq-contact-us.css.map */