/* 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;
}
.fontB {
  font-weight: 600;
}
.trans {
  transition-property: all;
  transition: 0.3s linear;
}
.trans:hover {
  opacity: .8;
}
html {
  font-size: 62.5%;
}
#contents .matters {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #545454;
  font-size: 1.8rem;
  margin: 0 auto 30px;
  padding: 1.8em;
  text-align: left;
  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 .matters:last-child {
  margin-bottom: 0;
  margin-top: 40px;
}
#contents .matters .i_pdf {
  display: inline-block;
  margin-left: 10px;
  background: url('../images/common/icon_pdf.png') no-repeat left top;
  background-size: contain;
  padding-left: 25px;
}
#contents .matters #check {
  margin: 10px 0 20px;
}
#contents .matters label {
  display: inline-block;
  margin: 50px 10px 20px;
  font-weight: 600;
  font-size: 2.6rem;
}
#contents .matters input[type="checkbox"] {
  height: 30px;
  width: 30px;
}
#contents .matters input[type="checkbox"]:checked::before {
  left: -2px;
  top: 18px;
  width: 15px;
}
#contents .matters input[type="checkbox"]:checked::after {
  left: 12px;
  top: 19px;
  width: 21px;
}
#contents .matters #att {
  color: #cc0000;
}
#stepFooter .navLinks li {
  height: 90px;
}
#stepFooter .navLinks li.next button[id="yes"][disabled] {
  background-color: #ccc;
  cursor: default;
}
#stepFooter .navLinks li.next button[id="yes"][disabled]::after {
  color: #ccc;
}
#stepFooter .navLinks li .layer {
  width: 370px;
  height: 90px;
  top: -90px;
  left: 0;
  z-index: 100;
  background: transparent;
}
#stepFooter .navLinks li .layer:after {
  display: none;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
ul.list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 40px;
}
#contents .matters ul {
  margin-top: 20px;
}
#contents .matters .list li {
  margin-bottom: 20px;
}
#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: #e60039;
  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;
}
@media screen and (max-width: 768px) {
  #contents .matters {
    font-size: 1.4rem;
    width: calc(860/956*100%);
  }
  #contents .matters h2 {
    font-size: 1.6rem;
  }
  #contents .matters #check {
    margin: 20px 0 20px;
  }
  #contents .matters label {
    margin: 0 0 20px 5px;
    font-size: 1.4rem;
    line-height: 1;
  }
  #contents .matters input[type="checkbox"] {
    height: 22px;
    width: 22px;
  }
  #contents .matters input[type="checkbox"]:checked::before {
    left: 0;
    top: 14px;
    width: 10px;
  }
  #contents .matters input[type="checkbox"]:checked::after {
    left: 8px;
    top: 14px;
    width: 16px;
  }
  #stepFooter .navLinks {
    display: flex;
    flex-flow: column-reverse;
    flex-wrap: wrap;
  }
  #stepFooter .navLinks li {
    width: 100%;
  }
  #stepFooter .navLinks li:last-of-type {
    margin-bottom: 30px;
  }
  #stepFooter .navLinks li .layer {
    width: 100%;
    height: 67px;
    top: -67px;
  }
  #stepFooter .navLinks li .layer:before {
    display: none;
  }
  ul.list {
    margin-left: 20px;
  }
  #contents .matters .btn {
    max-width: 100%;
  }
  #stepFooter .inner {
    font-size: 1.6rem;
    padding: 28px 0;
  }
  #stepFooter .navLinks li + li {
    margin-top: 0px;
  }
  #stepFooter .inner .small {
    font-size: 0.9em;
  }
  #stepContents p{
    font-feature-settings: "palt";
  }
  #stepContents p br{
    display:none;
  }
}
