@charset "UTF-8";

#container {
  background: url(/pso2_static/img/common/bg-visual.jpg) no-repeat center top; /* kv画像パス */
}
#container.login {
  background-image: url(/pso2_static/img/common/bg-visual02.jpg); /* kv画像パス */
}
#container.entry {
  background-image: url(/pso2_static/img/common/bg-visual03.jpg); /* kv画像パス */
}
#contents-block h3 {
  margin-top: 20px;
}
#contents-block p {
  margin-bottom: 0;
}
#contents-block p.note {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
#contents-block dl {
  margin: 0;
}
#contents-block dl dd {
  padding: 10px;
  border-top: 1px solid #e1ebf1;
  border-bottom: none;
  line-height: 1;
}
#contents-block hr {
  display: block;
  height: 1px;
  margin: 20px auto;
  border: none;
  background: #d6dce8;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'Helvetica Neue', Arial,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo,
    sans-serif;
  line-height: 1.5;
  background: url(/pso2_static/img/background/bg.gif) repeat-x center top
    #ffffff;
  color: #333333;
  margin: 0;
  padding: 0;
}
h2 {
  margin-bottom: 1.5em;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 1.384615em;
  line-height: calc(1em + 4px);
  color: #2b3f6f;
  text-align: center;
  font-weight: bold;
}
h3 {
  margin-bottom: calc(0.5em + 12px);
  padding: 0 0 0.6em;
  width: auto;
  border-bottom: 2px solid #122651;
  color: #2b3f6f;
  font-weight: bold;
  height: auto;
  font-size: 18px;
  line-height: 1;
}
p {
  margin: 0 0 10px 0;
}
dl {
  margin-bottom: 4px;
  padding: 0;
}
dl dt {
  height: auto;
  line-height: 1.3125;
  margin: 0;
  padding: 18px 20px 12px 32px;
  background: url(/pso2_static/img/headline/dt.gif) no-repeat 20px 17px #f1f6f9;
  border-top: 1px solid #e1ebf1;
  border-left: none;
  font-size: 16px;
  color: #276193;
  font-weight: bold;
}
dl dd {
  margin: 0;
  background: #f1f6f9;
}
dl dd p {
  max-width: 100%;
  display: inline-block;
}
dl dd.btn {
  background-color: transparent;
}
input,
button {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI',
    'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Arial', sans-serif;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}
iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
th {
  font-style: normal;
  font-weight: normal;
}
form {
  display: inline;
}
html {
  overflow-y: scroll;
}
h4 {
  margin: 0;
}
hr {
  display: none;
}
form,
ul,
li,
input,
div,
dd {
  margin: 0;
  padding: 0;
}
th,
td {
  margin: 0;
}

#container {
  min-width: 840px;
  margin: 0;
  padding: 0;
}
#header {
  width: auto;
  height: 207px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#header #sega img {
  display: none;
}
#header p {
  margin: 0;
}
#footer {
  width: auto;
  background: transparent;
  border-top: none;
  margin: 0 auto;
  padding: 0 0 30px;
}
#footer p {
  width: auto;
  text-align: center;
  padding-bottom: 0.75em;
  margin: 0;
  border-bottom: 1px solid #d4e1e8;
}
#footer small {
  margin: 22px auto 0;
  width: 46px;
  height: 12px;
  background: url(/pso2_static/img/background/copyright.gif) no-repeat center
    top;
  text-indent: -9999px;
  font-size: 0;
  display: block;
}
a:link {
  color: #206ef0;
  text-decoration: underline;
  outline-width: 0;
}
a:visited {
  color: #206ef0;
  text-decoration: underline;
  outline-width: 0;
}
a:hover,
a:active {
  color: #6eadf4;
  text-decoration: none;
  outline-width: 0;
}
a.icon {
  margin-left: 0;
  padding-left: 0;
  background: none;
}
a.icon::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 1em;
  height: 1em;
  background: url(/pso2_static/img/common/icon_blank.png) no-repeat right center;
  background-size: contain;
}
#footer p a:first-child {
  margin: 0;
}

