.container {
    margin: 45px 25px
  }
  
  @media screen and (min-width:768px) {
    .container {
      width: 668px;
      margin-left: auto;
      margin-right: auto
    }
  }
  
  .container_bottom,
  .container_bottom_display {
    display: none;
    margin: 45px 25px
  }
  
  @media screen and (min-width:768px) {
  
    .container_bottom,
    .container_bottom_display {
      border: none;
      padding: 0;
      margin: 45px auto;
      height: auto
    }
  }
  
  .container_bottom .form_note_block,
  .container_bottom_display .form_note_block {
    color: #5a5a5a;
    border: 1px solid #d6d6d6;
    padding: 25px 15px;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 57px
  }
  
  @media screen and (min-width:768px) {
  
    .container_bottom .form_note_block,
    .container_bottom_display .form_note_block {
      padding: 26px 42px;
      width: 668px;
      margin-left: auto;
      margin-right: auto
    }
  }
  
  .container_bottom .form_note_block_head,
  .container_bottom_display .form_note_block_head {
    margin-bottom: 8px
  }
  
  .container_bottom_display {
    display: block
  }
  
  .dysp_sp {
    display: inline-block
  }
  
  @media screen and (min-width:768px) {
    .dysp_sp {
      display: none
    }
  }
  
  @media screen and (min-width:1024px) {
    .dysp_sp {
      display: none
    }
  }
  
  .dysp_pc {
    display: none
  }
  
  @media screen and (min-width:768px) {
    .dysp_pc {
      display: none
    }
  }
  
  @media screen and (min-width:1024px) {
    .dysp_pc {
      display: inline-block
    }
  }
  
  .read_block {
    overflow: hidden;
    margin-bottom: 35px
  }
  
  .read_block.p_business .read_title {
    font-size: 24px;
    margin: 62px auto 43px
  }
  
  .read_block.p_business .read_title span {
    display: block;
    font-size: 18px
  }
  
  @media screen and (min-width:768px) {
    .read_block.p_business .read_title {
      text-align: center;
      margin: 40px auto 43px;
      font-size: 30px
    }
  
    .read_block.p_business .read_title span {
      font-size: 24px
    }
  }
  
  .read_block.p_business .read_text,
  .read_block.p_business p {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.8
  }
  
  .read_block.p_business .read_text {
    border: 1px solid #d6d6d6;
    padding: 22px 15px;
    margin-top: 20px
  }
  
  @media screen and (min-width:768px) {
    .read_block.p_business .read_text {
      text-align: center;
      margin-top: 25px;
      padding: 25px 41px
    }
  }
  
  .read_block.p_business .read_text+.read_text {
    margin-top: 14px
  }
  
  .read_block.p_business .read_text p {
    display: block;
    font-size: 16px;
    margin-bottom: 15px
  }
  
  @media screen and (min-width:768px) {
    .read_block.p_business .read_text p {
      font-size: 18px;
      margin-bottom: 11px
    }
  }
  
  .read_block.p_business .read_text span a {
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99);
    margin-top: 10px;
    display: block;
    color: #5a5a5a;
    position: relative
  }
  
  .read_block.p_business .read_text span a:hover {
    text-decoration: underline
  }
  
  .read_block.p_business .read_text span a:hover:after {
    margin-left: 15px
  }
  
  @media screen and (min-width:768px) {
    .read_block.p_business .read_text span a:hover:after {
      right: -30px
    }
  }
  
  .read_block.p_business .read_text span a:after {
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99);
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto auto auto 10px
  }
  
  @media screen and (min-width:768px) {
    .read_block.p_business .read_text span a:after {
      margin-left: 0;
      right: -20px
    }
  }
  
  @media screen and (min-width:768px) {
    .read_block.p_business .read_text span a {
      display: inline-block;
      margin-top: 0;
      margin-left: 20px
    }
  }
  
  .read_block.p_sales {
    margin-bottom: 80px
  }
  
  @media screen and (min-width:768px) {
    .read_block.p_sales {
      margin-bottom: 120px
    }
  }
  
  .read_block.p_sales .read_title {
    text-align: center;
    font-size: 24px;
    margin: 62px auto 43px
  }
  
  .read_block.p_sales .read_title span {
    display: block;
    font-size: 18px
  }
  
  @media screen and (min-width:768px) {
    .read_block.p_sales .read_title {
      margin: 40px auto 43px;
      font-size: 30px
    }
  
    .read_block.p_sales .read_title span {
      font-size: 24px
    }
  }
  
  .read_block.p_sales p {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.8
  }
  
  @media screen and (min-width:768px) {
    .read_block.p_sales p {
      text-align: center
    }
  }
  
  .read_block.p_sales .read_text {
    text-align: center;
    border: 1px solid #d6d6d6;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.8;
    padding: 24px 15px;
    margin-top: 20px
  }
  
  @media screen and (min-width:768px) {
    .read_block.p_sales .read_text {
      margin-top: 25px;
      padding: 25px 41px
    }
  }
  
  .read_block.p_sales .read_text a {
    margin-top: 10px;
    display: block;
    color: #5a5a5a;
    text-decoration: underline
  }
  
  .read_block.p_sales .read_text a:hover {
    text-decoration: none
  }
  
  .read_block.p_sales .read_text span {
    display: block;
    font-size: 16px;
    margin-bottom: 22px
  }
  
  @media screen and (min-width:768px) {
    .read_block.p_sales .read_text span {
      font-size: 18px;
      margin-bottom: 16px
    }
  }
  
  .read_block .read_title {
    text-align: center;
    font-size: 24px;
    margin: 40px auto 43px
  }
  
  .read_block .read_text {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.75
  }
  
  @media screen and (min-width:768px) {
    .read_block {
      margin-bottom: 60px
    }
  }
  
  @media screen and (min-width:1024px) {
    .read_block {
      margin-bottom: 60px
    }
  
    .read_block .read_title {
      font-size: 30px;
      margin: 60px auto 44px
    }
  
    .read_block .read_text {
      text-align: center;
      font-size: 14px;
      line-height: 1.8
    }
  }
  
  .flow_block {
    margin-bottom: 80px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 31px 0 27px;
    font-size: 12px;
    text-align: center
  }
  
  .flow_block .flow_title {
    font-size: 18px;
    margin-bottom: 28px
  }
  
  .flow_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  
  .flow_block ul li {
    width: 30%;
    padding-top: 70px
  }
  
  .flow_block ul li:first-child,
  .flow_block ul li:nth-child(2) {
    position: relative
  }
  
  .flow_block ul li:first-child:after,
  .flow_block ul li:nth-child(2):after {
    display: block;
    content: "";
    width: 9px;
    height: 18px;
    pointer-events: all;
    position: absolute;
    right: -10px;
    top: 25px;
    margin: auto;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-top: 1px solid #acacac;
    border-right: 1px solid #acacac;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  
  .flow_block ul li:first-child {
    background: url(/assets/img/support/contact/flow_step1.svg) no-repeat center top 10px;
    background-size: 54px
  }
  
  .flow_block ul li:nth-child(2) {
    background: url(/assets/img/support/contact/flow_step2.svg) no-repeat top;
    background-size: 42px
  }
  
  .flow_block ul li:nth-child(3) {
    background: url(/assets/img/support/contact/flow_step3.svg) no-repeat center top 15px;
    background-size: 27px
  }
  
  @media screen and (min-width:768px) {
    .flow_block {
      margin: 0 auto 80px;
      padding: 29px 0 25px
    }
  
    .flow_block .flow_title {
      margin-bottom: 34px
    }
  }
  
  @media screen and (min-width:1024px) {
    .flow_block {
      margin-bottom: 122px
    }
  
    .flow_block ul li {
      padding-top: 105px
    }
  
    .flow_block ul li:first-child:after,
    .flow_block ul li:nth-child(2):after {
      right: -20px;
      top: 30px;
      vertical-align: middle;
      width: 17px;
      height: 17px
    }
  
    .flow_block ul li:first-child {
      background: url(/assets/img/support/contact/flow_step1.svg) no-repeat center top 10px;
      background-size: 69px
    }
  
    .flow_block ul li:nth-child(2) {
      background: url(/assets/img/support/contact/flow_step2.svg) no-repeat top;
      background-size: 52px
    }
  
    .flow_block ul li:nth-child(3) {
      background: url(/assets/img/support/contact/flow_step3.svg) no-repeat center top 15px;
      background-size: 35px
    }
  }
  
  .o-select {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 45px
  }
  
  .o-select .form_title {
    top: -16px;
    top: -6px;
    font-size: 10px
  }
  
  .o-select .form_error {
    top: 42px
  }
  
  @media screen and (min-width:1024px) {
    .o-select .form_error {
      top: 45px
    }
  }
  
  .o-select.is-focus {
    border-bottom: 1px solid #000
  }
  
  .o-select.is-error {
    border-bottom: 1px solid #d30000
  }
  
  .o-select.is-empty {
    top: auto
  }
  
  .o-select.is-empty .form_title {
    top: auto;
    bottom: 7px;
    font-size: 14px
  }
  
  .o-select.is-empty .form_delete_btn {
    display: none
  }
  
  .o-select:after {
    position: absolute;
    display: block;
    content: "";
    z-index: -1;
    right: 6px;
    bottom: 15px;
    margin: auto;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: 1px solid #696969;
    border-right: 1px solid #696969;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  
  .o-select+.o-select {
    padding-bottom: 0
  }
  
  .o-select+.o-select select {
    margin-top: 0
  }
  
  @media screen and (min-width:768px) {
    .o-select {
      margin-bottom: 57px;
      width: calc(50% - 15px)
    }
  
    .o-select.p_full {
      width: 100%
    }
  }
  
  .o-select .form_delete_btn {
    display: block;
    right: 23px;
    bottom: 5px
  }
  
  .o-select select {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 2px;
    margin-top: 13px;
    font-size: 14px;
    color: #000
  }
  
  .o-select select:focus,
  .o-text {
    outline: none
  }
  
  .o-text {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 3px;
    font-size: 14px;
    color: #000;
    position: relative;
    margin-bottom: 45px
  }
  
  .o-text+.form_ex_text {
    margin: -40px 0 45px
  }
  
  @media screen and (min-width:768px) {
    .o-text+.form_ex_text {
      margin: -54px 0 57px
    }
  }
  
  .o-text .form_title {
    top: -16px;
    font-size: 10px
  }
  
  .o-text+.o-select {
    margin-top: 35px;
    padding-bottom: 0
  }
  
  @media screen and (min-width:768px) {
    .o-text+.o-select {
      margin-top: 0
    }
  }
  
  .o-text+.o-select select {
    margin-top: 0
  }
  
  .o-text.is-focus {
    border-bottom: 1px solid #000
  }
  
  .o-text.is-error {
    border-bottom: 1px solid #d30000
  }
  
  .o-text.is-empty .form_title {
    top: auto;
    bottom: 7px;
    font-size: 14px
  }
  
  .o-text.is-empty .form_delete_btn {
    display: none
  }
  
  .o-text .form_delete_btn {
    display: block;
    right: 5px
  }
  
  .o-text.o-textarea.p_coment {
    margin-top: 57px
  }
  
  .o-text.o-textarea.is-empty .form_title {
    top: 0;
    bottom: auto;
    font-size: 14px
  }
  
  .o-text.o-textarea.is-empty textarea {
    height: 30px
  }
  
  .o-text.o-textarea.is-focus .form_title {
    top: -16px;
    font-size: 10px
  }
  
  .o-text.o-textarea.is-focus textarea {
    height: 177px
  }
  
  .o-text.o-textarea .form_title {
    top: -16px;
    font-size: 10px
  }
  
  .o-text.o-textarea .form_error {
    top: auto;
    bottom: -27px
  }
  
  .o-text.o-textarea textarea {
    width: 100%;
    -webkit-transition: height .4s ease-out;
    transition: height .4s ease-out;
    height: 177px
  }
  
  .o-text.o-textarea textarea:focus {
    outline: none
  }
  
  .o-text.is-focus .form_title {
    top: -16px;
    font-size: 10px
  }
  
  @media screen and (min-width:768px) {
    .o-text {
      width: calc(50% - 15px);
      margin-bottom: 57px;
      font-size: 16px
    }
  
    .o-text+.o-text {
      margin-top: 0
    }
  
    .o-text.p_full {
      width: 100%
    }
  }
  
  .o-text input {
    width: calc(100% - 25px)
  }
  
  .o-text input:focus {
    outline: none
  }
  
  .form_error {
    background-color: #fff;
    font-size: 12px;
    color: #d30000;
    display: block;
    position: absolute;
    top: 30px
  }
  
  @media screen and (min-width:768px) {
    .form_error {
      top: 33px
    }
  }
  
  @media screen and (min-width:1024px) {
    .form_error {
      top: 36px
    }
  }
  
  .form_title {
    position: absolute;
    bottom: 7px;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px;
    line-height: 1;
    color: #a3a3a3;
    z-index: -1
  }
  
  .form_title span {
    font-size: 10px;
    color: #d30000
  }
  
  .form_ex_text {
    font-size: 12px;
    color: #afafaf;
    width: 100%;
    display: block
  }
  
  .form_delete_btn {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    bottom: 2px;
    right: 31px;
    z-index: 10
  }
  
  .form_delete_btn:after,
  .form_delete_btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 12px;
    background: #707070
  }
  
  .form_delete_btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
  }
  
  .form_delete_btn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
  }
  
  .icon_plus {
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 15px
  }
  
  .icon_plus:after,
  .icon_plus:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 1px;
    height: 12px;
    background: #707070
  }
  
  .icon_plus:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
  }
  
  .icon_plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg)
  }
  
  @media screen and (min-width:768px) {
    .icon_plus {
      margin: 0 25px 0 15px
    }
  }
  
  .icon_img {
    width: 16px;
    height: 16px;
    background: url(/assets/img/support/contact/file_update_img.svg) no-repeat 0 0;
    background-size: 16px;
    margin: 0 15px
  }
  
  @media screen and (min-width:768px) {
    .icon_img {
      margin: 0 25px 0 15px
    }
  }
  
  .form_block .form_sectionTitle {
    font-size: 18px;
    border-bottom: 2px solid #000;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 30px
  }
  
  @media screen and (min-width:1024px) {
    .form_block .form_sectionTitle {
      font-size: 21px;
      margin-bottom: 30px
    }
  }
  
  .form_block .form_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  
  .form_block .form_category_title {
    font-size: 14px;
    color: #5a5a5a;
    margin-bottom: 24px
  }
  
  @media screen and (min-width:1024px) {
    .form_block .form_category_title {
      margin-bottom: 24px
    }
  }
  
  .form_block .form_radiobox_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    color: #5a5a5a
  }
  
  .form_block .form_radiobox_wrap .form_error {
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    color: #d30000;
    display: block;
    position: static;
    margin-top: 10px
  }
  
  .form_block .form_radiobox_wrap.p_block .form_radiobox_title {
    margin-top: 0
  }
  
  .form_block .form_radiobox_wrap.p_block .o-radiobox_wrap {
    width: 100%
  }
  
  .form_block .form_radiobox_wrap.p_block .o-radiobox_wrap+.o-radiobox_wrap {
    margin-top: 20px
  }
  
  .form_block .form_radiobox_wrap+.o-textarea {
    margin-top: 57px
  }
  
  .form_block .form_radiobox_wrap .form_radiobox_title {
    width: 100%;
    margin-bottom: 8px
  }
  
  .form_block .form_radiobox_wrap .form_radiobox_title span {
    font-size: 10px;
    color: #d30000
  }
  
  .form_block .form_radiobox_wrap .o-radiobox_wrap {
    margin: 0 35px 0 0
  }
  
  .form_block .form_radiobox_wrap .o-radiobox_wrap .o-radiobox_parts {
    padding-left: 25px
  }
  
  .form_block .form_wrap_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  
  .form_block .form_wrap_outer.delivery {
    margin-bottom: 40px
  }
  
  .form_block .form_wrap_outer+.form_category_title {
    margin-top: 57px;
    margin-bottom: 27px
  }
  
  .form_block .form_wrap_outer.is-hide-type1,
  .form_block .form_wrap_outer.is-hide-type2 {
    display: none
  }
  
  .form_block .form_file {
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 14px
  }
  
  .form_block .form_file .title {
    color: #a3a3a3;
    margin-bottom: 10px
  }
  
  .form_block .form_file .file_upload {
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    border: 1px solid #d6d6d6;
    color: #696969;
    position: relative
  }
  
  .form_block .form_file .file_upload+.file_upload {
    margin-top: 7px
  }
  
  .form_block .form_file .file_upload input {
    display: none
  }
  
  .form_block .form_file .file_upload span.p_add {
    visibility: visible
  }
  
  .form_block .form_file .file_upload:hover {
    border: 1px solid #000;
    color: #000
  }
  
  .form_block .form_file .file_upload:hover .icon_plus:after,
  .form_block .form_file .file_upload:hover .icon_plus:before {
    background: #000
  }
  
  .form_block .form_file .upload_label {
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99);
    cursor: pointer;
    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;
    height: 46px;
    border: 1px solid #d6d6d6;
    color: #696969;
    position: relative
  }
  
  .form_block .form_file .upload_label input {
    display: none
  }
  
  .form_block .form_file .upload_label:hover {
    border: 1px solid #000;
    color: #000
  }
  
  .form_block .form_file .upload_label:hover .icon_plus:after,
  .form_block .form_file .upload_label:hover .icon_plus:before {
    background: #000
  }
  
  @media screen and (min-width:768px) {
    .form_block .form_file .upload_label {
      text-align: center;
      display: block;
      line-height: 46px
    }
  
    .form_block .form_file .upload_label .icon_img,
    .form_block .form_file .upload_label .icon_plus {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 13px
    }
  
    .form_block .form_file .upload_label .icon_img {
      left: 10px
    }
  }
  
  .form_block .form_file .upload_label+.upload_label {
    margin-top: 7px
  }
  
  .form_block .form_file .upload_label.p_onfile {
    border: 1px solid #000;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  
  @media screen and (min-width:768px) {
    .form_block .form_file .upload_label.p_onfile {
      text-align: center;
      display: block;
      line-height: 35px
    }
  }
  
  @media screen and (min-width:768px) {
    .form_block .form_file {
      margin-top: 15px;
      margin-bottom: 95px;
      width: 243px
    }
  
    .form_block .form_file .title {
      margin-bottom: 7px
    }
  
    .form_block .form_file .btn {
      height: 35px
    }
  }
  
  .form_block .form_btn {
    cursor: pointer;
    border: 1px solid #000;
    background-color: #000;
    width: 142px;
    height: 41px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 25px auto 80px;
    position: relative;
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99)
  }
  
  @media screen and (min-width:768px) {
    .form_block .form_btn {
      margin: 55px auto 80px
    }
  }
  
  .form_block .form_btn:before {
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99);
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  
  .form_block .form_btn:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000
  }
  
  .form_block .form_btn:hover:before {
    right: 25px;
    border-top: 1px solid #000;
    border-right: 1px solid #000
  }
  
  @media screen and (min-width:1024px) {
    .form_block .form_btn {
      margin: 17px auto 110px
    }
  }
  
  .form_agree_block {
    font-size: 14px
  }
  
  .form_agree_block .text {
    color: #afafaf;
    width: 100%;
    margin: 0 auto
  }
  
  .form_agree_block .text a {
    margin-top: 27px
  }
  
  .form_agree_block .text a:focus {
    text-decoration: none
  }
  
  .form_agree_block .text label {
    margin-top: 13px;
    margin-bottom: 27px
  }
  
  @media screen and (min-width:768px) {
    .form_agree_block .text {
      width: 480px
    }
  }
  
  @media screen and (min-width:1024px) {
    .form_agree_block .text {
      width: 470px;
      margin: 0 auto
    }
  }
  
  .form_agree_block .text a {
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99);
    color: #000
  }
  
  .form_agree_block .text a:hover {
    text-decoration: none
  }
  
  .form_agree_block .confirm_btn {
    margin: 20px auto 34px;
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99);
    cursor: pointer;
    width: 142px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #000;
    background-color: #000;
    color: #fff
  }
  
  .form_agree_block .confirm_btn.is-disable {
    border: 1px solid #c8c8c8;
    background-color: #c8c8c8;
    color: #939393;
    cursor: default
  }
  
  .form_agree_block .confirm_btn.is-disable:hover {
    background-color: #c8c8c8;
    color: #939393
  }
  
  .form_agree_block .confirm_btn:hover {
    background-color: #fff;
    color: #000
  }
  
  .form_agree_block .wrap {
    margin-top: 20px;
    margin-bottom: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  
  .form_agree_block .wrap.p_centar .btn:first-child {
    margin-right: 0
  }
  
  .form_agree_block .wrap .btn {
    text-decoration: none !important;
    cursor: pointer;
    width: 142px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    position: relative
  }
  
  .form_agree_block .wrap .btn,
  .form_agree_block .wrap .btn:before {
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99)
  }
  
  .form_agree_block .wrap .btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
  }
  
  .form_agree_block .wrap .btn:focus,
  .form_agree_block .wrap .btn:hover {
    color: #000;
    text-decoration: underline
  }
  
  .form_agree_block .wrap .btn:first-child {
    border: 1px solid #000;
    margin-right: 10px;
    color: #000
  }
  
  @media screen and (min-width:768px) {
    .form_agree_block .wrap .btn:first-child {
      margin-right: 63px
    }
  }
  
  .form_agree_block .wrap .btn:first-child:before {
    left: 22px;
    right: auto
  }
  
  .form_agree_block .wrap .btn:first-child:focus,
  .form_agree_block .wrap .btn:first-child:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
  }
  
  .form_agree_block .wrap .btn:first-child:focus:before,
  .form_agree_block .wrap .btn:first-child:hover:before {
    left: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
  }
  
  .form_agree_block .wrap .btn:last-child {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
  }
  
  .form_agree_block .wrap .btn:last-child:before {
    left: auto;
    right: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
  }
  
  .form_agree_block .wrap .btn:last-child.is-disable {
    border: 1px solid #c8c8c8;
    background-color: #c8c8c8;
    color: #939393;
    cursor: default
  }
  
  .form_agree_block .wrap .btn:last-child.is-disable:before {
    border-top: 1px solid #939393;
    border-right: 1px solid #939393
  }
  
  .form_agree_block .wrap .btn:last-child.is-disable:focus,
  .form_agree_block .wrap .btn:last-child.is-disable:hover {
    text-decoration: none;
    background-color: #c8c8c8;
    color: #939393
  }
  
  .form_agree_block .wrap .btn:last-child.is-disable:focus:before,
  .form_agree_block .wrap .btn:last-child.is-disable:hover:before {
    right: 22px;
    border-top: 1px solid #939393;
    border-right: 1px solid #939393
  }
  
  .form_agree_block .wrap .btn:last-child:focus,
  .form_agree_block .wrap .btn:last-child:hover {
    background-color: #fff;
    color: #000
  }
  
  .form_agree_block .wrap .btn:last-child:focus:before,
  .form_agree_block .wrap .btn:last-child:hover:before {
    left: auto;
    right: 22px;
    border-top: 1px solid #000;
    border-right: 1px solid #000
  }
  
  .form_agree_block .prev_btn_wrap {
    text-align: center
  }
  
  .form_agree_block .prev_btn_wrap a.prev_btn {
    position: relative;
    padding-left: 32px;
    text-align: center;
    color: #707070;
    cursor: pointer
  }
  
  .form_agree_block .prev_btn_wrap a.prev_btn,
  .form_agree_block .prev_btn_wrap a.prev_btn:before {
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99)
  }
  
  .form_agree_block .prev_btn_wrap a.prev_btn:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
  }
  
  .form_agree_block .prev_btn_wrap a.prev_btn:hover {
    color: #000;
    text-decoration: underline
  }
  
  .form_agree_block .prev_btn_wrap a.prev_btn:hover:before {
    left: -4px
  }
  
  .form_terms_block {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 324px;
    padding: 30px 15px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 auto 15px
  }
  
  .form_terms_block .form_terms_title {
    margin-bottom: 24px;
    font-size: 18px
  }
  
  .form_terms_block .form_terms_text {
    line-height: 1.75;
    font-size: 14px
  }
  
  @media screen and (min-width:768px) {
    .form_terms_block {
      width: 891px;
      height: 450px;
      padding: 30px 60px;
      margin-bottom: 32px
    }
  }
  
  .o-checkbox_wrap {
    display: block;
    width: 100%;
    margin: auto;
    cursor: pointer
  }
  
  @media screen and (min-width:1024px) {
    .o-checkbox_wrap {
      width: 800px
    }
  }
  
  .o-checkbox_wrap .o-checkbox_input {
    opacity: 0;
    position: absolute
  }
  
  .o-checkbox_wrap .o-checkbox_input:hover+.o-checkbox_parts:before {
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    background-color: #ccc;
    border: 1px solid #ccc
  }
  
  .o-checkbox_wrap .o-checkbox_input:hover+.o-checkbox_parts:after {
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff
  }
  
  .o-checkbox_wrap .o-checkbox_input:checked+.o-checkbox_parts:before {
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    background-color: #000;
    border: 1px solid #000
  }
  
  .o-checkbox_wrap .o-checkbox_input:checked+.o-checkbox_parts {
    color: #000
  }
  
  .o-checkbox_wrap .o-checkbox_input:checked+.o-checkbox_parts:after {
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff
  }
  
  .o-checkbox_wrap .o-checkbox_input:focus+.o-checkbox_parts:before {
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    border: 1px solid #000;
    -webkit-box-shadow: 0 0 5px -2px #000;
    box-shadow: 0 0 5px -2px #000
  }
  
  .o-checkbox_wrap .o-checkbox_parts {
    font-size: 15px;
    position: relative;
    padding-left: 26px;
    line-height: 1.5
  }
  
  @media screen and (min-width:1024px) {
    .o-checkbox_wrap .o-checkbox_parts {
      line-height: 18px
    }
  }
  
  .o-checkbox_wrap .o-checkbox_parts:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 2px
  }
  
  .o-radiobox_wrap {
    display: block;
    width: 100%;
    width: auto;
    margin: auto;
    cursor: pointer
  }
  
  @media screen and (min-width:1024px) {
    .o-radiobox_wrap {
      width: auto
    }
  }
  
  .o-radiobox_wrap .o-radiobox_input {
    display: none
  }
  
  .o-radiobox_wrap .o-radiobox_input:hover+.o-radiobox_parts:before {
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    background-color: #ccc;
    border: 1px solid #ccc
  }
  
  .o-radiobox_wrap .o-radiobox_input:hover+.o-radiobox_parts:after {
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    background-color: #fff;
    border-radius: 50%
  }
  
  .o-radiobox_wrap .o-radiobox_input:checked+.o-radiobox_parts:before {
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50%
  }
  
  .o-radiobox_wrap .o-radiobox_input:checked+.o-radiobox_parts:after {
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    background-color: #fff;
    border-radius: 50%
  }
  
  .o-radiobox_wrap .o-radiobox_parts {
    font-size: 15px;
    position: relative;
    padding-left: 26px;
    line-height: 1.5
  }
  
  @media screen and (min-width:1024px) {
    .o-radiobox_wrap .o-radiobox_parts {
      line-height: 18px
    }
  }
  
  .o-radiobox_wrap .o-radiobox_parts:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 2px;
    border-radius: 50%
  }
  
  .disp_wrap_block {
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    display: none
  }
  
  .disp_wrap_block.is-active {
    display: block
  }
  
  .headNews {
    display: none
  }
  
  .container_confirm {
    margin: 45px 25px;
    overflow: hidden;
    padding-top: 45px
  }
  
  @media screen and (min-width:768px) {
    .container_confirm {
      width: 478px;
      margin-left: auto;
      margin-right: auto
    }
  }
  
  .container_confirm .read_block h2 {
    text-align: center;
    margin-bottom: 40px
  }
  
  @media screen and (min-width:768px) {
    .container_confirm .read_block h2 {
      margin-bottom: 60px
    }
  }
  
  @media screen and (min-width:1024px) {
    .container_confirm .read_block h2 {
      margin-bottom: 80px
    }
  }
  
  .container_confirm .read_block .confirm_title {
    margin: 40px auto 32px;
    text-align: center
  }
  
  .container_confirm .read_block .form_sectionTitle {
    font-size: 18px;
    border-bottom: 2px solid #000;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 35px
  }
  
  @media screen and (min-width:1024px) {
    .container_confirm .read_block .form_sectionTitle {
      font-size: 21px;
      margin-bottom: 20px
    }
  }
  
  .container_confirm .read_block .confirm_wrap+.form_sectionTitle {
    margin-top: 80px
  }
  
  .container_confirm .read_block .confirm_wrap .confirm_inner {
    font-size: 14px;
    width: 100%
  }
  
  .container_confirm .read_block .confirm_wrap .confirm_inner+.confirm_inner {
    padding-top: 20px;
    border-top: 1px solid #d6d6d6
  }
  
  .container_confirm .read_block .confirm_wrap .confirm_inner+.confirm_inner.p_half {
    border-top: none;
    padding-top: 0
  }
  
  .container_confirm .read_block .confirm_wrap .confirm_inner+.confirm_inner.p_half .title {
    display: none
  }
  
  @media screen and (min-width:768px) {
    .container_confirm .read_block .confirm_wrap .confirm_inner+.confirm_inner.p_half {
      height: auto
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner+.confirm_inner.p_half .title {
      display: block;
      visibility: hidden
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner+.confirm_inner.p_half .value {
      border-top: 1px solid #d6d6d6;
      width: 228px;
      padding: 10px 0
    }
  }
  
  .container_confirm .read_block .confirm_wrap .confirm_inner:last-child {
    border-bottom: 1px solid #d6d6d6
  }
  
  .container_confirm .read_block .confirm_wrap .confirm_inner .title {
    color: #a3a3a3;
    margin-bottom: 9px
  }
  
  .container_confirm .read_block .confirm_wrap .confirm_inner .value {
    padding-bottom: 17px;
    word-break: break-all
  }
  
  .container_confirm .read_block .confirm_wrap .confirm_inner.p_file+.p_file {
    border-top: none;
    padding-top: 0
  }
  
  .container_confirm .read_block .confirm_wrap .confirm_inner.p_file+.p_file .title {
    display: none
  }
  
  .container_confirm .read_block .confirm_wrap .confirm_inner.p_file+.p_file .value {
    width: 100%
  }
  
  .container_confirm .read_block .confirm_wrap .confirm_inner.p_file:first-child .title {
    display: block
  }
  
  .container_confirm .read_block .confirm_wrap .confirm_inner.p_file:first-child .title,
  .container_confirm .read_block .confirm_wrap .confirm_inner.p_file:first-child .value {
    width: calc(50% - 14px)
  }
  
  @media screen and (min-width:768px) {
    .container_confirm .read_block .confirm_wrap .confirm_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
/*      height: 58px*/
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner+.confirm_inner {
      border-top: 1px solid #d6d6d6
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner:last-child {
      border-bottom: 1px solid #d6d6d6
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner.p_file+.p_file {
      border-top: none
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner.p_file+.p_file .title {
      display: none
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner.p_file+.p_file .value {
      width: 100%;
      text-align: right
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner.p_file:first-child .title {
      display: block
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner.p_file:first-child .title,
    .container_confirm .read_block .confirm_wrap .confirm_inner.p_file:first-child .value {
      width: calc(50% - 14px)
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner.p_full {
      height: auto;
      padding: 20px 0 10px
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner.p_full .confirm_inner {
      height: auto
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner.p_full .title,
    .container_confirm .read_block .confirm_wrap .confirm_inner.p_full .value {
      width: calc(50% - 14px)
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner.p_full .value {
      text-align: right
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner.p_block {
      display: block;
      height: auto
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner.p_block .value {
      margin-top: 16px;
      margin-bottom: 16px
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner+.confirm_inner {
      margin-top: 0
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner .title {
      margin: 0
    }
  
    .container_confirm .read_block .confirm_wrap .confirm_inner .value {
      line-height: 1.5625;
      font-size: 16px;
      border-bottom: none;
      padding: 0
    }
  }
  
  .container_confirm .btn_block {
    margin-top: 20px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  
  @media screen and (min-width:768px) {
    .container_confirm .btn_block {
      margin-bottom: 55px
    }
  }
  
  .container_confirm .btn_block .btn {
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99);
    cursor: pointer;
    width: 142px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 12px;
    font-weight: 700
  }
  
  .container_confirm .btn_block .btn:first-child {
    border: 1px solid #000;
    margin-right: 10px;
    position: relative
  }
  
  @media screen and (min-width:768px) {
    .container_confirm .btn_block .btn:first-child {
      margin-right: 63px
    }
  }
  
  .container_confirm .btn_block .btn:first-child:before {
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99);
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
  }
  
  .container_confirm .btn_block .btn:first-child:focus,
  .container_confirm .btn_block .btn:first-child:hover {
    text-decoration: underline
  }
  
  .container_confirm .btn_block .btn:first-child:focus:before,
  .container_confirm .btn_block .btn:first-child:hover:before {
    left: 23px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
  }
  
  .container_confirm .btn_block .btn:first-child:focus,
  .container_confirm .btn_block .btn:first-child:hover,
  .container_confirm .btn_block .btn:last-child {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
  }
  
  .container_confirm .btn_block .btn:last-child.is-disable {
    border: 1px solid #c8c8c8;
    background-color: #c8c8c8;
    color: #939393;
    cursor: default
  }
  
  .container_confirm .btn_block .btn:last-child.is-disable:focus,
  .container_confirm .btn_block .btn:last-child.is-disable:hover {
    background-color: #c8c8c8;
    color: #939393
  }
  
  .container_confirm .btn_block .btn:last-child:focus,
  .container_confirm .btn_block .btn:last-child:hover {
    background-color: #fff;
    color: #000
  }
  
  .container_result {
    margin: 45px 25px 100px
  }
  
  @media screen and (min-width:768px) {
    .container_result {
      width: 554px;
      margin: 45px auto 80px
    }
  }
  
  .container_result .read_block {
    margin-bottom: 40px
  }
  
  .container_result h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.75;
    margin: 40px auto 32px
  }
  
  @media screen and (min-width:768px) {
    .container_result h2 {
      line-height: 1.5;
      margin: 80px auto 32px
    }
  }
  
  .container_result .text_block {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.75
  }
  
  @media screen and (min-width:768px) {
    .container_result .text_block {
      text-align: center;
      font-size: 16px
    }
  }
  
  .container_result .text_block span {
    word-wrap: break-word
  }
  
  .container_result .info_block {
    color: #5a5a5a;
    border: 1px solid #707070;
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    padding: 20px 16px;
    margin-top: 60px
  }
  
  @media screen and (min-width:768px) {
    .container_result .info_block {
      margin-top: 35px
    }
  }
  
  .container_result .info_block span {
    display: block;
    margin-top: 15px;
    font-weight: 700
  }
  
  .container_result .info_block span a {
    color: #000;
    text-decoration: underline
  }
  
  .container_result .info_block span a:hover {
    text-decoration: none
  }
  
  .container_result .prev_btn_wrap {
    text-align: center
  }
  
  .container_result .prev_btn_wrap a.prev_btn {
    font-size: 14px;
    position: relative;
    padding-left: 32px;
    text-align: center;
    color: #707070;
    cursor: pointer
  }
  
  .container_result .prev_btn_wrap a.prev_btn,
  .container_result .prev_btn_wrap a.prev_btn:before {
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99)
  }
  
  .container_result .prev_btn_wrap a.prev_btn:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
  }
  
  .container_result .prev_btn_wrap a.prev_btn:hover {
    color: #000;
    text-decoration: underline
  }
  
  .container_result .prev_btn_wrap a.prev_btn:hover:before {
    left: -4px
  }
  
  .container_confirm,
  .container_result {
    display: none
  }
  
  .container_result.p_result {
    display: block
  }
  
  .disp_wrap_block.section2 .item_block_wrap {
    display: none
  }
  
  @media screen and (min-width:768px) {
    .disp_wrap_block.section2 .item_block_wrap .form_file {
      margin: -25px 0 45px
    }
  }
  
  .tooltips {
    background: url(/assets/img/support/contact/icon_tooltips.svg) no-repeat 0 0;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    position: relative
  }
  
  .tooltips:hover .tooltipsWrap {
    display: block
  }
  
  .tooltipsWrap {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .16);
    display: none;
    background-color: #fff;
    border-radius: 9px;
    width: 80vw;
    left: -235px;
    height: auto;
    padding: 24px 12px;
    position: absolute;
    bottom: 24px;
    z-index: 11
  }

  @media screen and (min-width:768px) {
    .tooltipsWrap {
      width: 422px;
      left: -205px
    }
  }
  @media screen and (max-width:767px) {
    .tooltipsWrap.contract {
      position: fixed;
      left: 10vw;
      top: 50%;
      margin-left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      height: fit-content;
    }
  }
  
  .tooltipsWrap:before {
    background: url(/assets/img/support/contact/icon_arrow.svg) no-repeat 0 0;
    background-size: 14px;
    display: block;
    content: "";
    position: absolute;
    z-index: 11;
    width: 14px;
    height: 14px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -13px
  }
  
  .tooltipsWrap p {
    color: #000;
    font-size: 15px;
    text-align: center
  }
  
  .tooltipsWrap p+p {
    text-align: left;
    font-size: 13px;
    line-height: 1.7
  }
  
  @media screen and (min-width:768px) {
    .tooltipsWrap p p {
      font-size: 16px
    }
  
    .tooltipsWrap p p+p {
      font-size: 14px
    }
  }
  
  .form_error_wrap {
    margin-left: 45px;
    width: calc(100% - 45px)
  }
  
  .down_btn,
  .up_btn {
    background-color: #efefef;
    border-radius: 21px;
    width: 246px;
    height: 41px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: .4s cubic-bezier(.17, .84, .48, .99);
    transition: .4s cubic-bezier(.17, .84, .48, .99)
  }
  
  .down_btn:hover,
  .up_btn:hover {
    background-color: #000;
    color: #efefef
  }
  
  @media screen and (min-width:768px) {
  
    .down_btn,
    .up_btn {
      margin: 0
    }
  }
  
  .p_mb50 {
    margin-bottom: 57px
  }
  
  .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
  }
  
  @media screen and (min-width:768px) {
    .products {
      margin-top: 37px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      gap: 30px
    }
  }
  
  .product_item {
    display: block;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 34px
  }
  
  @media screen and (min-width:768px) {
    .product_item {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1
    }
  }
  
  .product_item img {
    height: 50px;
    width: auto;
    margin-right: 15px
  }
  
  .product_item_name {
    margin-bottom: 5px
  }
  
  .product_item_txt {
    margin-bottom: 0
  }


  .read_block.p_business .read_text span a.normalLink{
    display: inline;
    margin: 0;
    text-decoration: underline;
  }
  .read_block.p_business .read_text span a.normalLink:after{
    content:none;
  }




.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4);
  z-index: 9999
}

.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 853px;
  background-color: #fff;
  border-radius: 10px;
  padding: 55px 105px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #5a5a5a;
  max-height: 80%;
  overflow-x: auto
}

@media screen and (max-width:767px) {
  .modal .modal-content {
    min-height: 70%;
    width: 90%;
    padding: 55px 35px;
    font-size: 14px!important
  }
  .modal .modal-content .modal-title {
    font-size: 18px!important
  }
}

.modal .modal-content .modal-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.modal .modal-content .modal-image img {
  display: block;
  padding-top: 20px
}

.modal .modal-content p {
  margin-top: 20px
}

.modal .modal-content .modal-title{
  line-height: 33.6px;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
  margin-top: 60px
}
@media screen and (min-width:768px) {
  .modal .modal-content .modal-title {
    line-height: 36px;
  }
}
.modal .modal-content .modal-title:first-of-type {
  margin-top: 0
}

.modal .modal-content .close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  padding: 10px
}

.modal .modal-content .close:focus, .modal .modal-content .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}

.modal .modal-content a {
  color: #000;
  text-decoration: underline
}

.modal .modal-content a:hover {
  text-decoration: none
}



.modal ul.dealerList{
  width: calc(100% - 44px);
  max-width: 374px;
  margin: 0 auto;
  padding: 17px 15px 33px;
  color: #454545;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.modal ul.dealerList li{
  font-size: 14px;
  border-top: 1px solid #d9d9d9;
  padding: 21px 15px;
}
@media screen and (min-width:768px) {
  .modal ul.dealerList li{
    padding: 21px 0;
    font-size: 16px;
  }
}
.modal ul.dealerList li:nth-last-of-type(1){
  border-bottom: 1px solid #d9d9d9;
}


.modal ul.dealerList li p{
  text-align: left;
  margin: 0;
  font-size: 16px;
  line-height: normal;
}

.modal ul.dealerList li a{
  text-align: left;
  margin: 0;
  font-size: 14px;
  margin-top: 10px;
  color: #004BB1;
  display: inline-block;
}

.modal ul.dealerList li p.country{
  color:#000000;
}


.modal ul.dealerList li .company{
  margin-top: 16px;
}


@media screen and (min-width:768px) {
  br.br-sp{
    display: none;
  }
}