/* 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;
}
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%;
}
#contents {
  /*.concent {
		background-color: transparent;
		padding: 2em 1.2em 0;
	}*/
}
#contents .matters {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #545454;
  font-size: 1.8rem;
  margin: 0 auto;
  padding: 1.8em;
  text-align: left;
  width: -webkit-calc(860/956*100%);
  width: calc(860/956*100%);
}
#contents .matters h2 {
  font-size: 2rem;
}
#contents .matters h2:first-child {
  margin-top: 0;
}
#contents .matters h3 {
  color: #000;
  margin-bottom: .6em;
  padding-left: 1em;
  text-indent: -1em;
}
#contents .matters h3::before {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: .9em;
  margin-right: .1em;
  left: 0;
  width: .9em;
}
#contents .matters *:last-child {
  margin-bottom: 0;
}
#contents .stepTitle + p {
  font-size: 2.0rem;
}
#contents .matters:last-child {
  margin-bottom: 0;
  margin-top: 40px;
}
#contents .matters ul {
  margin-top: 20px;
}
#contents .matters .list li {
  margin-bottom: 20px;
}
ul.list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 40px;
}
ul.list li {
  list-style-type: disc !important;
}
#contents .matters .btn {
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(215, 215, 215, 1));
  transition: 0.5s ease-in-out;
  margin-bottom: 2em;
}
#contents .matters .btn a {
  text-decoration: none;
  color: #e13836;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  padding: 15px;
}
#stepFooter .inner {
  font-size: 1.8rem;
  padding: 55px 0;
}
#stepFooter .inner p {
  margin-bottom: 30px;
  line-height:1.6;
}
#stepFooter .navLinks li.next button[id="yes"][disabled] {
  background-color: #ccc;
  cursor: default;
}
#stepFooter .navLinks li.next button[id="yes"][disabled]::after {
  color: #ccc;
}
.fontB {
  font-weight: 600;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  #contents .matters {
    font-size: 1.4rem;
    width: -webkit-calc(860/956*100%);
    width: calc(860/956*100%);
  }
  #contents .matters h2 {
    font-size: 1.6rem;
  }
  #stepFooter .navLinks li.next > * span {
    text-indent: 0;
  }
  #contents .stepTitle + p {
    font-size: 1.6rem;
  }
  ul.list {
    margin-left: 20px;
  }
  #contents .matters .btn {
    max-width: 100%;
  }
  #stepFooter .inner {
    font-size: 1.6rem;
    padding: 28px 0;
  }
  #stepFooter .inner .small {
    font-size: 0.9em;
  }
}