input[type='submit'],
input[type='button'],
.common-button {
  -webkit-appearance: none;
  appearance: none;
  background: #0082ca url(/pso2_static/img/common/arrow.png) no-repeat right 9px
    center;
  border: none;
  border-radius: 4px;
  margin-bottom: 1em;
  padding: 0 30px;
  width: 260px;
  min-width: auto;
  height: 50px;
  font-size: 1em;
  color: #fff;
  cursor: pointer;
}
.btn-next input[type='submit'],
.btn-next input[type='button'],
.btn-prev input[type='submit'],
.btn-prev input[type='button'] {
  border-radius: 20px;
  margin: 1em 5px;
  padding: 10px 20px;
  height: 40px;
  color: #fff;
}
.btn-next input[type='submit'],
.btn-next input[type='button'] {
  background: #122651;
  width: 200px;
  min-width: 200px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-next.-short input[type='submit'],
.btn-next.-short input[type='button'] {
  width: 120px;
  min-width: 120px;
}
.btn-prev input[type='submit'],
.btn-prev input[type='button'] {
  background: #bbb;
  width: 95px !important;
  text-align: center;
}
.btns {
  margin-left: -10px;
  margin-right: -10px;
}
.btn-next,
.btn-prev {
  display: flex;
}
.btn-prev {
  justify-content: flex-end;
}
.btn-next.half,
.btn-prev.half {
  transform: translateX(-55px);
}
form .inner-label {
  position: relative;
}
[type='radio'] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  appearance: none;
}
[type='radio'] + .inner-label {
  display: inline-block;
  padding-left: 2em;
}
[type='radio'] + .inner-label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border: #ccc solid 2px;
  border-radius: 50%;
}
[type='radio']:checked + .inner-label::after {
  content: '';
  background-color: #0082ca;
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
input[type='text'],
input[type='password'] {
  border: #ccc solid 2px;
  border-radius: 4px;
  margin: 3px 5px;
  padding: 1.2em 0.5em;
  height: auto;
}

#mainArea {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}
#mainArea:after {
  content: '';
  display: block;
  clear: both;
}
.account-status {
  min-height: 36px;
}
#logout {
  position: absolute;
  top: 10px;
  right: -30px;
}
#logout button {
  width: 160px;
  height: 36px;
  background: linear-gradient(#0075c2, #0043a0);
  text-indent: 0;
  text-align: center;
  font-size: 0.875em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: auto;
  right: auto;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  line-height: 30px;
}
#logout button::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border: rgba(255, 255, 255, 0.4) solid 1px;
  border-radius: 3px;
}
#logout button::after {
  content: '';
  position: absolute;
  background: url(/pso2_static/img/common/lnav_arrow.png) no-repeat center;
  background-size: 6px 8px;
  width: 6px;
  height: 8px;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
}
#contents-block {
  max-width: 100%;
  box-sizing: border-box;
}
#mainArea div#contents-block {
  min-height: 510px;
  margin: 0 auto 0;
  padding: 10px 0 30px;
}

#contents-block h3 {
  margin-top: 2em;
}
#contents-block table + h3 {
  margin-top: calc(2em + 4px);
}
#contents-block h3::before {
  content: '';
  background: url(/pso2_static/img/common/icon.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
#contents-block hr {
  margin: 2em auto 30px;
}
#contents-block hr + h3 {
  margin-top: calc(2em + 5px);
}
#contents-block p.note {
  font-size: 1em;
}

.box-title {
  background-color: #122651;
  margin-top: 2em;
  padding: 10px 1em;
  color: #fff;
}

table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  padding: 10px;
  background: #276193;
  border-right: 2px solid #ffffff;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
