@charset "utf-8";

* {
  -moz-box-sizing: inherit;
       box-sizing: inherit
}

p, span {
  line-height: 1.5em;
}

:after, :before {
  -moz-box-sizing: inherit;
       box-sizing: inherit
}

body {
  line-height: 1;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

:not(.h-navi-top):not(.h-navi-logout):not(li)>a[data-wizard], :not(.h-navi-top):not(.h-navi-logout):not(li)>a[formaction],
  a.sp-replace-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border: 1px #AAAAAA solid;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DFDFDF));
  background: -webkit-linear-gradient(top, #FFFFFF, #DFDFDF);
  background: linear-gradient(180deg, #FFFFFF, #DFDFDF);
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
  color: #253f59;
  text-align: center;
  margin: 2px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 3em;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
}

:not(.h-navi-top):not(.h-navi-logout):not(li)>a[data-wizard].sp-replace-btn-red,
  :not(.h-navi-top):not(.h-navi-logout):not(li)>a[formaction].sp-replace-btn-red,
  a.sp-replace-btn.sp-replace-btn-red {
  background: #FF0000;
  color: #FFFFFF;
  border-color: #FF0000;
}

:not(.h-navi-top):not(.h-navi-logout):not(li)>a[data-wizard]:before,
  :not(.h-navi-top):not(.h-navi-logout):not(li)>a[formaction]:before, a.sp-replace-btn:before
  {
  background: url(../../img/sp/btn-arrow.png?v=20250926150124);
  content: " ";
  height: 18px;
  width: 18px;
  margin-left: 5px;
  margin-right: 5px;
}

:not(.h-navi-top):not(.h-navi-logout):not(li)>a[data-wizard].sp-btn-no-arrow:before,
  :not(.h-navi-top):not(.h-navi-logout):not(li)>a[formaction].sp-btn-no-arrow:before,
  a.sp-replace-btn.sp-btn-no-arrow:before {
  display: none;
}

:not(.h-navi-top):not(.h-navi-logout):not(li)>a.sp-btn-arrow-right[data-wizard]:before,
  :not(.h-navi-top):not(.h-navi-logout):not(li)>a.sp-btn-arrow-right[formaction]:before,
  a.sp-replace-btn.sp-btn-arrow-right:before {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

:not(.h-navi-top):not(.h-navi-logout):not(li)>a[data-wizard]:after, :not(.h-navi-top):not(.h-navi-logout):not(li)>a[formaction]:after,
  a.sp-replace-btn:after {
  content: attr(data-btntext);
}

:not(.h-navi-top):not(.h-navi-logout):not(li)>a.sp-btn-arrow-right[data-wizard]:after,
  :not(.h-navi-top):not(.h-navi-logout):not(li)>a.sp-btn-arrow-right[formaction]:after,
  a.sp-replace-btn.sp-btn-arrow-right:after {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}

:not(.h-navi-top):not(.h-navi-logout):not(li)>a[data-wizard]>img, :not(.h-navi-top):not(.h-navi-logout):not(li)>a[formaction]>img,
  a.sp-replace-btn>img {
  display: none;
}

div.cs-header {
  overflow: hidden;
  background: -webkit-linear-gradient(top, #D9D9D9 0%, #FFFFFF 40px);
  background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 40px);
  margin-bottom: 0px;
  height: auto;
  padding-bottom: 0px;
}

div.cs-header:after {
  content: none;
}

div.cs-header h1.cs-title {
  float: left;
  height: 40px;
  padding: 0 0 0 18px;
  border-left: #263f59 solid 4px;
  color: #263f59;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 5px 10px;
}

div.cs-header+div {
  background: -webkit-linear-gradient(top, #D9D9D9 0%, #FFFFFF 10px);
  background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 10px);
}

.mainbody {
  width: auto;
  padding: 0px 10px;
}

input[type='password'], input[type='text'] {
  height: auto;
}

.mainbtn-area {
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin: 10px;
}

.mainbtn-area a {
  width: 9em;
}

/* スマホのstepArea */
.step-block {
  padding: 20px 10px 10px;
  margin-top: -1px;
  position: relative;
  background: #fffff0;
  overflow: hidden;
}

.step-block h3 {
  margin-top: 15px;
  padding: 3px;
  text-align: center;
  color: #263f59;
  background: #f3f3f4;
  float: none;
  border: 0px;
}

.step-block h3, .step-block strong {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}

.step-block em {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

.steps-list {
  border: 2px solid #b3b3b3;
  display: table;
  width: 100%;
  font-size: 11px;
  margin: 0 0 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #fff;
  padding: 0px;
}

.steps-list .item {
  display: table-cell;
  vertical-align: middle;
}

.steps-list .cell {
  display: block;
  height: 40px;
  text-align: center;
  position: relative;
  margin: 0 22px 0 0;
  color: #b3b3b3;
}

.steps-list .cell:after, .steps-list .cell:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.steps-list .cell:before {
  border-color: rgba(179, 179, 179, 0);
  border-left-color: #b3b3b3;
  border-width: 22px;
  top: 50%;
  margin-top: -22px;
}

.steps-list .cell:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}

.steps-list .cell em {
  line-height: 40px;
  font-weight: bold;
}

.steps-list .cell span {
  line-height: 40px;
}

.steps-list .cell strong {
  font-weight: bold;
  height: 40px;
}

.steps-list .active .cell {
  margin-left: -22px !important;
  background: #96c3ea;
  padding-left: 22px;
  color: #fff;
}

.steps-list .active .cell:after {
  border-left-color: #96c3ea;
}

.steps-list .active:first-child .cell {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.steps-list .active em {
  padding-left: 5px;
}

.steps-list .active .cell span {
  padding-left: 3px;
  display: inline;
  height: 48px;
}

.steps-list em {
  font-style: normal;
  position: relative;
  z-index: 1000;
  line-height: 48px;
}

.steps-list em {
  z-index: 2;
}

.steps-list .item:last-child .cell, .steps-list .item:last-child .cell {
  margin: 0;
}

.steps-list li.last .cell {
  padding-right: 12px;
}

.steps-list .item:last-child .cell:after, .steps-list .item:last-child .cell:before
  {
  display: none;
}

.sp-font-black {
  color:#000000;
}