/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.6;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}
input[type="checkbox"] {
  background-color: #fff;
  border: 1px solid #d9e3f7;
  -webkit-appearance: none;
  height: 22px;
  margin: 0 22px 0 0;
  position: relative;
  vertical-align: middle;
  width: 22px;
}
input[type="checkbox"]:checked::before {
  position: absolute;
  left: 0;
  top: 14px;
  display: block;
  content: "";
  width: 10px;
  height: 4px;
  background: #e60039;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
input[type="checkbox"]:checked::after {
  display: block;
  position: absolute;
  left: 8px;
  top: 14px;
  content: "";
  width: 16px;
  height: 4px;
  background: #e60039;
  -webkit-transform: rotate(-53deg);
  -ms-transform: rotate(-53deg);
  transform: rotate(-53deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  padding-left: 44px;
  position: relative;
}
input[type="radio"] + label::before {
  border: 1px solid #b8b8b8;
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
}
input[type="radio"]:checked + label {
  color: #e60039;
}
input[type="radio"]:checked + label::after {
  background-color: #e60039;
  border: 1px solid #e60039;
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.55);
  -ms-transform: scale(0.55);
  transform: scale(0.55);
  left: 0;
  height: 21px;
  width: 21px;
}
button {
  cursor: pointer;
}
#page {
  padding: 0 !important;
  width: auto !important;
}
#page * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner {
  margin: 0 auto;
  max-width: 1000px;
}
#header {
  border-bottom: 5px solid #e60039;
}
#header .inner {
  padding: 31px 0 27px;
}
#contents .inner {
  padding: 28px 0 55px;
}
#contents .counter {
  background-color: #F2DCDB;
  display: table;
  margin: .5em 0;
  padding: .5em 1em;
}
#contents p + .counter {
  margin-top: -0.5em;
}
#stepHeader {
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
}
#stepHeader .sbiTitle {
  border: 1px solid #afafaf;
  margin: 38px auto 57px;
  max-width: 720px;
  padding: 28px 28px 38px;
  text-align: center;
}
#stepHeader .sbiTitle > p {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 28px;
}
#stepHeader .steps > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#stepHeader .steps > ul li {
  border: 2px solid #eee;
  color: #888;
  font-size: 1.8rem;
  line-height: 1.2;
  position: relative;
  text-align: center;
  height: 100%;
  width: 16.5%;
}
#stepHeader .steps > ul li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#stepHeader .steps > ul li:not(:last-child)::after {
  color: #bbb;
  content: ">";
  display: inline-block;
  font-size: 3.9rem;
  position: absolute;
  left: -webkit-calc(100% + 2px);
  left: calc(100% + 2px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26.51515152%;
}
#stepHeader .steps > ul li p {
  position: absolute;
  left: 6.13496933%;
  width: -webkit-calc(144/161*100%);
  width: calc(144/161*100%);
}
#stepHeader .steps > ul li .num {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  border-radius: 38px;
  color: #878787;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 23.31288344%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 6.13496933%;
}
#stepHeader .steps > ul li .num span {
  font-size: 2rem;
}
#stepHeader .steps > ul li .num + p {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 6.13496933%;
  height: 58.28220859%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
}
#stepHeader .steps > ul li.current {
  background-color: #f9eae5;
  border-color: #f5b998;
  color: #e03835;
}
#stepHeader .steps > ul li.current::after {
  color: #e60039;
}
#stepHeader .steps > ul li.current .num {
  background-color: #e60039;
  color: #fff;
}
#stepHeader .steps + * {
  margin-top: 50px;
}
#stepContents {
  background-color: #eee;
  font-size: 2.2em;
  line-height: 1.5;
  text-align: center;
}
#stepContents .inner {
  max-width: 956px;
}
#stepContents p {
  margin-bottom: 1em;
}
#stepContents .stepTitle {
  background-color: #e60039;
  border-radius: 66px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 1.6em;
  padding: 15px;
}
#stepContents .stepTitle .num {
  font-size: 2.1rem;
  margin-right: 1em;
}
#stepContents .stepTitle .num span {
  font-size: 2.8rem;
}
#stepContents h2 {
  color: #e60039;
  margin: 1.5em auto 1em;
}
#stepContents .entryForm {
  background-color: #fff;
  font-size: 2rem;
  margin: 0 auto;
  padding: 1.2em;
  width: -webkit-calc(860/956*100%);
  width: calc(860/956*100%);
}
#stepContents .entryForm dt {
  color: #e60039;
  font-size: 2.4rem;
  margin-bottom: 0.8em;
}
#stepContents .entryForm dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#stepContents .entryForm dd ul li {
  margin-bottom: 0.8em;
  text-align: left;
  white-space: nowrap;
  width: 43%;
}
#stepContents .entryForm dd ul::after {
  content: "";
  display: block;
  width: 43%;
}
#contents .entryForm .hasRadio {
  justify-content: space-around;
}
#contents .entryForm .hasRadio li {
  text-align: center;
}
#contents .inner .entryForm dl dt {
    margin-bottom: 30px;
}
#contents .inner .entryForm dl dt span {
  font-size: .75em;
}
#contents .inner .entryForm dl .name {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#contents .inner .entryForm dl .name p {
    margin-right: 17px;
    line-height: 44px;
}
#contents .inner .entryForm .hasText li {
    text-align: center;
    width: 100%;
}
#contents .inner .entryForm .hasText li input[type="text"] {
    width: 80%;
}
#contents .inner .entryForm .hasText li input[type="tel"] + p {
    white-space: normal;
    margin-top: .3em;
}
#contents .inner .entryForm .hasText li small {
    font-size: 1.7rem;
}
#contents .inner .entryForm dl .name > div {
  width: 40%;
  display: flex;
}
#contents .inner .entryForm dl .name .input {
  max-width: 296px;
  width: calc(88.0952381%);
  box-sizing: border-box;
}
#contents .inner .entryForm dl .name .input input {
  width: 100%;
}
#contents .inner .entryForm dl dd input {
  height: 44px;
  border: 1px solid #dddddd;
}
#contents .inner .entryForm + p {
    color: #e13836;
    margin-top: 60px;
    margin-bottom: 0;
}
#stepContents .inner .entryForm small{
  font-size:0.7em;
}
#stepContents .inputtedTbl {
  background-color: #fff;
  font-size: 2rem;
  margin: 0 auto;
  padding: 1.2em;
  width: -webkit-calc(860/956*100%);
  width: calc(860/956*100%);
}
#stepContents .inputtedTbl th,
#stepContents .inputtedTbl td {
  border: 1px solid #D3DFED;
  padding: 1em;
  text-align: left;
}
#stepContents .inputtedTbl th {
  color: #e60039;
}
#stepContents .inputtedTbl td {
  padding-left: 2em;
}
#stepContents .inputtedTbl + .entryForm {
  margin-top: 36px;
}
#stepContents .inputtedTbl + .inputtedTbl,
#stepContents .inputtedTbl + .entryForm {
  margin-top: 36px;
}
#stepContents .fin {
  font-size: 2.4rem;
  margin-top: 40px;
}
#refuseContents {
  background-color: #eee;
  color: #df3834;
  font-size: 2.4em;
  margin-bottom: 72px;
  text-align: center;
}
#refuseContents .inner {
  max-width: 956px;
  padding: 70px 0;
}
#refuseContents p {
  font-weight: bold;
  line-height: 1.7;
}
#stepFooter .query {
  color: #df3833;
  font-size: 2.4rem;
  margin-bottom: 1.5em;
  text-align: center;
}
#stepFooter .navLinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 78.3%;
}
#stepFooter .navLinks li {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  width: 47.2541507%;
}
#stepFooter .navLinks li > * {
  background-color: transparent;
  font: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #9a9a9a;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 100%;
  height: 9rem;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  width: 100%;
}
#stepFooter .navLinks li > * span {
  font-size: 1.4rem;
  margin-top: .3em;
}
#stepFooter .navLinks li > * span br {
  display: none;
}
#stepFooter .navLinks li.next > * {
  background-color: #e60039;
  border-width: 0;
  color: #fff;
  position: relative;
}
#stepFooter .navLinks li.next > *::before {
  border: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  height: -webkit-calc(100% - 16px);
  height: calc(100% - 16px);
  left: 7px;
  position: absolute;
  top: 7px;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
}
#stepFooter .navLinks li.next > *::after {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  color: #e60039;
  content: ">";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
}
#footer {
  border-top: 2px solid #0a3e86;
  color: #444;
}
#footer .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 50px;
}
#footer .copyright small {
  font-size: 1.5rem;
}
#footer .sbi {
  width: 90px;
}
@media screen and (max-width: 768px) {
  input[type="checkbox"] {
    height: 16px;
    margin-right: 16px;
    width: 16px;
  }
  input[type="checkbox"]:checked::before {
    height: 3px;
    left: 0;
    top: 10px;
    width: 7px;
  }
  input[type="checkbox"]:checked::after {
    height: 3px;
    left: 6px;
    top: 10px;
    width: 12px;
  }
  input[type="radio"] + label {
    padding-left: 32px;
  }
  input[type="radio"] + label::before {
    height: 15px;
    width: 15px;
  }
  input[type="radio"]:checked + label::after {
    height: 15px;
    width: 15px;
  }
  img {
    max-width: 100%;
  }
  .inner {
    margin: 0 10px;
  }
  #header .inner {
    padding: 20px 0;
  }
  #contents .inner {
    padding: 28px 0;
  }
  #stepHeader {
    font-size: 1.6rem;
  }
  #stepHeader .sbiTitle {
    margin: 20px 0;
  }
  #stepHeader .sbiTitle > p {
    font-size: 1.4rem;
  }
  #stepHeader .sbiTitle > p + img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
  }
  #stepHeader .steps > ul {
    display: block;
  }
  #stepHeader .steps > ul li {
    padding: 10px;
    text-align: center;
    width: auto;
  }
  #stepHeader .steps > ul li::before {
    content: none;
  }
  #stepHeader .steps > ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  #stepHeader .steps > ul li:not(:last-child)::after {
    font-size: 3rem;
    top: -webkit-calc(100% + 4px);
    top: calc(100% + 4px);
    left: 50%;
    -webkit-transform: rotate(90deg) translateY(50%);
    -ms-transform: rotate(90deg) translateY(50%);
    transform: rotate(90deg) translateY(50%);
    width: 40px;
  }
  #stepHeader .steps > ul li p {
    display: block !important;
    position: static;
    margin: 0 auto;
    width: auto;
  }
  #stepHeader .steps > ul li .num {
    margin-bottom: 10px;
  }
  #stepHeader .steps > ul li .num + p br {
    display: none;
  }
  #stepHeader .steps + * {
    margin-top: 28px;
  }
  #stepContents {
    font-size: 1.6rem;
  }
  #stepContents .stepTitle {
    border-radius: 30px;
    font-size: 1.8rem;
    padding: 10px;
  }
  #stepContents .stepTitle .num {
    display: block;
    font-size: 1.6rem;
    margin: 0 auto .2em;
  }
  #stepContents .stepTitle .num span {
    font-size: 2rem;
  }
  #stepContents .entryForm {
    font-size: 1.6rem;
  }
  #stepContents .entryForm dt {
    font-size: 1.8rem;
  }
  #stepContents .entryForm dd ul {
    display: block;
  }
  #stepContents .entryForm dd ul li {
    white-space: normal;
    width: auto;
  }
  #stepContents .inputtedTbl {
    border: 1px solid #D3DFED;
    display: block;
    padding: 0.5em;
  }
  #stepContents .inputtedTbl tbody,
  #stepContents .inputtedTbl tr {
    display: block;
  }
  #stepContents .inputtedTbl th,
  #stepContents .inputtedTbl td {
    border-width: 0;
    display: block;
    font-size: 1.6rem;
    padding: 0;
    width: auto !important;
    text-align: center;
  }
  #stepContents .inputtedTbl tr + tr th {
    margin-top: 0.5em;
  }
  #stepContents .inputtedTbl + .inputtedTbl,
  #stepContents .inputtedTbl + .entryForm {
    margin-top: 18px;
  }
  #stepContents .fin {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  #stepContents .fin + img {
    max-width: 200px;
  }
  #refuseContents {
    font-size: 1.7rem;
    margin-bottom: 36px;
  }
  #refuseContents p br {
    display: none;
  }
  #stepFooter .navLinks {
    display: block;
    min-width: 300px;
  }
  #stepFooter .navLinks li {
    font-size: 1.8rem;
    width: auto;
  }
  #stepFooter .navLinks li > * {
    height: auto;
    padding: 24px 0;
  }
  #stepFooter .navLinks li > * span br {
    display: inline;
  }
  #footer .copyright small {
    font-size: 1rem;
  }
}