table + .box-title {
  margin-top: 48px;
}
.table-cols-2 {
  border-bottom: 1px solid #d6dce8;
}
.table-cols-2 > tbody {
  display: flex;
  flex-wrap: wrap;
}
.table-cols-2 > tbody > tr {
  display: flex;
  width: 100%;
}
.table-cols-2 > tbody > tr:last-child td,
.table-cols-2 > tbody > tr:last-child td {
  border-bottom: none;
}
.table-cols-2 > tbody > tr > td {
  flex-grow: 1;
}
.table-cols-2 .full,
.table-cols-2 .full > td {
  width: 100%;
}
.table-cols-2 > tbody > tr.full {
  margin-top: -1px;
  border-top: 1px solid #d6dce8;
  border-right: none;
}
.table-cols-2 .grow-1,
.table-cols-2 .shrink-1 {
  width: auto;
}
.table-cols-2 .grow-1 {
  flex-grow: 1;
}
.table-cols-2 .shrink-1 {
  flex-shrink: 1;
  flex-grow: 0;
}
.table-cols-2 .shrink-1 a {
  white-space: nowrap;
}
table td {
  padding: 16px 8px;
  line-height: inherit;
  border-bottom: 1px solid #d6dce8;
}
table td > label {
  display: block;
}
#contents-block .attentionMark {
  margin-left: 2em;
  margin-right: 0;
  letter-spacing: 0;
}
.attentionBox {
  margin-bottom: 40px;
  padding: 30px 3.4vw;
  border: 1px solid #fd212b;
  color: #fd212b;
}
.row {
  clear: both;
  padding-top: 1px;
  padding-bottom: 1px;
}
.row .attentionBox {
  clear: both;
  margin-top: 20px;
  margin-bottom: 0;
}
.attentionBox h4::before {
  content: '■';
  font-size: 13px;
}
.attentionBox h4 {
  border-left: 1em solid #fd212b;
  border-left: none;
  margin-bottom: 1em;
  padding: 0 0 0 4px;
  font-size: 13px;
  width: auto;
  height: auto;
  background: none;
  border-bottom: none;
  color: #fd212b;
  line-height: 1;
  font-weight: bold;
}
.attentionBox ul {
  list-style: none;
  padding-left: 0;
}
.attentionBox li {
  position: relative;
  margin-top: 1em;
  padding-left: 1.25em;
}
.attentionBox li::before {
  content: '・';
  position: absolute;
  left: 0;
  font-weight: 600;
  display: inline-block;
}

#contents-block > p:last-child {
  margin-bottom: 20px;
}

.clear-fix::after {
  content: '';
  display: block;
  clear: both;
}
.text-center {
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.full {
  width: 100%;
}
.half {
  width: 49.9%;
}
.inline-flex {
  display: inline-flex;
  align-items: center;
}

#contents-block dl dd {
  padding: 0.8em 2em;
}

#mainArea div#contents-block.mt3 {
  margin-top: 3em;
}
#contents-block .mb2 {
  margin-bottom: 2em;
}
#contents-block .mb1 {
  margin-bottom: 1em;
}

#contents-block > form > dl > dd > p > input[type='text'] {
  margin-bottom: 1em;
}

#contents-block .attentionMark {
  margin-top: 1em;
  margin-bottom: 1em;
  clear: both;
  text-indent: 0;
  margin-left: 0;
}

#contents-block .no-margin {
  margin: 0;
}

.attentionMark_left {
  text-indent: -1em;
  margin-left: 1em;
}

.btn-prev input[type='submit'].bbtn,
.btn-prev input[type='button'].bbtn {
  background: #122651;
  width: 160px;
}

.margin-right-half {
  margin-right: 50%;
}

.desc-box {
  background-color: #f2f2f2;
  padding: 5% 15%;
  font-size: 14px;
}

input[type='submit'].btn-full,
input[type='button'].btn-full,
.btn-full {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-weight: bold;
  background-color: #005eb3;
  box-shadow: 1px 1px 2px 0 #000000;
  white-space: normal;
  font-size: 0.95em;
}

