/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@media print, screen and (min-width: 768px) {
  .u-contact-link .link-list {
    margin: 0 -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  .u-contact-link .link-list {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 768px) {
  .u-contact-link .link-list .list-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media print {
  .u-contact-link .link-list .list-item {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.u-contact-link .link-list .list-item + .list-item {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .u-contact-link .link-list .list-item + .list-item {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .u-contact-link .link-list .list-item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.u-contact-btn {
  position: relative;
  display: block;
  padding: 18px 60px 18px 60px;
  background-color: #fff;
  border: solid 1px #0E77BA;
  border-radius: 10px;
  text-align: left;
  text-align: center;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  color: #030000;
  transition: color 0.25s ease-out 0s;
}

body:not(.is-ie) .u-contact-btn {
  font-family: 'Kosugi', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .u-contact-btn {
    padding: 29px 160px 29px 160px;
    border-radius: 20px;
    font-size: 2.0rem;
  }
}

.u-contact-btn:link, .u-contact-btn:visited {
  color: #030000;
}

.u-contact-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 24px;
  height: 24px;
  background: url(../../svg/i_arrow.svg);
  background-size: 100% auto;
  transition: background 0.25s ease-out 0s;
}

@media print, screen and (min-width: 768px) {
  .u-contact-btn:after {
    right: 50px;
  }
}

.u-contact-btn.btn-form {
  background: #fff url(../../svg/i_contact_form.svg) 20px center;
  background-size: 40px auto;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .u-contact-btn.btn-form {
    background: #fff url(../../svg/i_contact_form.svg) 100px center;
    background-size: 60px auto;
    background-repeat: no-repeat;
  }
}

.u-contact-btn.btn-catalog {
  background: #fff url(../../svg/i_contact_catalog.svg) 20px center;
  background-size: 40px auto;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .u-contact-btn.btn-catalog {
    background: #fff url(../../svg/i_contact_catalog.svg) 100px center;
    background-size: 60px auto;
    background-repeat: no-repeat;
  }
}

[data-whatinput="keyboard"] .u-contact-btn:focus {
  text-decoration: none;
  color: #0E77BA;
}

[data-whatinput="keyboard"] .u-contact-btn:focus:link, [data-whatinput="keyboard"] .u-contact-btn:focus:visited {
  color: #0E77BA;
}

[data-whatinput="keyboard"] .u-contact-btn:focus:after {
  background: url(../../svg/i_arrow.svg?c=0E77BA);
  background-size: 100% auto;
}

@media print, screen and (min-width: 1025px) {
  .u-contact-btn:hover {
    text-decoration: none;
    color: #0E77BA;
  }
  .u-contact-btn:hover:link, .u-contact-btn:hover:visited {
    color: #0E77BA;
  }
  .u-contact-btn:hover:after {
    background: url(../../svg/i_arrow.svg?c=0E77BA);
    background-size: 100% auto;
  }
}

.agency .u-contact-btn {
  border-radius: 0;
}

.u-contact-tel {
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
  padding: 32px 20px;
  background: #F5F6F8;
  border-radius: 20px;
  box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .u-contact-tel {
    margin-left: 0;
    margin-right: 0;
    border-radius: 40px;
    padding: 40px 100px 40px;
  }
}

.u-contact-tel .tel-ttl {
  color: #030000;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 10px;
}

body:not(.is-ie) .u-contact-tel .tel-ttl {
  font-family: 'Kosugi', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .u-contact-tel .tel-ttl {
    font-size: 2.0rem;
    margin-bottom: 16px;
    width: 650px;
    margin: 0 auto;
  }
}

.u-contact-tel .tel-num {
  color: #0E77BA;
}

body:not(.is-ie) .u-contact-tel .tel-num {
  font-family: 'Kosugi', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .u-contact-tel .tel-num {
    width: 650px;
    margin: 16px auto 0;
  }
}

.u-contact-tel .tel-num span.num-txt {
  display: block;
  margin-top: 16px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .u-contact-tel .tel-num span.num-txt {
    display: inline-block;
    margin: 0;
    font-size: 3.2rem;
  }
}

.u-contact-tel .tel-num span.num-desc {
  display: block;
  margin-top: -7px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .u-contact-tel .tel-num span.num-desc {
    display: inline-block;
    margin-top: 0;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .u-contact-tel .tel-num span.num-desc + a {
    display: block;
    margin-top: -8px;
  }
}

.u-contact-tel .tel-num span.num-desc + a > span.num-txt {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .u-contact-tel .tel-num span.num-desc + span.num-txt {
    margin-left: 20px;
  }
}

.u-contact-tel .tel-num > *:first-child {
  margin-top: 0 !important;
}

.u-contact-tel .tel-desc {
  line-height: 2;
  margin: 11px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .u-contact-tel .tel-desc {
    font-size: 1.6rem;
    width: 650px;
    margin: 0 auto;
  }
}

.u-contact-tel .tel-att {
  background-color: #fff;
  padding: 16px 20px;
  margin: 18px 0 0;
  border-radius: 10px;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .u-contact-tel .tel-att {
    padding: 24px 120px;
    margin: 22px auto;
  }
}

.u-contact-tel .tel-att > *:first-child {
  margin-top: 0 !important;
}

.u-contact-tel .tel-att > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .u-contact-tel .tel-att > .image-position-left:first-child + *,
  .u-contact-tel .tel-att > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-contact-tel .tel-att > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-contact-tel .tel-att > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-contact-tel .tel-att > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-contact-tel .tel-att > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-contact-tel .tel-att > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-contact-tel .tel-att > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-contact-tel .tel-att > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-contact-tel .tel-att > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-contact-tel .tel-att > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-contact-tel .tel-att > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-contact-tel .tel-att > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-contact-tel .tel-att > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-contact-tel .tel-att > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-contact-tel .tel-att > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-contact-tel .tel-att > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-contact-tel .tel-att > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.u-contact-tel .tel-att .m-list-asterisk > li {
  margin-top: 5px;
}

.u-contact-tel .tel-att .m-txt-p + .m-list-asterisk {
  margin-top: 0;
}

.u-contact-tel + .u-contact-tel {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .u-contact-tel + .u-contact-tel {
    margin-top: 60px;
  }
}

.agency .u-contact-tel {
  border-radius: 0;
}

.agency .u-contact-tel .tel-att {
  border-radius: 0;
}

button[type="submit"] {
  display: block;
  padding: 0;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
  -webkit-appearance: none;
          appearance: none;
  outline: none;
}

@media screen and (max-width: 767px) {
  button[type="submit"] {
    width: 100%;
    margin-top: 50px;
  }
}

button[type="submit"] > span {
  width: 460px;
}

@media screen and (max-width: 767px) {
  button[type="submit"] > span {
    width: 100%;
  }
}

button[type="submit"].m-btn-simple {
  position: relative;
  display: block;
  padding: 18px 50px 18px 50px;
  background-color: #fff;
  text-align: center;
  line-height: 2;
  color: #030000;
  border: solid 1px #0E77BA;
}

body:not(.is-ie) button[type="submit"].m-btn-simple {
  font-family: 'Kosugi', sans-serif;
}

@media print, screen and (min-width: 768px) {
  button[type="submit"].m-btn-simple {
    min-width: 300px;
  }
}

button[type="submit"].m-btn-simple:link, button[type="submit"].m-btn-simple:visited {
  color: #030000;
}

button[type="submit"].m-btn-simple > span {
  transition: color 0.25s ease-out 0s;
}

button[type="submit"].m-btn-simple:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(../../svg/i_arrow.svg);
  background-size: 100% auto;
  transition: background 0.25s ease-out 0s;
}

[data-whatinput="keyboard"] button[type="submit"].m-btn-simple:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] button[type="submit"].m-btn-simple:focus > span {
  color: #0E77BA;
}

[data-whatinput="keyboard"] button[type="submit"].m-btn-simple:focus:after {
  background: url(../../svg/i_arrow.svg?c=0E77BA);
  background-size: 100% auto;
}

@media print, screen and (min-width: 1025px) {
  button[type="submit"].m-btn-simple:hover {
    text-decoration: none;
  }
  button[type="submit"].m-btn-simple:hover > span {
    color: #0E77BA;
  }
  button[type="submit"].m-btn-simple:hover:after {
    background: url(../../svg/i_arrow.svg?c=0E77BA);
    background-size: 100% auto;
  }
}

.consumer button[type="submit"].m-btn-simple {
  border-radius: 10px;
}

.m-btn-simple {
  position: relative;
  display: block;
  padding: 18px 50px 18px 50px;
  background-color: #fff;
  text-align: center;
  line-height: 2;
  color: #030000;
  border: solid 1px #0E77BA;
}

body:not(.is-ie) .m-btn-simple {
  font-family: 'Kosugi', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple {
    text-align: center;
    min-width: 300px;
  }
}

.m-btn-simple:link, .m-btn-simple:visited {
  color: #030000;
}

.m-btn-simple > span {
  transition: color 0.25s ease-out 0s;
}

.m-btn-simple:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(../../svg/i_arrow.svg);
  background-size: 100% auto;
  transition: background 0.25s ease-out 0s;
}

[data-whatinput="keyboard"] .m-btn-simple:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-btn-simple:focus > span {
  color: #0E77BA;
}

[data-whatinput="keyboard"] .m-btn-simple:focus:after {
  background: url(../../svg/i_arrow.svg?c=0E77BA);
  background-size: 100% auto;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-simple:hover {
    text-decoration: none;
  }
  .m-btn-simple:hover > span {
    color: #0E77BA;
  }
  .m-btn-simple:hover:after {
    background: url(../../svg/i_arrow.svg?c=0E77BA);
    background-size: 100% auto;
  }
}

.consumer .m-btn-simple {
  border-radius: 10px;
}

.m-form .m-btn-simple {
  position: relative;
  display: block;
  padding: 18px 50px 18px 50px;
  background-color: #fff;
  text-align: left;
  line-height: 2;
  color: #030000;
  border: solid 1px #0E77BA;
  text-align: center;
}

body:not(.is-ie) .m-form .m-btn-simple {
  font-family: 'Kosugi', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .m-form .m-btn-simple {
    text-align: center;
    min-width: 300px;
  }
}

.m-form .m-btn-simple:link, .m-form .m-btn-simple:visited {
  color: #030000;
}

.m-form .m-btn-simple > span {
  transition: color 0.25s ease-out 0s;
}

.m-form .m-btn-simple:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(../../svg/i_arrow.svg);
  background-size: 100% auto;
  transition: background 0.25s ease-out 0s;
}

[data-whatinput="keyboard"] .m-form .m-btn-simple:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-form .m-btn-simple:focus > span {
  color: #0E77BA;
}

[data-whatinput="keyboard"] .m-form .m-btn-simple:focus:after {
  background: url(../../svg/i_arrow.svg?c=0E77BA);
  background-size: 100% auto;
}

@media print, screen and (min-width: 1025px) {
  .m-form .m-btn-simple:hover {
    text-decoration: none;
  }
  .m-form .m-btn-simple:hover > span {
    color: #0E77BA;
  }
  .m-form .m-btn-simple:hover:after {
    background: url(../../svg/i_arrow.svg?c=0E77BA);
    background-size: 100% auto;
  }
}

.consumer .m-form .m-btn-simple {
  border-radius: 10px;
}

.u-status {
  margin-top: 100px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .u-status {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.u-status .status-position .position-inner {
  max-width: 316px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .u-status .status-position .position-inner {
    max-width: none;
    width: 800px;
  }
}

.u-status .status-position .position-inner .position-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-status .status-position .position-inner .position-list .list-item {
  width: 70px;
}

@media print, screen and (min-width: 768px) {
  .u-status .status-position .position-inner .position-list .list-item {
    width: 110px;
  }
}

.u-status .status-position .position-inner .position-list .list-item .item-inner .item-num {
  position: relative;
  border-radius: 50%;
  background: #A3ACB2;
  width: 70px;
  height: 70px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .u-status .status-position .position-inner .position-list .list-item .item-inner .item-num {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
}

.u-status .status-position .position-inner .position-list .list-item .item-inner .item-num:before {
  content: '';
  display: block;
  position: absolute;
  top: 34px;
  right: -28px;
  width: 18px;
  height: 1px;
  background-color: #A3ACB2;
}

@media print, screen and (min-width: 768px) {
  .u-status .status-position .position-inner .position-list .list-item .item-inner .item-num:before {
    top: 39px;
    right: -224px;
    width: 174px;
  }
}

.u-status .status-position .position-inner .position-list .list-item .item-inner .item-num:after {
  content: '';
  display: block;
  position: absolute;
  top: 32px;
  right: -28px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #A3ACB2;
}

@media print, screen and (min-width: 768px) {
  .u-status .status-position .position-inner .position-list .list-item .item-inner .item-num:after {
    top: 33px;
    right: -224px;
    width: 13px;
    height: 13px;
  }
}

.u-status .status-position .position-inner .position-list .list-item .item-inner .item-num .num-txt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 70px;
  color: #fff;
}

body:not(.is-ie) .u-status .status-position .position-inner .position-list .list-item .item-inner .item-num .num-txt {
  font-family: 'Kosugi', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .u-status .status-position .position-inner .position-list .list-item .item-inner .item-num .num-txt {
    font-size: 3.0rem;
    line-height: 80px;
  }
}

.u-status .status-position .position-inner .position-list .list-item .item-inner .item-txt {
  margin-top: 6px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.54;
  letter-spacing: .025em;
  color: #707070;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .u-status .status-position .position-inner .position-list .list-item .item-inner .item-txt {
    margin-top: 13px;
  }
}

.u-status .status-position .position-inner .position-list .list-item:last-child .item-inner .item-num:before {
  display: none;
}

.u-status .status-position .position-inner .position-list .list-item:last-child .item-inner .item-num:after {
  display: none;
}

.u-status .status-position .position-inner .position-list .list-item.item-active .item-inner .item-num {
  background: #0E77BA;
}

.u-status .status-position .position-inner .position-list .list-item.item-active .item-inner .item-num:before {
  background-color: #0E77BA;
}

.u-status .status-position .position-inner .position-list .list-item.item-active .item-inner .item-num:after {
  background-color: #0E77BA;
}

.u-status .status-position .position-inner .position-list .list-item.item-active .item-inner .item-txt {
  color: #0E77BA;
}

.u-status .status-position .position-inner .position-list .list-item.item-comp .item-inner .item-num {
  background: #F5F6F8 url(../../svg/i_check.svg) no-repeat center center;
}

.u-contact-desc {
  *zoom: 1;
}

.u-contact-desc:after {
  content: " ";
  display: table;
  clear: both;
}

.u-contact-desc .desc-img {
  display: inline-block;
  width: 165px;
  float: left;
  vertical-align: middle;
  border: 1px solid #ccc;
  transition: all .25s ease-out 0s;
}

@media screen and (max-width: 767px) {
  .u-contact-desc .desc-img {
    float: none;
    display: block;
    width: auto;
    text-align: center;
    width: auto;
  }
}

.u-contact-desc .desc-img img {
  max-width: 100%;
  height: auto;
}

[data-whatinput="keyboard"] .u-contact-desc .desc-img:focus {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media print, screen and (min-width: 1025px) {
  .u-contact-desc .desc-img:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

.u-contact-desc .desc-txt {
  float: right;
  display: inline-block;
  vertical-align: middle;
  width: 870px;
  padding-left: 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .u-contact-desc .desc-txt {
    float: none;
    width: auto;
    padding-left: 0;
    margin-top: 15px;
  }
}

.u-ttl-anketo {
  color: #030000;
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

body:not(.is-ie) .u-ttl-anketo {
  font-family: 'Kosugi', sans-serif;
}

@media screen and (max-width: 767px) {
  .u-ttl-anketo {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.u-box-consent {
  overflow-y: auto;
  height: 400px;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
}

.u-box-consent > *:first-child {
  margin-top: 0 !important;
}

.u-box-consent > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .u-box-consent > .image-position-left:first-child + *,
  .u-box-consent > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-box-consent > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-consent > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-consent > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-consent > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-consent > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-consent > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-consent > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-consent > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-consent > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-consent > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-consent > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-consent > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-consent > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-consent > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-consent > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-consent > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-box-consent {
    padding: 15px;
  }
}

.u-box-consent > ol {
  padding-left: 20px;
  margin-top: 10px;
}

.u-box-consent > ol > li {
  list-style-type: decimal;
  margin-top: 5px;
}

.u-box-consent .m-list-num {
  margin-top: 10px;
}

.u-btn-consent {
  margin-top: 15px;
}

.u-btn-consent > li {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  letter-spacing: 0.215em;
}

.u-btn-consent > li:first-child {
  margin-left: 0;
}

.u-list-formBtn {
  text-align: center;
}

.u-list-formBtn > li {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .u-list-formBtn > li {
    display: block;
  }
}

.u-list-formBtn > li:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .u-list-formBtn > li:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.u-list-formBtn > li a {
  background: #1a78b8;
}

.u-list-formBtn > li a:hover {
  background-color: #005688;
}

.form-agree-error {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  width: 600px;
  margin: 30px auto 0 auto;
  padding: 10px 15px;
  text-align: center;
  color: #D13838;
  border: 1px solid #D13838;
  background: #ffeef6;
  border-radius: 5px;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 767px) {
  .form-agree-error {
    width: auto;
    padding: 5px 15px;
    margin-top: 15px;
  }
}

.form-agree-error.is-error {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-agree-error + button[type='submit'] {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .form-agree-error + button[type='submit'] {
    margin-top: 20px;
  }
}

.u-form-box {
  background: #F5F6F8;
  margin: 0 -100px;
  padding: 60px 100px;
}

@media screen and (max-width: 767px) {
  .u-form-box {
    padding: 40px 20px;
    margin: 0 -20px;
  }
}

.consumer .u-form-box {
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .consumer .u-form-box {
    border-radius: 20px;
  }
}

.u-form-box input[type="text"], .u-form-box input[type="email"], .u-form-box input[type="number"] {
  width: 130px;
  padding: 5px;
  height: 40px;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .u-form-box input[type="text"], .u-form-box input[type="email"], .u-form-box input[type="number"] {
    width: 100%;
    height: 36px;
  }
}

.u-form-box input[type="text"].is-error, .u-form-box input[type="email"].is-error, .u-form-box input[type="number"].is-error {
  border: 1px solid #D13838;
  background: #FFEEF6;
}

.u-form-box input[type="text"].is-error-catalog, .u-form-box input[type="email"].is-error-catalog, .u-form-box input[type="number"].is-error-catalog {
  border: 1px solid #D13838;
  background: #FFEEF6;
}

.u-form-box textarea {
  width: 100%;
  border: none;
  box-sizing: border-box;
}

.u-form-box textarea.is-error {
  border: 1px solid #D13838;
  background: #FFEEF6;
}

.u-form-box input[type="email"] {
  width: 100%;
}

.u-form-box input[type="number"] {
  -moz-appearance: textfield;
}

.u-form-box input[type="number"]::-webkit-outer-spin-button,
.u-form-box input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.u-form-box .form-inline {
  font-size: 0;
}

.u-form-box .form-inline > li {
  display: inline-block;
  margin-right: 23px;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

.u-form-box .form-inline > li.list-separate {
  line-height: 40px;
  vertical-align: middle;
}

.u-form-box .form-inline > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .u-form-box .form-inline > li:last-child {
    margin-bottom: 0;
  }
}

.u-form-box .form-inline > li .input-last-txt, .u-form-box .form-inline > li .input-last-txt2 {
  position: absolute;
  top: 10px;
  right: -2em;
}

@media screen and (max-width: 767px) {
  .u-form-box .form-inline > li .input-last-txt, .u-form-box .form-inline > li .input-last-txt2 {
    top: 8px;
    right: 5px;
  }
}

.u-form-box .form-inline > li .input-last-txt2 {
  right: -3em;
}

@media screen and (max-width: 767px) {
  .u-form-box .form-inline > li .input-last-txt2 {
    right: 0;
  }
}

.u-form-box .form-inline > li span {
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .u-form-box .form-inline > li span {
    margin-right: 0;
  }
}

.u-form-box .form-inline > li input.post, .u-form-box .form-inline > li input.tel {
  width: 80px;
}

.u-form-box .form-inline.inline-fit > li {
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .u-form-box .form-inline.inline-fit > li {
    margin-right: 0;
    text-align: center;
  }
}

.u-form-box .form-inline .input-col-txt {
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .u-form-box .form-inline .input-col-txt {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .u-form-box .form-inline .input-col-txt input {
    width: 80%;
    margin: 0 6px;
  }
}

@media screen and (max-width: 767px) {
  .u-form-box .form-inline .input-col-txt + .input-col-txt {
    margin-top: 10px;
  }
}

.u-form-box .form-block > li {
  display: block;
  margin-bottom: 15px;
}

.u-form-box .form-block > li:last-child {
  margin-bottom: 0;
}

.u-form-box .form-block > li span {
  display: block;
}

.u-form-box .form-block.block-radio > li {
  margin-bottom: 5px;
}

.u-form-box .form-block.block-radio > li label {
  cursor: pointer;
}

.u-form-box .form-block + input[type="text"] {
  margin-top: 10px;
}

.u-form-box .form-tel input {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .u-form-box .form-tel input {
    width: 100%;
  }
}

.u-form-box .w100p {
  width: 100% !important;
}

.u-form-box .formError {
  position: static !important;
  padding-top: 3px;
  color: #D13838;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.055em;
}

@media screen and (max-width: 767px) {
  .u-form-box .formError {
    font-size: 1.0rem;
  }
}

.u-form-box .formerror-catalog {
  position: static !important;
  padding-top: 3px;
  color: #D13838;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.055em;
}

@media screen and (max-width: 767px) {
  .u-form-box .formerror-catalog {
    font-size: 1.0rem;
  }
}
