@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block;
}

ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  border: none;
  padding: 0;
  outline: none;
  background: transparent;
}

a img {
  border: none;
}

img {
  vertical-align: top;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: $base-font;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
  font-size: 62.5%;
  font-family: "YakuHanJP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", Meiryo, "M+ 1p", sans-serif !important;
  height: 100%;
}

body {
  color: #192A3E;
  text-align: center;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fafafa;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  height: 100%;
  overflow-x: hidden;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: 0.03rem;
}

a:link {
  color: #232323;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #232323;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #999999;
  text-decoration: none;
  outline: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.on a img,
.op,
.on a:hover img,
.op:hover {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  -o-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
}

.on a:hover img,
.op:hover {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  -o-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  opacity: 0.7;
  text-decoration: none;
}

input:not([type=checkbox], [type=radio]),
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=checkbox] {
  font-size: 1.3rem;
}

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-form-item.c-row-default .c-form-head {
  width: 35%;
}
@media screen and (max-width: 900px) {
  .c-form-item.c-row-default .c-form-head {
    width: auto;
  }
}
.c-form-item.c-row-default .c-form-conts {
  width: 65%;
}
@media screen and (max-width: 900px) {
  .c-form-item.c-row-default .c-form-conts {
    width: auto;
  }
}
.c-form-item.c-form-item__btn {
  margin-top: 2rem;
}