@media print {
  body {
    background-image: url(/pso2_static/img/common/bg.jpg);
    font-size: 16px;
  }
  h2 {
    font-size: 1.875em;
    margin: 0 0 0.8em 0;
  }

  #header {
    width: 840px;
  }
  #footer {
    width: 940px;
  }
  #footer p .icon + .icon {
    position: relative;
    margin-left: 2.4em;
  }
  #footer p .icon + .icon::before {
    content: '';
    background-color: #5892f4;
    position: absolute;
    top: 2px;
    left: -1.2em;
    display: inline-block;
    width: 1px;
    height: 1em;
  }

  #mainArea {
    width: 840px;
    padding-bottom: 1em;
  }
  .account-status {
    margin-left: -49.5px;
    margin-right: -49.5px;
    min-height: 56px;
  }
  #mainArea div#contents-block {
    width: 100%;
  }
  #contents-block h3 {
    margin-top: 3em;
  }
  #contents-block table + h3 {
    margin-top: calc(3em + 4px);
  }
  #contents-block h3::before {
    width: 16px;
    height: 16px;
    margin-right: 14px;
  }
  #contents-block hr {
    margin-top: 30px;
    display: none;
  }

  .box-title {
    font-size: 18px;
  }

  table td {
    padding: 16px 10px;
  }
  tbody > tr > td:first-child {
    padding-left: 16px;
    width: 20%;
  }
  tbody > tr > td:last-child {
    width: 80%;
  }
  .attentionBox {
    padding: 30px;
  }
  .row .attentionBox {
    margin-top: 40px;
  }
  .attentionBox h4::before {
    display: none;
  }
  .attentionBox h4 {
    border-left: 22px solid #fd212b;
    padding: 2px 0 2px 12px;
    font-size: 18px;
  }
  .attentionBox ul {
    font-size: 14px;
  }
  .attentionBox li {
    margin-top: 0.5em;
    padding-left: 1.75em;
  }
  .attentionBox li::before {
    margin: 0 0.5em 0 0.25em;
  }

  .btn-next input[type='submit'],
  .btn-next input[type='button'],
  .btn-prev input[type='submit'],
  .btn-prev input[type='button'] {
    border-radius: 30px;
    margin: 20px 15px;
    padding: 20px;
    height: 60px;
  }
  .btn-next input[type='submit'],
  .btn-next input[type='button'] {
    width: 280px;
  }
  .btn-next.-short input[type='submit'],
  .btn-next.-short input[type='button'] {
    width: 200px;
    min-width: 200px;
  }
  .btn-prev input[type='submit'],
  .btn-prev input[type='button'] {
    width: 120px;
    min-width: 120px;
  }
  .btn-next.half,
  .btn-prev.half {
    transform: translateX(-80px);
  }
  .btn-next.half.-short,
  .btn-prev.half.-short {
    transform: translateX(-50px);
  }
  input[type='text'],
  input[type='password'] {
    padding: 0.65em 0.5em;
  }

  #contents-block > form > dl > dd > p > input[type='text'] {
    width: 90%;
  }
}

#contents-block h3.headtop2,
h2.complete {
  margin-top: 2em;
}

.attention,
.attentionMark {
  padding-left: 0;
  text-indent: -1em;
  color: #fd212b;
  font-size: 90%;
  clear: both;
}

.column {
  margin-top: 20px;
  padding: 20px;
  background: #ffffff;
}

.column p {
  font-size: 12px;
  display: block;
}

.column img {
  max-width: 100%;
  margin-right: 10px;
  vertical-align: middle;
}

#footer p a {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  line-height: 38px;
}

@media (max-width: 360px) {
  .form-btn-box input[type='submit'],
  .form-btn-box input[type='button'],
  .btns input[type='submit'],
  .btns input[type='button'] {
    transform: scale(0.85);
    font-size: 0.85em !important;
    letter-spacing: -0.4px !important;
  }
  .btn-next.half,
  .btn-prev.half {
    transform: translateX(-65px);
  }
  .btn-prev.half {
    transform: translateX(-35px);
  }
}

