@charset "UTF-8";
@media screen and (min-width:769px) {
  #contact .faqcont .tlcont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #contact .faqcont .tl {
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.4rem;
    margin: 0 0 20px 0;
    text-align: center;
  }
  #contact .faqcont .sub {
    font-size: 2rem;
    line-height: 2.9rem;
    margin: 0 0 40px 0;
    text-align: center;
  }
  #contact .faqcont {
    padding: 120px 0 150px 0;
  }
  #contact .faqcont .innerbox {
    width: 1000px;
    margin: 0 auto;
  }
  #contact .faqcont .innerbox .box {
    margin: 0 0 15px 0;
  }
  #contact .faqcont .innerbox .box:last-child {
    margin: 0 0 0 0;
  }
  #contact .faqcont .innerbox .box .qcont {
    font-size: 1.6rem;
    line-height: 2.8rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 15px;
    background: #EFEFEF;
    border: 3px solid #EFEFEF;
  }
  #contact .faqcont .innerbox .box .qcont::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url("../images/contact/qicon.svg") no-repeat;
    background-size: 50px;
    margin: -0.25em 25px 0 0;
    display: inline-block;
  }
  #contact .faqcont .innerbox .box .qcont::after {
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url("../images/contact/plus.svg") no-repeat;
    background-size: 28px;
    margin: 0 0 0 auto;
  }
  #contact .faqcont .innerbox .box .qcont.active::after {
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url("../images/contact/minus.svg") no-repeat;
    background-size: 28px;
    background-position: 50% 50%;
    margin: 0 0 0 auto;
  }
  #contact .faqcont .innerbox .box .scont {
    display: none;
  }
  #contact .faqcont .innerbox .box .acont {
    font-size: 1.4rem;
    line-height: 2.4rem;
    display: flex;
    align-items: flex-start;
    padding: 15px;
    background: #fff;
    border: 3px solid #EFEFEF;
  }
  #contact .faqcont .innerbox .box .acont .tx {
    padding: 10px 0 0 0;
    width: calc(100% - 45px - 25px);
  }
  #contact .faqcont .innerbox .box .acont::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url("../images/contact/aicon.svg") no-repeat;
    background-size: 50px;
    margin: -0.25em 25px 0 0;
  }
  #contact .singlecont {
    padding: 120px 0 100px 0;
    background: #FAFAFA;
    position: relative;
  }
  #contact .singlecont.box2 {
    background: #fff;
  }
  #contact .singlecont .innerbox {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 0 205px;
    box-sizing: border-box;
  }
  #contact .singlecont.faqcont .innerbox {
    padding: 0 0 0 0;
  }
  #contact .contactcont .tlcont {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #contact .contactcont .tl {
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.4rem;
    margin: 0 0 20px 0;
    text-align: left;
  }
  #contact .contactcont .sub {
    font-size: 2rem;
    line-height: 2.9rem;
    margin: 0 0 40px 0;
    text-align: left;
  }
  #contact .contactcont .tlcap {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin: 0 0 40px 0;
    text-align: left;
  }
  #contact .contactcont .tlcap2 {
    width: 100%;
    padding: 10px 0;
    font-size: 1.4rem;
    text-align: center;
    color: #5C5C5C;
    font-weight: 600;
    background: #fff;
    margin: 0 0 40px 0;
  }
  #contact .contactcont .tlcap2::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url("../images/contact/cap_icon.svg") no-repeat;
    background-size: 22px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  #contact .scrollcont {
    position: relative;
  }
  #contact .scrollbox {
    position: absolute;
    min-width: 1000px;
    top: 60px;
    left: 0;
    display: flex;
    box-sizing: border-box;
    padding: 0 0 0 calc((100% - 1000px) / 2);
    z-index: 1;
    pointer-events: none;
  }
  #contact .scrollbox.fixed {
    position: fixed;
    top: 120px;
    left: 0;
  }
  #contact .scrollbox.none {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
  #contact .scrollnav {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  #contact .scrollnav::after {
    content: "";
    height: calc(100% - 20px);
    border-right: 1px solid #A3A3A3;
    opacity: 0.22;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 1;
  }
  #contact .scrollnav .box {
    margin: 0 0 20px 0;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    width: 110px;
    background: #E7E7E7;
    color: #8E8E8E;
    font-size: 1.4rem;
    position: relative;
    z-index: 2;
  }
  #contact .mw_wp_form_input .scrollnav .box:nth-child(1) {
    background: #222;
    color: #fff;
  }
  #contact .mw_wp_form_preview .scrollnav .box:nth-child(2) {
    background: #222;
    color: #fff;
  }
  #contact .mw_wp_form_complete .scrollnav .box:nth-child(3) {
    background: #222;
    color: #fff;
  }
  #contact .scrollnav .box:last-child {
    margin: 0 0 0 0;
  }
  #contact .scrollnav .box span {
    font-size: 1.3rem;
  }
  #contact .formcontainer {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  #contact .formcontainer .formcont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contact .formcontainer .formcont .statusbox {
    width: 320px;
  }
  #contact .formcontainer .formcont .statusbox .box {
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 30px 0;
    font-size: 1.6rem;
  }
  #contact .formcontainer .formcont .statusbox .box span {
    font-size: 0.5em;
  }
  #contact .formcontainer .formcont .statusbox .box::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #b2b2b2;
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    border-radius: 50%;
  }
  #contact .formcontainer .formcont .statusbox .box::after {
    content: "";
    height: 20px;
    border-right: 1px solid #b2b2b2;
    display: block;
    position: absolute;
    top: calc(100% + 5px);
    left: 3px;
  }
  #contact .contacttop .formcontainer .formcont .statusbox .box:nth-child(1) {
    font-size: 2rem;
    color: #ea5514;
  }
  #contact .contacttop .formcontainer .formcont .statusbox .box:nth-child(1)::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #ea5514;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: -2px;
    border-radius: 50%;
  }
  #contact .contacttop .formcontainer .formcont .statusbox .box:nth-child(1)::after {
    content: "";
    height: 20px;
    border-right: 1px solid #ea5514;
    display: block;
    position: absolute;
    top: calc(100% + 5px);
    left: 3px;
  }
  #contact .mw_wp_form_preview .formcontainer .formcont .statusbox .box:nth-child(2) {
    font-size: 2rem;
    color: #ea5514;
  }
  #contact .mw_wp_form_preview .formcontainer .formcont .statusbox .box:nth-child(2)::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #ea5514;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: -2px;
    border-radius: 50%;
  }
  #contact .mw_wp_form_preview .formcontainer .formcont .statusbox .box:nth-child(2)::after {
    content: "";
    height: 20px;
    border-right: 1px solid #ea5514;
    display: block;
    position: absolute;
    top: calc(100% + 5px);
    left: 3px;
  }
  #contact .thanksbox .formcontainer .formcont .statusbox .box:nth-child(3) {
    font-size: 2rem;
    color: #ea5514;
  }
  #contact .thanksbox .formcontainer .formcont .statusbox .box:nth-child(3)::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #ea5514;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: -2px;
    border-radius: 50%;
  }
  #contact .formcontainer .formcont .statusbox .box:last-child::after {
    display: none;
  }
  #contact .formcontainer .formcont .contbox {
    width: 800px;
  }
  #contact .formcontainer .bottombtnbox {
    width: 100%;
    display: none;
  }
  #contact .mw_wp_form_preview .formcontainer .bottombtnbox {
    display: block;
    text-align: center;
    padding: 80px 0 0 0;
  }
  #contact .mw_wp_form_preview .cbtnbox {
    display: none;
  }
  #contact .formcontainer .captx {
    text-align: right;
    font-size: 1.4rem;
  }
  #contact .formcontainer .captx span {
    color: #ea5514;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 5px 0 0;
  }
  #contact .formcontainer .privacybox {
    width: 100%;
    margin: 40px 0 0 0;
  }
  #contact .formcontainer .privacybox .tx {
    margin: 0 0 15px 0;
  }
  #contact .formcontainer .privacybox ul {
    padding: 0 0 0 1.5em;
    margin: 0 0 0 0;
    list-style: disc;
  }
  #contact .formcontainer .privacybox ul li {
    margin: 0 0 10px 0;
    list-style: disc;
  }
  #contact .formcontainer .privacybox ul li:last-child {
    margin: 0 0 0 0;
  }
  #contact .mw_wp_form_preview .formcontainer .privacybox {
    display: none;
  }
  #contact .mw_wp_form_preview .formcontainer .mailcheckbox {
    display: none;
  }
  #contact .formcontainer .privacybox .linktx {
    font-weight: 600;
    margin: 0 0 15px 0;
  }
  #contact .formcontainer .privacybox .linktx a {
    display: inline-block;
    padding-bottom: 0;
    position: relative;
  }
  #contact .formcontainer .privacybox .linktx a::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #contact .mw_wp_form_complete .thankstl {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin: 0 0 20px 0;
    padding: 60px 0 0 0;
  }
  #contact .mw_wp_form_complete .thankstx {
    font-size: 1.4rem;
    line-height: 2.8rem;
    magin: 0 0 20px 0;
  }
  #contact .mw_wp_form_complete a.anibtn {
    position: relative;
    display: inline-block;
    padding: 25px 0 0 0;
    opacity: 0;
    left: -30px;
    transition: all 1s;
    transition-delay: 0.3s;
  }
  #contact .mw_wp_form_complete a.anibtn {
    opacity: 1;
    left: 0;
  }
  #contact .mw_wp_form_complete a.anibtn .inbox {
    display: flex;
    align-items: center;
  }
  #contact .mw_wp_form_complete a.anibtn .tx {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ea5514;
    display: inline-block;
    padding: 0 0 0 30px;
    position: relative;
    transition: all 0.5s;
  }
  #contact .mw_wp_form_complete a.anibtn:hover .tx {
    padding: 0 20px 0 0;
  }
  #contact .mw_wp_form_complete a.anibtn .tx::before {
    content: "";
    width: 20px;
    border-bottom: 1px solid #ea5514;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    transition: all 0.5s;
  }
  #contact .mw_wp_form_complete a.anibtn:hover .tx::before {
    content: "";
    width: 0;
  }
  #contact .mw_wp_form_complete a.anibtn .arrow {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #contact .mw_wp_form_complete a.anibtn .arrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ea5514;
    transition: all 0.5s;
  }
  #contact .mw_wp_form_complete a.anibtn:hover .arrow::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ea5514;
    display: block;
  }
  #contact .mw_wp_form_complete a.anibtn .arrow::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 5.5px);
    transition: all 0.5s;
    opacity: 0;
  }
  #contact .mw_wp_form_complete a.anibtn:hover .arrow::after {
    opacity: 1;
  }
  #contact .formcontainer .cbtnbox {
    padding: 60px 0 0 0;
    text-align: center;
  }
  #contact .contbox table {
    width: 100%;
    margin: 0 0 0 0;
    border-collapse: collapse;
  }
  #contact .contbox table tr {}
  #contact .contbox table tr th {
    padding: 60px 0 20px 0;
  }
  #contact .contbox table tr th .intl {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 0 0 15px 0;
    position: relative;
  }
  #contact .contbox table tr th .intl::after {
    border-bottom: 1px solid #008599;
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 190px;
  }
  #contact .contbox table tr td {
    padding: 0 0;
    border: none;
    display: block;
    vertical-align: top;
    border-left: none;
    border-right: none;
    line-height: 2rem;
    position: relative;
    border-bottom: 1px solid #A3A3A3;
  }
  #contact .contbox table tr td.pbox .intx {
    padding: 40px 0 15px 0;
  }
  #contact .contbox table tr td.radiobox {
    padding: 15px 0;
    border-bottom: none;
  }
  #contact .contbox table tr td span.check {
    color: #ea5514;
    display: inline-block;
    font-size: 1.2rem;
  }
  #contact .contbox table tr td.pbox span.check {
    color: #ea5514;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 0 5px;
  }
  #contact .privacybox .privacytl span.check {
    color: #ea5514;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 0 5px;
  }
  #contact .contbox span.error {
    margin: 10px 0 15px 0;
    display: block;
  }
  #contact .contbox table tr td:first-child {
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    border: none;
  }
  .mw_wp_form_preview span.check {
    display: none !important;
  }
  .mw_wp_form_preview .abtn {
    display: none !important;
  }
  .mw_wp_form_preview .contbox table tr td {
    font-weight: 600;
  }
  .mw_wp_form_preview .contbox table tr td:last-child {
    padding: 15px 0 !important;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    font-weight: normal;
    border: none !important;
  }
  #contact .contbox table tr td a {
    color: #666;
    text-decoration: underline;
  }
  input[type="text"], input[type="email"], input[type="button"] {
    margin: 0;
    padding: 0;
    background: #eaeaea;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
  }
  input[type="radio"] {
    position: relative;
    margin: -0.25em 5px 0 0;
  }
  input[type="text"], input[type="email"] {
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
    background: none;
  }
  #contact .hbtn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    min-width: 470px;
    margin: 0 35px;
  }
  #contact .hbtn.back {
    display: block;
    cursor: auto;
  }
  #contact .hbtn .arrow {
    position: absolute;
    top: calc(50% - 20px);
    right: 20px;
    z-index: 2;
    width: 40px;
    height: 40px;
  }
  #contact .hbtn .arrow::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.2s;
    transform: scale(1);
    z-index: 2;
  }
  #contact .hbtn:hover .arrow::after {
    transform: scale(1.5);
  }
  #contact .hbtn .arrow span {
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
  }
  #contact .hbtn .arrow span::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 4px);
  }
  #contact .hbtn .arrow span::after {
    content: "";
    display: inline-block;
    width: 8px;
    border-bottom: 1px solid #222;
    position: absolute;
    top: 50%;
    left: calc(50% - 5px);
  }
  input[type="submit"].btn01 {
    background: #222222;
    width: 100%;
    padding: 35px 2rem;
    margin: 0 auto;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 0em;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    display: block;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
    border: none;
    z-index: 2;
  }
  input[type="submit"].btn02 {
    background-color: rgba(0, 0, 0, 0);
    padding: 30px 0 0 0;
    margin: 0 auto;
    color: #222;
    letter-spacing: 0em;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
    border: none;
    z-index: 2;
  }
  a.backbtn {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 0 20px 0;
    margin: 0 auto;
    color: #ea5514;
    letter-spacing: 0em;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
    border: none;
    z-index: 2;
  }
  ::-webkit-input-placeholder {
    color: #888;
  }
  ::-moz-placeholder {
    color: #888;
    opacity: 1;
  }
  :-ms-input-placeholder {
    color: #888;
  }
  select {
    margin: 0 0 0 0;
    width: 240px;
    padding: 15px 45px 15px 15px;
    border-radius: 5px;
    border: 1px solid #C1C1C1;
    outline: none;
    font-size: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    display: inline-block;
    /*background: url(images/contact/select_arrow.svg) no-repeat ,#fff;
		background-size:10px;
		background-position: right 15px top 50%;*/
    box-sizing: border-box;
  }
  .mwform-checkbox-field {
    width: auto;
    display: inline-block;
    margin: 0 0 0 0;
  }
  .pcheck .mwform-checkbox-field {
    width: auto;
    display: inline-block;
    margin: 0 0 40px 0;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin: 0 0 0 0 !important;
    display: inline-block;
    line-height: 1;
  }
  .mwform-radio-field input[type="radio"] {
    display: none;
  }
  .mwform-radio-field input[type="radio"] + span {
    position: relative;
    font-weight: normal;
    margin: 0 30px 0 0 !important;
    display: inline-block;
  }
  .mwform-radio-field input[type="radio"] + span::before {
    margin: -2px 10px 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../images/contact/en2.svg") no-repeat;
    background-size: 17px;
    vertical-align: middle;
    border-radius: 50%;
  }
  .mwform-radio-field input[type="radio"]:checked + span::before {
    margin: -2px 10px 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../images/contact/en.svg") no-repeat;
    background-size: 17px;
    vertical-align: middle;
  }
  .mwform-checkbox-field input[type="checkbox"] {
    display: none;
  }
  .mwform-checkbox-field input[type="checkbox"] + span {
    position: relative;
    font-weight: normal;
    margin: 0 30px 10px 0;
    display: inline-block;
  }
  .pcheck .mwform-checkbox-field input[type="checkbox"] + span {
    margin: 0 0 0 0;
  }
  .mwform-checkbox-field input[type="checkbox"] + span::before {
    margin: -2px 10px 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../images/contact/check2.svg") no-repeat;
    background-size: 17px;
    vertical-align: middle;
    border-radius: 0px;
  }
  .privacytr .mwform-checkbox-field input[type="checkbox"] + span {
    position: relative;
    font-weight: normal;
    margin: 0 0 0 0;
    display: inline-block;
  }
  .mwform-checkbox-field input[type="checkbox"]:checked + span::before {
    margin: -2px 10px 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    background: url("../images/contact/check.svg") no-repeat;
    background-size: cover;
    vertical-align: middle;
  }
  textarea {
    padding: 15px 0;
    font-size: 1.4rem;
    width: 100%;
    line-height: 2rem;
    box-sizing: border-box;
    min-height: 145px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
  }
  .formcaption {
    line-height: 2rem;
    width: 100%;
    height: 173px;
    background: #fff;
    border: 1px solid #A3A3A3;
    box-sizing: border-box;
    padding: 20px;
    margin: 10px 0 20px 0;
    font-size: 1.4rem;
    position: relative;
  }
  .formcaption .subtl {
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 1.4rem;
  }
  .formcaption .tx {
    margin: 0 0 15px 0;
    font-size: 1.3rem;
  }
  .simplebar-track.simplebar-vertical {
    background: #fff;
    width: 10px !important;
    border-radius: 0 !important;
    top: 2px !important;
    bottom: 2px;
    right: 2px;
  }
  .simplebar-scrollbar::before {
    position: absolute;
    content: '';
    background: #0A579C !important;
    border-radius: 0px !important;
    width: 10px !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    opacity: 1 !important;
    transition: opacity 0.2s linear;
  }
  #contact .discovercont {
    position: relative;
    height: 80px;
    background: #fafafa;
  }
  #contact .discovercont #pagetop {
    bottom: 60px;
  }
  #contact .discovercont #pagetop span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4.5px);
    left: calc(50% - 5px);
  }
  #contact .discovercont #pagetop span::after {
    content: "";
    display: inline-block;
    height: 10px;
    border-right: 1px solid #222;
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
  }
}
@media screen and (max-width:768px) {
  #contact .faqcont .tlcont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #contact .faqcont .tl {
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.2rem;
    margin: 0 0 10px 0;
    text-align: center;
  }
  #contact .faqcont .sub {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 20px 0;
    text-align: center;
  }
  #contact .faqcont {
    padding: 110px 0 110px 0;
  }
  #contact .faqcont .innerbox {
    width: 90%;
    margin: 0 auto;
  }
  #contact .faqcont .innerbox .box {
    margin: 0 0 10px 0;
  }
  #contact .faqcont .innerbox .box:last-child {
    margin: 0 0 0 0;
  }
  #contact .faqcont .innerbox .box .qcont {
    font-size: 1.4rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background: #EFEFEF;
    border: 3px solid #EFEFEF;
  }
  #contact .faqcont .innerbox .box .qcont strong {
    width: calc(100% - 40px - 20px - 30px);
  }
  #contact .faqcont .innerbox .box .qcont::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/contact/qicon.svg) no-repeat;
    background-size: 30px;
    margin: -0.25em 15px 0 0;
    display: inline-block;
  }
  #contact .faqcont .innerbox .box .qcont::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../images/contact/plus.svg") no-repeat;
    background-size: 20px;
    margin: 0 0 0 auto;
  }
  #contact .faqcont .innerbox .box .qcont.active::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../images/contact/minus.svg") no-repeat;
    background-size: 20px;
    background-position: 50% 50%;
    margin: 0 0 0 auto;
  }
  #contact .faqcont .innerbox .box .scont {
    display: none;
  }
  #contact .faqcont .innerbox .box .acont {
    font-size: 1.3rem;
    line-height: 2rem;
    display: flex;
    align-items: flex-start;
    padding: 10px;
    background: #fff;
    border: 3px solid #EFEFEF;
  }
  #contact .faqcont .innerbox .box .acont .tx {
    padding: 5px 0 0 0;
    width: calc(100% - 40px - 10px);
  }
  #contact .faqcont .innerbox .box .acont::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/contact/aicon.svg") no-repeat;
    background-size: 30px;
    margin: -0.25em 15px 0 0;
  }
  #contact .singlecont {
    padding: 110px 0 0 0;
    background: #FAFAFA;
    position: relative;
  }
  #contact .singlecont.contactcont {
    padding: 110px 0 110px 0;
    background: #FAFAFA;
    position: relative;
  }
  #contact .singlecont.box2 {
    background: #fff;
  }
  #contact .singlecont .innerbox {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 0 100px;
    box-sizing: border-box;
  }
  #contact .singlecont.faqcont .innerbox {
    padding: 0 0 0 0;
  }
  #contact .contactcont .tlcont {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #contact .contactcont .tl {
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.2rem;
    margin: 0 0 10px 0;
    text-align: left;
  }
  #contact .contactcont .sub {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 20px 0;
    text-align: left;
  }
  #contact .contactcont .tlcap {
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 0 0 20px 0;
    text-align: left;
  }
  #contact .contactcont .tlcap2 {
    width: 100%;
    padding: 10px 0;
    font-size: 1.2rem;
    text-align: center;
    color: #5C5C5C;
    font-weight: 600;
    background: #fff;
    margin: 0 0 30px 0;
  }
  #contact .contactcont .tlcap2::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url("../images/contact/cap_icon.svg") no-repeat;
    background-size: 22px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  #contact .scrollcont {
    position: relative;
  }
  #contact .scrollbox {
    position: absolute;
    min-width: 100%;
    top: 60px;
    left: 0;
    display: flex;
    box-sizing: border-box;
    padding: 0 0 0 0;
    z-index: 1;
    pointer-events: none;
  }
  #contact .scrollbox.fixed {
    position: fixed;
    top: 60px;
    left: 5%;
  }
  #contact .scrollbox.none {
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 0;
  }
  #contact .scrollnav {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  #contact .scrollnav::after {
    content: "";
    height: calc(100% - 20px);
    border-right: 1px solid #A3A3A3;
    opacity: 0.22;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 1;
  }
  #contact .scrollnav .box {
    margin: 0 0 10px 0;
    padding: 10px 10px;
    line-height: 1;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    width: 80px;
    background: #E7E7E7;
    color: #8E8E8E;
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
  }
  #contact .mw_wp_form_input .scrollnav .box:nth-child(1) {
    background: #222;
    color: #fff;
  }
  #contact .mw_wp_form_preview .scrollnav .box:nth-child(2) {
    background: #222;
    color: #fff;
  }
  #contact .mw_wp_form_complete .scrollnav .box:nth-child(3) {
    background: #222;
    color: #fff;
  }
  #contact .scrollnav .box:last-child {
    margin: 0 0 0 0;
  }
  #contact .scrollnav .box span {
    font-size: 1.1rem;
  }
  #contact .formcontainer {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  #contact .formcontainer .formcont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contact .formcontainer .formcont .statusbox {
    width: 320px;
    display: none;
  }
  #contact .formcontainer .formcont .statusbox .box {
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 30px 0;
    font-size: 1.6rem;
  }
  #contact .formcontainer .formcont .statusbox .box span {
    font-size: 0.5em;
  }
  #contact .formcontainer .formcont .statusbox .box::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #b2b2b2;
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    border-radius: 50%;
  }
  #contact .formcontainer .formcont .statusbox .box::after {
    content: "";
    height: 20px;
    border-right: 1px solid #b2b2b2;
    display: block;
    position: absolute;
    top: calc(100% + 5px);
    left: 3px;
  }
  #contact .contacttop .formcontainer .formcont .statusbox .box:nth-child(1) {
    font-size: 2rem;
    color: #ea5514;
  }
  #contact .contacttop .formcontainer .formcont .statusbox .box:nth-child(1)::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #ea5514;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: -2px;
    border-radius: 50%;
  }
  #contact .contacttop .formcontainer .formcont .statusbox .box:nth-child(1)::after {
    content: "";
    height: 20px;
    border-right: 1px solid #ea5514;
    display: block;
    position: absolute;
    top: calc(100% + 5px);
    left: 3px;
  }
  #contact .mw_wp_form_preview .formcontainer .formcont .statusbox .box:nth-child(2) {
    font-size: 2rem;
    color: #ea5514;
  }
  #contact .mw_wp_form_preview .formcontainer .formcont .statusbox .box:nth-child(2)::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #ea5514;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: -2px;
    border-radius: 50%;
  }
  #contact .mw_wp_form_preview .formcontainer .formcont .statusbox .box:nth-child(2)::after {
    content: "";
    height: 20px;
    border-right: 1px solid #ea5514;
    display: block;
    position: absolute;
    top: calc(100% + 5px);
    left: 3px;
  }
  #contact .thanksbox .formcontainer .formcont .statusbox .box:nth-child(3) {
    font-size: 2rem;
    color: #ea5514;
  }
  #contact .thanksbox .formcontainer .formcont .statusbox .box:nth-child(3)::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #ea5514;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: -2px;
    border-radius: 50%;
  }
  #contact .formcontainer .formcont .statusbox .box:last-child::after {
    display: none;
  }
  #contact .formcontainer .formcont .contbox {
    width: 800px;
  }
  #contact .formcontainer .bottombtnbox {
    width: 100%;
    display: none;
  }
  #contact .mw_wp_form_preview .formcontainer .bottombtnbox {
    display: block;
    text-align: center;
    padding: 80px 0 0 0;
  }
  #contact .mw_wp_form_preview .cbtnbox {
    display: none;
  }
  #contact .formcontainer .captx {
    text-align: right;
    font-size: 1.2rem;
  }
  #contact .formcontainer .captx span {
    color: #ea5514;
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 5px 0 0;
  }
  #contact .formcontainer .privacybox {
    width: 100%;
    margin: 40px 0 0 0;
  }
  #contact .formcontainer .privacybox .tx {
    margin: 0 0 15px 0;
  }
  #contact .formcontainer .privacybox ul {
    padding: 0 0 0 1.5em;
    margin: 0 0 0 0;
    list-style: disc;
  }
  #contact .formcontainer .privacybox ul li {
    margin: 0 0 10px 0;
    list-style: disc;
  }
  #contact .formcontainer .privacybox ul li:last-child {
    margin: 0 0 0 0;
  }
  #contact .mw_wp_form_preview .formcontainer .privacybox {
    display: none;
  }
  #contact .mw_wp_form_preview .formcontainer .mailcheckbox {
    display: none;
  }
  #contact .formcontainer .privacybox .linktx {
    font-weight: 600;
    margin: 0 0 15px 0;
  }
  #contact .formcontainer .privacybox .linktx a {
    display: inline-block;
    padding-bottom: 0;
    position: relative;
  }
  #contact .formcontainer .privacybox .linktx a::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #contact .mw_wp_form_complete .thankstl {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin: 0 0 20px 0;
    padding: 60px 0 0 0;
  }
  #contact .mw_wp_form_complete .thankstx {
    font-size: 1.4rem;
    line-height: 2.8rem;
    magin: 0 0 20px 0;
  }
  #contact .mw_wp_form_complete a.anibtn {
    position: relative;
    display: inline-block;
    padding: 25px 0 0 0;
    opacity: 0;
    left: -30px;
    transition: all 1s;
    transition-delay: 0.3s;
  }
  #contact .mw_wp_form_complete a.anibtn {
    opacity: 1;
    left: 0;
  }
  #contact .mw_wp_form_complete a.anibtn .inbox {
    display: flex;
    align-items: center;
  }
  #contact .mw_wp_form_complete a.anibtn .tx {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ea5514;
    display: inline-block;
    padding: 0 0 0 30px;
    position: relative;
    transition: all 0.5s;
  }
  #contact .mw_wp_form_complete a.anibtn:hover .tx {
    padding: 0 20px 0 0;
  }
  #contact .mw_wp_form_complete a.anibtn .tx::before {
    content: "";
    width: 20px;
    border-bottom: 1px solid #ea5514;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    transition: all 0.5s;
  }
  #contact .mw_wp_form_complete a.anibtn:hover .tx::before {
    content: "";
    width: 0;
  }
  #contact .mw_wp_form_complete a.anibtn .arrow {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #contact .mw_wp_form_complete a.anibtn .arrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ea5514;
    transition: all 0.5s;
  }
  #contact .mw_wp_form_complete a.anibtn:hover .arrow::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ea5514;
    display: block;
  }
  #contact .mw_wp_form_complete a.anibtn .arrow::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 5.5px);
    transition: all 0.5s;
    opacity: 0;
  }
  #contact .mw_wp_form_complete a.anibtn:hover .arrow::after {
    opacity: 1;
  }
  #contact .formcontainer .cbtnbox {
    padding: 40px 0 0 0;
    text-align: center;
  }
  #contact .contbox table {
    width: 100%;
    margin: 0 0 0 0;
    border-collapse: collapse;
  }
  #contact .contbox table tr {}
  #contact .contbox table tr th {
    padding: 40px 0 20px 0;
  }
  #contact .contbox table tr th .intl {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 0 0 15px 0;
    position: relative;
  }
  #contact .contbox table tr th .intl::after {
    border-bottom: 1px solid #008599;
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 190px;
  }
  #contact .contbox table tr td {
    padding: 0 0;
    border: none;
    display: block;
    vertical-align: top;
    border-left: none;
    border-right: none;
    line-height: 2rem;
    position: relative;
    border-bottom: 1px solid #A3A3A3;
  }
  #contact .contbox table tr td.pbox .intx {
    padding: 40px 0 15px 0;
  }
  #contact .contbox table tr td.radiobox {
    padding: 15px 0;
    border-bottom: none;
  }
  #contact .contbox table tr td span.check {
    color: #ea5514;
    display: inline-block;
    font-size: 1.2rem;
  }
  #contact .contbox table tr td.pbox span.check {
    color: #ea5514;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 0 5px;
  }
  #contact .privacybox .privacytl span.check {
    color: #ea5514;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 0 5px;
  }
  #contact .contbox span.error {
    margin: 10px 0 15px 0;
    display: block;
  }
  #contact .contbox table tr td:first-child {
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    border: none;
  }
  .mw_wp_form_preview span.check {
    display: none !important;
  }
  .mw_wp_form_preview .abtn {
    display: none !important;
  }
  .mw_wp_form_preview .contbox table tr td {
    font-weight: 600;
  }
  .mw_wp_form_preview .contbox table tr td:last-child {
    padding: 15px 0 !important;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    font-weight: normal;
    border: none !important;
  }
  #contact .contbox table tr td a {
    color: #666;
    text-decoration: underline;
  }
  input[type="text"], input[type="email"], input[type="button"] {
    margin: 0;
    padding: 0;
    background: #eaeaea;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
  }
  input[type="radio"] {
    position: relative;
    margin: -0.25em 5px 0 0;
  }
  input[type="text"], input[type="email"] {
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
    background: none;
  }
  #contact .hbtn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    min-width: 100%;
    margin: 0 0;
  }
  #contact .hbtn.back {
    display: block;
    cursor: auto;
  }
  #contact .hbtn .arrow {
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
    z-index: 2;
    width: 30px;
    height: 30px;
  }
  #contact .hbtn .arrow::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.2s;
    transform: scale(1);
    z-index: 2;
  }
  #contact .hbtn:hover .arrow::after {
    transform: scale(1.5);
  }
  #contact .hbtn .arrow span {
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
  }
  #contact .hbtn .arrow span::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
  }
  #contact .hbtn .arrow span::after {
    content: "";
    display: inline-block;
    width: 7px;
    border-bottom: 1px solid #222;
    position: absolute;
    top: 50%;
    left: calc(50% - 3px);
  }
  input[type="submit"].btn01 {
    background: #222222;
    width: 100%;
    padding: 25px 2rem;
    margin: 0 auto;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 0em;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    display: block;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
    border: none;
    z-index: 2;
    -webkit-appearance: none;
  }
  input[type="submit"].btn02 {
    background-color: rgba(0, 0, 0, 0);
    padding: 30px 0 0 0;
    margin: 0 auto;
    color: #222;
    letter-spacing: 0em;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
    border: none;
    z-index: 2;
    -webkit-appearance: none;
  }
  a.backbtn {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 0 20px 0;
    margin: 0 auto;
    color: #ea5514;
    letter-spacing: 0em;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
    border: none;
    z-index: 2;
    -webkit-appearance: none;
  }
  ::-webkit-input-placeholder {
    color: #888;
  }
  ::-moz-placeholder {
    color: #888;
    opacity: 1;
  }
  :-ms-input-placeholder {
    color: #888;
  }
  select {
    margin: 0 0 0 0;
    width: 240px;
    padding: 15px 45px 15px 15px;
    border-radius: 5px;
    border: 1px solid #C1C1C1;
    outline: none;
    font-size: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    display: inline-block;
    /*background: url(images/contact/select_arrow.svg) no-repeat ,#fff;
		background-size:10px;
		background-position: right 15px top 50%;*/
    box-sizing: border-box;
  }
  .radiobox > span {
    margin: 0 0 10px 0;
    display: inline-block;
  }
  .mwform-checkbox-field {
    width: auto;
    display: inline-block;
    margin: 0 0 0 0;
  }
  .pcheck .mwform-checkbox-field {
    width: auto;
    display: inline-block;
    margin: 0 0 40px 0;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin: 0 0 0 0 !important;
    display: inline-block;
    line-height: 1;
  }
  .mwform-radio-field input[type="radio"] {
    display: none;
  }
  .mwform-radio-field input[type="radio"] + span {
    position: relative;
    font-weight: normal;
    margin: 0 30px 0 0 !important;
    display: inline-block;
  }
  .mwform-radio-field input[type="radio"] + span::before {
    margin: -2px 10px 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../images/contact/en2.svg") no-repeat;
    background-size: 17px;
    vertical-align: middle;
    border-radius: 50%;
  }
  .mwform-radio-field input[type="radio"]:checked + span::before {
    margin: -2px 10px 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../images/contact/en.svg") no-repeat;
    background-size: 17px;
    vertical-align: middle;
  }
  .mwform-checkbox-field input[type="checkbox"] {
    display: none;
  }
  .mwform-checkbox-field input[type="checkbox"] + span {
    position: relative;
    font-weight: normal;
    margin: 0 30px 10px 0;
    display: inline-block;
    text-indent: -27px;
    padding-left: 27px;
  }
  .pcheck .mwform-checkbox-field input[type="checkbox"] + span {
    margin: 0 0 0 0;
  }
  .mwform-checkbox-field input[type="checkbox"] + span::before {
    margin: -2px 10px 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../images/contact/check2.svg") no-repeat;
    background-size: 17px;
    vertical-align: middle;
    border-radius: 0px;
  }
  .privacytr .mwform-checkbox-field input[type="checkbox"] + span {
    position: relative;
    font-weight: normal;
    margin: 0 0 0 0;
    display: inline-block;
  }
  .mwform-checkbox-field input[type="checkbox"]:checked + span::before {
    margin: -2px 10px 0 0;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    background: url("../images/contact/check.svg") no-repeat;
    background-size: cover;
    vertical-align: middle;
  }
  textarea {
    padding: 15px 0;
    font-size: 1.3rem;
    width: 100%;
    line-height: 2rem;
    box-sizing: border-box;
    min-height: 145px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
  }
  .formcaption {
    line-height: 2rem;
    width: 100%;
    height: 173px;
    background: #fff;
    border: 1px solid #A3A3A3;
    box-sizing: border-box;
    padding: 20px;
    margin: 10px 0 20px 0;
    font-size: 1.4rem;
    position: relative;
  }
  .formcaption .subtl {
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 1.4rem;
  }
  .formcaption .tx {
    margin: 0 0 15px 0;
    font-size: 1.3rem;
  }
  .simplebar-track.simplebar-vertical {
    background: #fff;
    width: 10px !important;
    border-radius: 0 !important;
    top: 2px !important;
    bottom: 2px;
    right: 2px;
  }
  .simplebar-scrollbar::before {
    position: absolute;
    content: '';
    background: #0A579C !important;
    border-radius: 0px !important;
    width: 10px !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    opacity: 1 !important;
    transition: opacity 0.2s linear;
  }
  #contact .discovercont {
    position: relative;
    height: 80px;
    background: #fafafa;
    display: none;
  }
  #contact .discovercont #pagetop {
    bottom: 60px;
  }
  #contact .discovercont #pagetop span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4.5px);
    left: calc(50% - 5px);
  }
  #contact .discovercont #pagetop span::after {
    content: "";
    display: inline-block;
    height: 10px;
    border-right: 1px solid #222;
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
  }
}