/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
:root {
  --color-primary: #e60027;
  --color-primary-light: #ffeaee;
  --color-secondary: #878787;
  --color-secondary-light: #eeeeee;
  --color-accent: #df3834;
  --color-bg-light: #f9eae5;
  --color-link: #3077ae;
}

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;
}
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;
}
.fontB {
  font-weight: 600;
}
.trans {
  transition-property: all;
  transition: 0.3s linear;
}
.trans:hover {
  opacity: .8;
}
.super {
  font-size: 1.2rem;
  vertical-align: super;
}
.pcbr {
  display: block;
}
.spbr {
  display: inline-block;
}
a,
a:hover {
  color: var(--color-link);
}
@media screen and (max-width: 768px) {
  .super {
    font-size: 1.0rem;
  }
  .pcbr {
    display: inline;
  }
  .spbr {
    display: block !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spf18 {
    font-size: 1.8rem;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6em;
  line-height: 1.6;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
input[type=checkbox] {
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.checkbox01::before {
  background: #fff;
  border: 3px solid var(--color-primary);
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  left: 5px;
  top: 2px;
  position: absolute;
}
.checkbox01::after {
  border-right: 4px solid var(--color-primary);
  border-bottom: 4px solid var(--color-primary);
  content: '';
  display: block;
  width: 8px;
  height: 16px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 11px;
  left: 13px;
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
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: var(--color-primary);
}
input[type="radio"]:checked + label::after {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transform: scale(0.55);
  left: 0;
  height: 21px;
  width: 21px;
}
button {
  cursor: pointer;
}
#page {
  padding: 0 !important;
  width: auto !important;
}
#page * {
  box-sizing: border-box;
}
.inner {
  margin: 0 auto;
  max-width: 1000px;
}
#header {
  border-bottom: 5px solid var(--color-primary);
}
#header .inner {
  padding: 20px 0;
}
#contents .inner {
  padding: 28px 0 55px;
}
#contents .counter {
  background-color: var(--color-primary-light);
  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: var(--color-primary-light);
  border-color: var(--color-primary);
  color: var(--color-primary);
}
#stepHeader .steps > ul li.current::after {
  color: var(--color-primary);
}
#stepHeader .steps > ul li.current .num {
  background-color: var(--color-primary);
  color: #fff;
}
#stepHeader .steps + * {
  margin-top: 50px;
}
#stepContents {
  background-color: #eee;
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
}
#stepContents .inner {
  max-width: 956px;
}
#stepContents p {
  margin-bottom: 1em;
}
#stepContents .stepTitle {
  background-color: var(--color-primary);
  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: var(--color-primary);
  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: var(--color-primary);
  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::after {
  display: none;
}
#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: var(--color-primary);
}
#stepContents .inputtedTbl td {
  padding-left: 2em;
}
#stepContents .inputtedTbl + .entryForm {
  margin-top: 36px;
}
#stepContents .inputtedTbl + .inputtedTbl,
#stepContents .inputtedTbl + .entryForm {
  margin-top: 36px;
}
#stepContents .inputtedTbl.tbl04{
  border-bottom: 1px solid #D3DFED;
}
#stepContents .fin {
  font-size: 2.4rem;
  margin-top: 40px;
}
#refuseContents {
  background-color: var(--color-secondary-light);
  color: var(--color-accent);
  font-size: 1.6em;
  margin-bottom: 72px;
  text-align: center;
}
#refuseContents .inner {
  max-width: 956px;
  padding: 70px 0;
}
#refuseContents p {
  font-weight: bold;
  line-height: 1.7;
}
.errorMsg {
  width: 100%;
  color: #ea4800;
  font-size: 2.0rem;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0 !important;
}
#stepFooter .query {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 1.5em;
  text-align: center;
}
#stepFooter .navLinks {
  display: flex;
  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;
  align-items: center;
  border: 2px solid #9a9a9a;
  color: #666;
  display: flex;
  flex-direction: column;
  font-size: 100%;
  height: 9rem;
  position: relative;
  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: var(--color-primary);
  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: calc(100% - 16px);
  left: 7px;
  position: absolute;
  top: 7px;
  width: calc(100% - 16px);
}
#stepFooter .navLinks li.next > *::after {
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  color: var(--color-primary);
  content: ">";
  display: flex;
  font-size: 2rem;
  font-weight: normal;
  justify-content: center;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}