.c-form-item {
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .c-form-item {
    display: block;
  }
}
.c-form-item:first-of-type {
  margin-top: 0;
}
.c-form-item .c-form-head {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .c-form-item .c-form-head br {
    display: none;
  }
}
.c-form-item .c-form-head.required {
  padding-right: 2rem;
}
@media screen and (max-width: 900px) {
  .c-form-item .c-form-head.required {
    padding-right: 0;
  }
}
.c-form-item .c-form-head.required::after {
  content: "必須";
  background: #D9534F;
  color: #fff;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.1rem 0;
  white-space: nowrap;
  border-radius: 2px;
  min-width: 34px;
  letter-spacing: 0;
  margin: 0 0 0 1rem;
}
.c-form-item .c-form-conts {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media screen and (max-width: 900px) {
  .c-form-item .c-form-conts {
    margin-top: 1rem;
  }
}
.c-form-item .c-control-item {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.c-form-item .c-control-item .form-control {
  font-size: 1.3rem;
  padding: 0.8rem 1rem;
  height: auto;
}
.c-form-item .c-control-item .form-control::-webkit-input-placeholder {
  color: #ccc;
}
.c-form-item .c-control-item .form-control::-moz-placeholder {
  color: #ccc;
}
.c-form-item .c-control-item .form-control:-ms-input-placeholder {
  color: #ccc;
}
.c-form-item .c-control-item .form-control::-ms-input-placeholder {
  color: #ccc;
}
.c-form-item .c-control-item .form-control::placeholder {
  color: #ccc;
}
.c-form-item .c-control-item .form-control:-ms-input-placeholder {
  color: #ccc;
}
.c-form-item .c-control-item .form-control::-ms-input-placeholder {
  color: #ccc;
}
.c-form-item .c-control-item .custom-checkbox {
  font-size: 1.3rem;
  text-align: left;
}
.c-form-item .c-control-item .custom-checkbox .custom-control-label {
  padding-left: 1rem;
}

.custom-control-label::before {
  width: 16px;
  height: 16px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 8px;
  background-position: center;
  width: 16px;
  height: 16px;
}

select.form-control {
  position: relative;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 7px;
  padding-right: 2.4rem !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2211.25%22%20viewBox%3D%220%200%2020%2011.25%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23707070%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22sort-down%22%20transform%3D%22translate(0%20-63.953)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_211%22%20data-name%3D%22%E3%83%91%E3%82%B9%20211%22%20class%3D%22cls-1%22%20d%3D%22M19.629%2C64.324a1.2%2C1.2%2C0%2C0%2C0-.879-.371H1.25a1.2%2C1.2%2C0%2C0%2C0-.879.371%2C1.227%2C1.227%2C0%2C0%2C0%2C0%2C1.758l8.75%2C8.75a1.226%2C1.226%2C0%2C0%2C0%2C1.758%2C0l8.75-8.75a1.226%2C1.226%2C0%2C0%2C0%2C0-1.758Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.c-form-btn {
  font-size: 1.3rem;
  padding: 1rem 0;
  font-weight: 500;
}
.c-form-btn.btn-brand {
  background: #FF8B26;
  color: #fff;
}
.c-form-btn:hover {
  -webkit-filter: contrast(120%);
          filter: contrast(120%);
}

.v-error__description {
  color: #D9534F;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: left;
  margin-top: 0.6rem;
}

.p-logoin-form input.form-control.v-error,
.p-logoin-form select.form-control.v-error,
.p-logoin-form textarea.form-control.v-error {
  border-color: #D9534F;
}
.p-logoin-form .v-error__description {
  padding-left: 35%;
}
@media screen and (max-width: 900px) {
  .p-logoin-form .v-error__description {
    padding: 0;
  }
}

.not-required {
  padding-right: 2rem;
}

.c-header-login {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  background: #fff;
  padding: 0 0 1rem 0;
}
@media screen and (max-width: 900px) {
  .c-header-login {
    border-bottom: 1px solid #f6f6f6;
  }
}
@media screen and (max-width: 768px) {
  .c-header-login {
    padding-bottom: 1.4rem;
  }
}
.c-header-login::before {
  content: "";
  display: block;
  background: #FF8B26;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-header-login__inner {
  max-width: 1080px;
  width: 100%;
  padding: 0 1.6rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .c-header-login__inner {
    max-width: 480px !important;
  }
}
@media screen and (max-width: 900px) {
  .c-header-login__inner {
    max-width: 480px;
  }
}
.c-header-login__inner .c-header-login__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0 0;
  max-width: 400px;
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .c-header-login__inner .c-header-login__logo {
    max-width: 100%;
  }
}
.c-header-login__inner .c-header-login__logo .-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 163px;
}
@media screen and (max-width: 900px) {
  .c-header-login__inner .c-header-login__logo .-logo {
    max-width: 143px;
  }
}
@media screen and (max-width: 320px) {
  .c-header-login__inner .c-header-login__logo .-logo {
    width: 100px;
  }
}
.c-header-login__inner .c-header-login__logo .-logo img {
  width: 100%;
}
.c-header-login__inner .c-header-login__logo .-text {
  color: #707683;
  font-size: 1.2rem;
  padding: 0 0 0 1.6rem;
}
@media screen and (max-width: 900px) {
  .c-header-login__inner .c-header-login__logo .-text {
    display: none;
  }
}
.c-header-login__inner .c-header-login__tel {
  background: #FF8B26;
  color: #fff;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 64px;
}
@media screen and (max-width: 900px) {
  .c-header-login__inner .c-header-login__tel {
    background: none;
    display: block;
    text-align: right;
    padding: 0;
    width: 200px;
  }
}
@media screen and (max-width: 900px) and (max-width: 768px) {
  .c-header-login__inner .c-header-login__tel {
    width: 180px;
  }
}
.c-header-login__inner .c-header-login__tel .-tel {
  font-family: "Gill Sans", "HelveticaNeue";
  color: #FF8B26;
  background: #fff;
  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;
  padding: 0.2em 1rem;
  cursor: default;
  pointer-events: none;
  border-radius: 3px;
  margin: 0 1.2rem 0 0;
}
@media screen and (max-width: 900px) {
  .c-header-login__inner .c-header-login__tel .-tel {
    background: #FF8B26;
    color: #fff;
    cursor: auto;
    pointer-events: auto;
    margin: 0;
  }
}
.c-header-login__inner .c-header-login__tel .-tel i {
  font-size: 14px;
  padding-right: 0.6rem;
}
.c-header-login__inner .c-header-login__tel .-tel span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-header-login__inner .c-header-login__tel .-tel span {
    line-height: 1.4;
  }
}
.c-header-login__inner .c-header-login__tel .-tel-time {
  font-size: 1.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .c-header-login__inner .c-header-login__tel .-tel-time {
    color: #707683;
    text-align: center;
    font-size: 1rem;
    padding-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-header-login__inner .c-header-login__tel .-tel-time {
    font-size: 0.8rem;
  }
}
.c-footer-login {
  padding: 8rem 0 2rem 0;
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .c-footer-login {
    padding: 2rem 0 2rem;
  }
}

.c-footer-login__inner {
  max-width: 1080px;
  width: 100%;
  padding: 0 1.6rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .c-footer-login__inner {
    max-width: 480px !important;
  }
}
@media screen and (max-width: 900px) {
  .c-footer-login__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-footer-login__inner .c-footer-login__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4rem 0 0;
}
@media screen and (max-width: 900px) {
  .c-footer-login__inner .c-footer-login__menu {
    margin: 0;
  }
}
.c-footer-login__inner .c-footer-login__menu li {
  font-size: 1rem;
  margin: 0 1.6rem 0 0;
}
.c-footer-login__inner .c-footer-login__menu li a {
  color: #707683;
  display: block;
}
.c-footer-login__inner .c-footer-copy {
  color: #707683;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .c-footer-login__inner .c-footer-copy {
    margin: 1rem 0 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-footer-login__inner .c-footer-copy i {
  font-size: 12px;
  margin: 0 6px 0 0;
}
.c-footer-login__inner .c-footer-copy small {
  font-family: "Gill Sans", "HelveticaNeue";
}

@media screen and (max-width: 900px) {
  .main-login {
    background-color: #fff;
    padding-bottom: 3rem;
  }
}

.p-login-cover {
  background: url(../img/login/cover-pc.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
}
@media screen and (max-width: 900px) {
  .p-login-cover {
    background: url(../img/login/cover-sp.jpg) no-repeat center top;
    background-size: cover !important;
    min-height: auto;
    max-width: 480px;
    width: 100%;
    margin: 6rem auto 0 auto;
    height: 180px;
    position: relative;
  }
}

.p-logoin-main {
  max-width: 1080px;
  width: 100%;
  padding: 0 1.6rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-logoin-main {
    max-width: 480px !important;
  }
}
@media screen and (max-width: 900px) {
  .p-logoin-main {
    max-width: 480px;
  }
}
.p-logoin-main .p-logoin-head {
  width: 420px;
  position: fixed;
  top: 10rem;
  left: 20vw;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .p-logoin-main .p-logoin-head {
    position: absolute;
    top: -10.5rem;
    left: 0;
    right: 0;
    width: calc(100% - 3.2rem);
    margin: 0 auto;
  }
}
.p-logoin-main .p-logoin-head .-title .-small {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(255, 220, 52, 0.9)));
  background: -o-linear-gradient(transparent 0%, rgba(255, 220, 52, 0.9) 0%);
  background: linear-gradient(transparent 0%, rgba(255, 220, 52, 0.9) 0%);
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  border-radius: 3px;
  padding: 0.6rem 1rem;
}
@media screen and (max-width: 900px) {
  .p-logoin-main .p-logoin-head .-title .-small {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.p-logoin-main .p-logoin-head .-title .-small span {
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .p-logoin-main .p-logoin-head .-title .-small span {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(255, 220, 52, 0.9)));
    background: -o-linear-gradient(transparent 0%, rgba(255, 220, 52, 0.9) 0%);
    background: linear-gradient(transparent 0%, rgba(255, 220, 52, 0.9) 0%);
    padding: 0.4rem 1rem;
    border-radius: 3px;
    margin-top: 0.6rem;
    width: 160px;
  }
}
.p-logoin-main .p-logoin-head .-title .-big {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(255, 220, 52, 0.9)));
  background: -o-linear-gradient(transparent 0%, rgba(255, 220, 52, 0.9) 0%);
  background: linear-gradient(transparent 0%, rgba(255, 220, 52, 0.9) 0%);
  font-size: 4.2rem;
  font-weight: 700;
  display: inline-block;
  margin: 1.6rem 0 0 0;
  border-radius: 3px;
  padding: 0.8rem 1rem;
}
@media screen and (max-width: 1000px) {
  .p-logoin-main .p-logoin-head .-title .-big {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 900px) {
  .p-logoin-main .p-logoin-head .-title .-big {
    font-size: 2.4rem;
    margin-top: 0.6rem;
  }
}
.p-logoin-main .p-logoin-flow {
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #eee;
  border-radius: 3px;
  padding: 2.4rem;
  max-width: 480px;
  width: 100%;
  text-align: left;
  position: fixed;
  bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .p-logoin-main .p-logoin-flow {
    max-width: 430px;
    left: 1.6rem;
    bottom: 1.6rem;
    padding: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .p-logoin-main .p-logoin-flow {
    position: relative;
    max-width: 100%;
    left: 0;
    bottom: 0;
    padding: 0;
    border: none;
    background: none;
    margin-top: 0;
    padding-top: 3.8rem;
  }
}
.p-logoin-main .p-logoin-flow h3 {
  background: #256782;
  color: #fff;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 4rem;
  border-radius: 50rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  top: -2rem;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  width: 260px;
}
@media screen and (max-width: 900px) {
  .p-logoin-main .p-logoin-flow h3 {
    background: none;
    color: #256782;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
  }
}
.p-logoin-main .p-logoin-flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.2rem -0.6rem 0 -0.6rem;
}
@media screen and (max-width: 900px) {
  .p-logoin-main .p-logoin-flow ul {
    text-align: left;
    display: block;
    margin: 1.6rem 0 0 0;
  }
}
.p-logoin-main .p-logoin-flow ul li {
  background: #F3F3F3;
  width: 140px;
  border-radius: 8px;
  padding: 2rem 0;
  margin: 0 0.6rem;
}
@media screen and (max-width: 1000px) {
  .p-logoin-main .p-logoin-flow ul li {
    width: 130px;
  }
}
@media screen and (max-width: 900px) {
  .p-logoin-main .p-logoin-flow ul li {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem 0 0 0;
    padding: 1.2rem 1.6rem;
  }
}
.p-logoin-main .p-logoin-flow ul li .-icon {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-logoin-main .p-logoin-flow ul li .-icon {
    margin: 0 0 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-logoin-main .p-logoin-flow ul li .-text {
  color: #256782;
  margin: 1rem 0 0 0;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .p-logoin-main .p-logoin-flow ul li .-text {
    margin: 0 auto 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.3rem;
  }
  .p-logoin-main .p-logoin-flow ul li .-text br {
    display: none;
  }
}
.p-logoin-main .c-form-item .c-form-head {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .p-logoin-main .c-form-item .c-form-head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-logoin-main .p-logoin-form {
  width: 500px;
  padding: 7.4rem 0 0 0;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 900px) {
  .p-logoin-main .p-logoin-form {
    width: 100%;
    padding: 2rem 0 0 0;
    margin: 0 auto;
  }
}
.p-logoin-main .p-logoin-form .text-link {
  margin: 2rem 0 0 0;
  font-size: 1.1rem;
}
.p-logoin-main .p-logoin-form .text-link a {
  color: #109CF1;
  text-decoration: underline;
}
.p-logoin-main .p-logoin-form__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 3.4rem 0;
}
@media screen and (max-width: 900px) {
  .p-logoin-main .p-logoin-form__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.p-logoin-main .p-logoin-form__title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(10%, rgba(255, 220, 52, 0.9)));
  background: -o-linear-gradient(transparent 70%, rgba(255, 220, 52, 0.9) 10%);
  background: linear-gradient(transparent 70%, rgba(255, 220, 52, 0.9) 10%);
  display: inline-block;
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.p-logoin-main .p-logoin-form__title span:first-child {
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .p-logoin-main .p-logoin-form__title span:first-child {
    font-size: 1.2rem;
  }
}
.main-login__complete {
  max-width: 1080px;
  width: 100%;
  padding: 0 1.6rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 420px;
  padding-top: 14rem;
}
@media screen and (max-width: 768px) {
  .main-login__complete {
    max-width: 480px !important;
  }
}
@media screen and (max-width: 768px) {
  .main-login__complete {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 480px) {
  .main-login__complete {
    padding-top: 9rem;
  }
}

@media screen and (max-width: 768px) {
  .p-logoin__complete-main {
    padding-bottom: 4rem;
  }
}
.p-logoin__complete-main .p-logoin-head h1 {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-logoin__complete-main .p-logoin-head h1 {
    font-size: 2rem;
  }
}
.p-logoin__complete-main .p-logoin-body {
  margin: 3rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-logoin__complete-main .p-logoin-body {
    margin-top: 2rem;
  }
}
.p-logoin__complete-main .p-logoin-body .description {
  line-height: 2.4;
  font-size: 1.4rem;
}
.p-logoin__complete-main .p-logoin-body .description p {
  text-align: center;
  margin: 2rem 0 0 0;
}
.p-logoin__complete-main .p-logoin-body .label {
  color: #854025;
  border: 1px solid #854025;
  font-size: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.8rem 3rem;
  line-height: 1;
  font-weight: bold;
  margin: 4rem auto 0 auto;
}
.p-logoin__complete-main .p-logoin-body .tel {
  position: relative;
  margin: 1.6rem 0 0 0;
}
.p-logoin__complete-main .p-logoin-body .tel a {
  font-family: "Gill Sans", "HelveticaNeue";
  color: #FF8B26;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 2.8rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-logoin__complete-main .p-logoin-body .tel a {
    cursor: pointer;
    pointer-events: auto;
  }
}
.p-logoin__complete-main .p-logoin-body .tel a::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M436.992%2074.9529C337.003%20-25.0061%20174.912%20-24.9821%2074.9529%2075.0079C-25.0061%20174.998%20-24.9821%20337.088%2075.0079%20437.047C174.998%20537.006%20337.088%20536.982%20437.047%20436.992C485.053%20388.971%20512.015%20323.846%20512%20255.945C511.986%20188.055%20485.005%20122.951%20436.992%2074.9529ZM387.703%20356.605C387.692%20356.616%20387.681%20356.628%20387.669%20356.639V356.554L374.698%20369.439C357.923%20386.426%20333.492%20393.415%20310.271%20387.871C286.876%20381.609%20264.636%20371.641%20244.394%20358.346C225.588%20346.327%20208.16%20332.277%20192.426%20316.447C177.949%20302.076%20164.943%20286.296%20153.599%20269.343C141.191%20251.101%20131.37%20231.229%20124.415%20210.292C116.442%20185.696%20123.049%20158.707%20141.482%20140.575L156.671%20125.386C160.894%20121.144%20167.756%20121.129%20171.997%20125.352C172.008%20125.363%20172.02%20125.374%20172.031%20125.386L219.988%20173.343C224.23%20177.566%20224.245%20184.428%20220.022%20188.669C220.011%20188.68%20220%20188.691%20219.988%20188.703L191.828%20216.863C183.748%20224.855%20182.732%20237.555%20189.439%20246.73C199.624%20260.708%20210.895%20273.861%20223.146%20286.069C236.805%20299.787%20251.654%20312.266%20267.519%20323.36C276.686%20329.754%20289.114%20328.676%20297.044%20320.8L324.265%20293.152C328.488%20288.91%20335.35%20288.895%20339.591%20293.118C339.602%20293.129%20339.613%20293.14%20339.625%20293.152L387.668%20341.28C391.911%20345.502%20391.926%20352.363%20387.703%20356.605Z%22%20fill%3D%22%23FF8B26%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}
.p-logoin__complete-main .p-logoin-body .tel p {
  color: #854025;
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}
.p-logoin__complete-main .p-logoin-body .complete-btn {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-logoin__complete-main .p-logoin-body .complete-btn {
    margin-top: 2rem;
  }
}