@charset "UTF-8";

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption,
figure,
main {
  display: block
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder;
  margin: 4px
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

*,
::before,
::after {
  box-sizing: border-box;
  word-break: break-word
}

/*
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.714;
  letter-spacing: .08em;
  vertical-align: baseline;
  color: #333;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative
}
*/

a {
  word-break: break-all
}



a>* {
  word-break: normal
}

a:hover,
a focus {
  text-decoration: none
}

p {
  margin: 14px 0 0
}

p+p {
  margin: 8px 0 0
}

button {
  margin: 0;
  padding: 0;
  cursor: pointer
}

button,
form,
select,
input,
textarea {
  font: inherit;
  border: none
}

dl,
dt,
dd {
  margin: 0
}

ul,
ol {
  margin: 20px 0 0;
  padding: 0;
  list-style: none
}

ul+ul,
ul+ol,
ol+ul,
ol+ol {
  margin: 20px 0 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

div>p:first-child,
div>ul:first-child,
div>ol:first-child {
  margin-top: 0
}

img {
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
  border: 0
}

.str-inner {
  max-width: 1004px;
  margin: 0 auto;
  padding: 0 10px
}

.knowledge-content-text {
  font-size: 16px
}

.knowledge .knowledge-list li {
  display: list-item;
  list-style: outside;
  margin-left: 2em
}

.knowledge .knowledge-normal-box {
  border: 1px solid #F06E18;
  border-radius: 4px;
  padding: 18px;
  margin-top: 41px
}

.knowledge .knowledge-normal-box-header {
  font-size: 18px;
  line-height: 27px;
  color: #F06E18;
  border-bottom: 1px solid #F06E18;
}

.knowledge .knowledge-link-download {
  display: table;
  color: #F06E18;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 25px;
  line-height: 1.3;
  position: relative
}

.table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  border-bottom: 3px solid #ececec;
  vertical-align: middle;
  border: groove
}

.table__head {
  display: table-header-group;
  color: #000
}

.table__body {
  display: table-row-group;
  vertical-align: inherit
}

.table__row {
  display: table-row;
  vertical-align: inherit
}

.table__body .table__row:nth-child(even) {
  background-color: #ececec
}

.table__cell {
  display: table-cell;
  border: 1px solid #fff;
  padding: 20px;
  width: calc(100% / 5);
  vertical-align: inherit;
  border: groove;
  text-align: center
}

.table__foot {
  display: table-footer-group;
  vertical-align: inherit
}

.table__caption {
  display: table-caption;
  padding: 20px;
  border: 1px solid #fff;
  caption-side: bottom
}

div.knowledge-content-text a {
  color: #551A8B;
  text-decoration: underline;
}

ul.indent-text {
  padding-left: 0px;
  margin-top: 0px;
}

.indent-text>li {
  list-style-type: none;
  position: relative;
}

.indent-text>li>span {
  position: absolute;
  margin-top: 0px;
  margin-right: 10px;
  font-weight: bold;
}

.indent-text>li>div {
  margin-left: 35px;
}

.knowledge-list-mn {
  margin-top: 0;
}

.knowledge-list-mn>li {
  display: list-item;
  list-style: outside;
  margin-left: 2em;
}

.mt10 {
  margin-top: 10px !important;
}


@media screen and (max-width: 768px) {
  /*
  body {
    font-size: .875rem;
    line-height: 1.5
  }
  */

  p {
    margin: 10px 0 0
  }

  ul,
  ol {
    margin: 12px 0 0
  }

  ul+ul,
  ul+ol,
  ol+ul,
  ol+ol {
    margin: 12px 0 0
  }

  .str-inner {
    padding: 0 12px
  }

  .sp-hide {
    display: none !important
  }

  .knowledge-list .str-inner {
    padding: 0 10px
  }
}