#stepFooter .navLinks li.back {
  margin: 0 auto;
}
#stepFooter .navLinks li.back > * {
  background-color: var(--color-primary);
  border-width: 0;
  color: #fff;
  position: relative;
  padding-left: 36px;
}
#stepFooter .navLinks li.back > *::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  right: 7px;
  top: 7px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#stepFooter .navLinks li.back > *::after {
  position: absolute;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  color: var(--color-primary);
  content: "<";
  display: flex;
  font-size: 2rem;
  font-weight: normal;
  justify-content: center;
  height: 36px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}
#footer {
  border-top: 2px solid #0a3e86;
  color: #444;
}
#footer .inner {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 50px;
}
#footer .copyright small {
  font-size: 1.5rem;
}
#footer .sbi {
  width: 90px;
}
/*****  table  *****/
.table {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  padding: 10px;
  background: #FFF;
  margin-bottom: 60px !important;
}
.table dt {
  width: 25%;
  padding: 30px 15px;
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--color-primary);
  background: #edf4e8;
}
.table dt span {
  font-size: 1.8rem;
}
.table dd {
  width: 75%;
  display: flex;
  padding: 30px 60px;
}
.table dd p {
  margin-bottom: 0 !important;
}
.table dd input[type="text"],
.table dd input[type="tel"] {
  width: 100%;
  height: 44px;
  padding: 5px 10px;
  font-size: 1.8rem;
  border: 1px solid #afafaf;
  border-radius: 5px;
}
.table dd.name > div {
  width: 50%;
  display: flex;
  align-items: center;
}
.table dd.name > div p {
  width: 3em;
  margin-bottom: 0;
}
.table dd.name > div > div {
  flex: calc(100% - 3em);
}
.table dd.telno {
  display: block;
}
.table dd.telno .no {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.table dd.telno .no input {
  width: calc(33% - 2em);
}
.table dd.telno .no .line {
  display: inline-block;
  text-align: center;
  width: 2em;
  line-height: 44px;
}
.table dd.telno .att {
  font-size: 1.6rem;
  text-align: left;
  margin: 15px 0 0;
}
.table dd.text input {
  width: 100%;
}
.inputtedTbl {
  width: 90%;
  margin: 0 auto 60px;
  padding: 30px;
  background: #fff;
}
.inputtedTbl th,
.inputtedTbl td {
  border: 1px solid var(--color-primary);
  padding: 1em;
  text-align: left;
}
.inputtedTbl th {
  color: var(--color-primary);
}
.inputtedTbl td {
  padding-left: 2em;
}
.inputtedTbl + .entryForm {
  margin-top: 36px;
}
.inputtedTbl.tbl01 {
  width: 80%;
  margin-bottom: 30px;
}
.inputtedTbl.tbl01 th {
  width: 5em;
  border: none;
  font-weight: bold;
}
.inputtedTbl.tbl01 td {
  width: calc(100% - 5em);
  border: none;
}
.confirmation {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px !important;
  background: #FFF;
  text-align: left;
}
.confirmation dt {
  width: 12em;
  padding: 20px;
  color: var(--color-primary);
  font-weight: bold;
}
.confirmation dd {
  width: calc(100% - 12em);
  padding: 20px 20px 20px 60px;
}
.confirmation dd > div {
  display: inline-block;
}
.confirmation .forBoard {
  display: none;
}

@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 auto;
  }
  #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.tbl01{
    border-bottom: 0px;
  }
  #stepContents .inputtedTbl.tbl03{
    border-bottom: 0px;
  }
  #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;
  }
  
}
@media screen and (max-width: 480px) {
  #stepFooter .navLinks li.next > *::after {
      right: 5px;
      border: 1px solid #ccc;
  }
}