.stripe-element {
  text-align: center;
  float: left;
  border: #ccc solid 2px;
  border-radius: 4px;
  margin-top: -7px;
  height: 16px;
  width: 100%;
  padding: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 400px;
  background-color: #fff;
}

.stripe-element-for-nsw {
  margin-top: -9px;
  height: 24px;
}

.stripe-element-number {
  max-width: 400px;
}

.stripe-element-expiry,
.stripe-element-cvc {
  max-width: 100px;
}

.red {
  color: #f00;
  padding-top: 10px;
}

.error_side {
  color: red;
  font-weight: bold;
}

.error_top {
  color: red;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #0082ca;
  background-color: #f1f6f9;
  text-align: center;
  padding: 1rem;
}

.display_none {
  display: none;
}

[type='radio']:disabled + .inner-label::before {
  background-color: #cccccc !important;
}

/*
  レスポンシブ対応
 */
@media screen and (max-width: 992px) {
  #container {
    background-image: url(/pso2_static/img/common/mb-bg-visual.jpg); /* kv画像パス -mobile用 */
  }
  #container.login {
    background-image: url(/pso2_static/img/common/mb-bg-visual02.jpg); /* kv画像パス -mobile用 */
  }
  #container.entry {
    background-image: url(/pso2_static/img/common/mb-bg-visual03.jpg); /* kv画像パス -mobile用 */
  }

  .btn-next input[type='submit'],
  .btn-next input[type='button'],
  .btn-prev input[type='submit'],
  .btn-prev input[type='button'] {
    padding: 10px 0;
    text-align: center;
  }

  body {
    font-size: 13px;
  }
  h3 {
    font-size: 1.15385em;
  }
  h2 {
    margin-top: 0;
  }

  #container {
    background-size: contain;
    min-width: auto;
  }
  #header {
    height: 36.4vw;
  }
  #header #sega {
    width: 0;
    height: 0;
  }
  #header #sega img {
    display: none;
  }
  h1 {
    width: 0;
    height: 0;
    background: none;
  }
  #footer p a {
    line-height: 1.66667;
  }
  #footer a.icon,
  #footer p a:first-child {
    display: inline-block;
    margin: 0 1em;
  }
  #footer p .icon + .icon {
    margin: 1.5em 1em;
  }

  #mainArea {
    width: auto;
    margin-left: 5.333333vw;
    margin-right: 5.333333vw;
  }
  #logout {
    width: 115px;
    height: 20px;
    top: 8px;
    right: 4vw;
    font-size: 10px;
    line-height: 20px;
  }
  #logout button {
    width: 115px;
    height: 20px;
    right: 0;
    font-size: 10px;
    line-height: 15px;
  }

  #logout button::after {
    background-size: 4px 6px;
    width: 4px;
    height: 6px;
    right: 7px;
  }
  #mainArea div#contents-block {
    padding-top: 10px;
    padding-left: 4.66667vw;
    padding-right: 4.66667vw;
  }
  #contents-block p {
    margin: 0 10px;
    letter-spacing: 0.05em;
  }

  #contents-block .attentionMark {
    font-size: 12px;
  }

  #contents-block .form-input-block p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0;
  }
  #contents-block .form-input-block .inline-flex {
    line-height: 1.6;
  }
  .form-input-block .inline-flex.-full {
    width: 100%;
  }
  .form-input-block .inline-flex.-full input[type='text'] {
    flex-grow: 1;
    width: 100%;
  }

  input[type='submit'],
  input[type='button'] {
    margin: 0 10px 1em;
    width: calc(100% - 20px);
  }
  .btn-prev {
    padding-bottom: 1em;
  }
  .btn-next.half.-short,
  .btn-prev.half.-short {
    transform: translateX(-25px);
  }

  #contents-block > form > dl > dd > p > input[type='text'] {
    width: 90%;
  }

  table th {
    padding: 3px;
    background: #276193;
    border-right: 2px solid #ffffff;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    font-size: 0.85em;
  }

  table td {
    padding: 3px;
    border-bottom: 1px solid #d6dce8;
    line-height: 20px;
    font-size: 0.85em;
  }

  #contents-block p.mt05 {
    margin-top: 1em;
  }

  .sega-id {
    padding: 8px 3.66667vw;
    padding-right: calc(4.66667vw + 115px + 8px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media screen and (min-width: 993px) {
  body {
    background-image: url(/pso2_static/img/common/bg.jpg);
    font-size: 16px;
  }
  h2 {
    font-size: 1.875em;
    margin: 0 0 0.8em 0;
  }

  #header {
    width: 840px;
  }
  #footer {
    width: 940px;
  }
  #footer p .icon + .icon {
    position: relative;
    margin-left: 2.4em;
  }
  #footer p .icon + .icon::before {
    content: '';
    background-color: #5892f4;
    position: absolute;
    top: 2px;
    left: -1.2em;
    display: inline-block;
    width: 1px;
    height: 1em;
  }

  #mainArea {
    width: 840px;
    padding-bottom: 1em;
  }
  .account-status {
    margin-left: -49.5px;
    margin-right: -49.5px;
    min-height: 56px;
  }
  #mainArea div#contents-block {
    width: 100%;
  }
  #contents-block h3 {
    margin-top: 3em;
  }
  #contents-block table + h3 {
    margin-top: calc(3em + 4px);
  }
  #contents-block h3::before {
    width: 16px;
    height: 16px;
    margin-right: 14px;
  }
  #contents-block hr {
    margin-top: 30px;
    display: none;
  }

  .box-title {
    font-size: 18px;
  }
  table td {
    padding: 16px 10px;
  }
  tbody > tr > td:first-child {
    padding-left: 16px;
    width: 20%;
  }
  tbody > tr > td:last-child {
    width: 80%;
  }
  .table-cols-2 .shrink-1 {
    padding-right: 18px;
  }
  .attentionBox {
    padding: 30px;
  }
  .row .attentionBox {
    margin-top: 40px;
  }
  .attentionBox h4::before {
    display: none;
  }
  .attentionBox h4 {
    border-left: 22px solid #fd212b;
    padding: 2px 0 2px 12px;
    font-size: 18px;
  }
  .attentionBox ul {
    font-size: 14px;
  }
  .attentionBox li {
    margin-top: 0.5em;
    padding-left: 1.75em;
  }
  .attentionBox li::before {
    margin: 0 0.5em 0 0.25em;
  }

  .btn-next input[type='submit'],
  .btn-next input[type='button'],
  .btn-prev input[type='submit'],
  .btn-prev input[type='button'] {
    border-radius: 30px;
    margin: 20px 15px;
    padding: 20px;
    height: 60px;
  }
  .btn-next input[type='submit'],
  .btn-next input[type='button'] {
    width: 280px;
  }
  .btn-next.-short input[type='submit'],
  .btn-next.-short input[type='button'] {
    width: 200px;
    min-width: 200px;
  }
  .btn-prev input[type='submit'],
  .btn-prev input[type='button'] {
    width: 120px;
    min-width: 120px;
  }
  .btn-next.half,
  .btn-prev.half {
    transform: translateX(-80px);
  }
  .btn-next.half.-short,
  .btn-prev.half.-short {
    transform: translateX(-50px);
  }
  input[type='text'],
  input[type='password'] {
    padding: 0.65em 0.5em;
  }

  .sega-id {
    padding: 1em 25px;
  }
}

.test_mark {
  position: fixed;
  top: 2ex;
  left: 2ex;
  background: #cccc00;
  color: black;
  opacity: 0.8;
  display: inline-block;
  z-index: 1;
}

.sega-id-color {
  background: #f1f6f9;
}

.sega-id-area {
  margin-bottom: 20px;
}

.contents-block-top {
  margin-top: -2em !important;
}
