@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

a {
  color: inherit;
  text-decoration: underline;
}

html {
  font-size: 100%;
  overflow-y: scroll;
}

body {
  background: #f7f5f3;
  color: #444;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 767px) {
  .c-br.is-pc {
    display: none;
  }
}
@media print, (min-width: 768px) {
  .c-br.is-sp {
    display: none;
  }
}

.l-wrapper {
  overflow: hidden;
}

.l-header {
  position: relative;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, (min-width: 768px) {
  .l-header {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 36px;
  }
}
.l-header__lg {
  position: absolute;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .l-header__lg {
    left: 30px;
    top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__lg {
    left: 16px;
    top: 8.5px;
  }
}
.l-header__lg a {
  display: block;
}
.l-header__lg img {
  object-fit: contain;
  vertical-align: top;
}
@media print, (min-width: 768px) {
  .l-header__lg img {
    width: 200px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__lg img {
    width: 135.71px;
    height: 19px;
  }
}
.l-header__bt {
  position: absolute;
  right: 0;
  top: 0;
}
.l-header__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: opacity 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .l-header__bt a {
    width: 190px;
    height: 80px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__bt a {
    width: 104px;
    height: 36px;
    font-size: 12px;
  }
}
@media print, (min-width: 768px) {
  .l-header__bt a:hover,
  .l-header__bt a:active {
    opacity: .8;
  }
}

.l-main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, (min-width: 768px) {
  .l-main {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-bottom: 40px;
  }
}

@media print, (min-width: 768px) {
  .m-visual {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-visual {
    padding-bottom: 40px;
  }
}
.m-visual__tw {
  background: #dc472e;
  color: #fff;
}
@media print, (min-width: 768px) {
  .m-visual__tw__in {
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px 30px 225px;
  }
}
@media screen and (max-width: 767px) {
  .m-visual__tw__in {
    margin: 0 auto;
    padding: 40px 30px 80px;
  }
}
.m-visual__hd__s {
  font-weight: 700;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .m-visual__hd__s {
    margin-bottom: 22px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-visual__hd__s {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
.m-visual__hd__tt {
  font-weight: 700;
  line-height: 1.3;
}
@media print, (min-width: 768px) {
  .m-visual__hd__tt {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-visual__hd__tt {
    font-size: 32px;
  }
}
@media print, (min-width: 768px) {
  .m-visual__dt {
    margin-top: 43px;
  }
}
@media screen and (max-width: 767px) {
  .m-visual__dt {
    margin-top: 25px;
  }
}
.m-visual__dt > li {
  display: flex;
  gap: .7em;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .m-visual__dt > li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .m-visual__dt > li {
    font-size: 12px;
  }
}
.m-visual__dt > li:nth-child(n+2) {
  margin-top: 5px;
}
.m-visual__pw {
  position: relative;
}
@media print, (min-width: 768px) {
  .m-visual__pw {
    max-width: 1160px;
    margin: -160px auto 0;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-visual__pw {
    margin: -30px auto 0;
    padding-left: 30px;
  }
}
.m-visual__pw__p {
  position: relative;
}
@media print, (min-width: 768px) {
  .m-visual__pw__p {
    aspect-ratio: 2320/1306;
  }
}
@media screen and (max-width: 767px) {
  .m-visual__pw__p {
    aspect-ratio: 686/500;
  }
}
.m-visual__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .m-summary {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-summary {
    margin: 0 30px;
    padding: 30px 0 20px;
  }
}
.m-summary a {
  color: #dc472e;
  text-decoration: underline;
  transition: opacity 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .m-summary a:hover,
  .m-summary a:active {
    opacity: .6;
  }
}
.m-summary__tt {
  position: relative;
  padding-left: 12px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, (min-width: 768px) {
  .m-summary__tt {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .m-summary__tt {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.m-summary__tt::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  background: #dc472e;
}
@media print, (min-width: 768px) {
  .m-summary__tt::before {
    top: 7px;
    height: calc(100% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .m-summary__tt::before {
    top: 4px;
    height: calc(100% - 6px);
  }
}
.m-summary__bx {
  border-radius: 10px;
  background: #fff;
}
@media print, (min-width: 768px) {
  .m-summary__bx {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-summary__bx {
    padding: 20px;
  }
}
@media print, (min-width: 768px) {
  .m-summary__bx__t {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .m-summary__bx__t {
    font-size: 15px;
    line-height: 1.7;
  }
}
.m-summary__ft {
  margin-top: 30px;
}
@media print, (min-width: 768px) {
  .m-summary__ft__t {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .m-summary__ft__t {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media print, (min-width: 768px) {
  .m-toc {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 30px 130px;
  }
}
@media screen and (max-width: 767px) {
  .m-toc {
    margin: 0 30px;
    padding: 30px 0 60px;
  }
}
.m-toc__hd {
  display: flex;
  align-items: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #dc472e;
}
@media print, (min-width: 768px) {
  .m-toc__hd {
    height: 52px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-toc__hd {
    height: 45px;
    padding: 0 20px;
  }
}
.m-toc__hd__tt {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .m-toc__hd__tt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .m-toc__hd__tt {
    font-size: 15px;
  }
}
.m-toc__bd {
  border-right: 1px solid #ebe9e5;
  border-bottom: 1px solid #ebe9e5;
  border-left: 1px solid #ebe9e5;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
}
@media print, (min-width: 768px) {
  .m-toc__bd {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-toc__bd {
    padding: 0 20px;
  }
}
.m-toc__ul > li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 0 10px 15px;
  color: inherit;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: color 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .m-toc__ul > li a {
    min-height: 31px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .m-toc__ul > li a {
    min-height: 25px;
    font-size: 15px;
  }
}
.m-toc__ul > li a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 7px;
  margin-top: -2.5px;
  background: #dc472e;
  -webkit-mask: url(/ifree/line/images/column/icon_arrow01.svg) no-repeat 0 0/contain;
          mask: url(/ifree/line/images/column/icon_arrow01.svg) no-repeat 0 0/contain;
}
@media print, (min-width: 768px) {
  .m-toc__ul > li a:hover,
  .m-toc__ul > li a:active {
    color: #dc472e;
  }
}
.m-toc__ul > li:nth-child(n+2) {
  border-top: 1px solid #ebe9e5;
}

.m-hscroll {
  position: relative;
  overflow-x: auto;
}
.m-hscroll__bd {
  float: left;
}
@media screen and (max-width: 767px) {
  .m-hscroll__bd {
    padding: 0 30px;
  }
}
.m-hscroll__ht {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 50%;
  top: 80px;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  padding-bottom: 5px;
  border-radius: 50%;
  background: rgba(72, 69, 65, .7);
  transform: translateX(-50%);
  transition: visibility 0ms 300ms, opacity 300ms;
  pointer-events: none;
}
.m-hscroll__ht__p {
  line-height: 1;
  text-align: center;
}
.m-hscroll__ht__p img {
  width: 18px;
  height: 26.5px;
  vertical-align: top;
}
.m-hscroll__ht__t {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.m-hscroll.is-w1800 .m-hscroll__bd {
  width: 1800px;
}
.m-hscroll.is-scrolled .m-hscroll__ht {
  visibility: hidden;
  opacity: 0;
}
.m-hscroll.is-scrolled .m-hscroll__bd {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .m-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-content {
    margin: 0 30px;
  }
}
.m-content a {
  color: #dc472e;
  text-decoration: underline;
  transition: opacity 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .m-content a:hover,
  .m-content a:active {
    opacity: .6;
  }
}
.m-content strong {
  font-weight: 700;
}
.m-content .is-mt5 {
  margin-top: 5px;
}
.m-content .is-mt10 {
  margin-top: 10px;
}
.m-content .is-mt15 {
  margin-top: 15px;
}
.m-content .is-mt20 {
  margin-top: 20px;
}
.m-content .is-mt25 {
  margin-top: 25px;
}
.m-content .is-mt30 {
  margin-top: 30px;
}
.m-content .is-mt35 {
  margin-top: 35px;
}
.m-content .is-mt40 {
  margin-top: 40px;
}
.m-content .is-mt45 {
  margin-top: 45px;
}
.m-content .is-mt50 {
  margin-top: 50px;
}
@media print, (min-width: 768px) {
  .m-content__sc {
    padding: 50px 0 110px;
  }
}
@media screen and (max-width: 767px) {
  .m-content__sc {
    padding: 30px 0 60px;
  }
}
@media print, (min-width: 768px) {
  .m-content__us {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .m-content__us {
    margin-top: 60px;
  }
}
@media print, (min-width: 768px) {
  .m-content__vs {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .m-content__vs {
    margin-top: 30px;
  }
}
.m-content__tt {
  position: relative;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-content__tt {
    margin-bottom: 60px;
    padding-bottom: 35px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-content__tt {
    margin-bottom: 45px;
    padding-bottom: 25px;
    font-size: 24px;
  }
}
.m-content__tt::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 2px;
  margin-left: -50px;
  background: #dc472e;
}
.m-content__ut {
  position: relative;
  padding-left: 12px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, (min-width: 768px) {
  .m-content__ut {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .m-content__ut {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.m-content__ut::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  background: #dc472e;
}
@media print, (min-width: 768px) {
  .m-content__ut::before {
    top: 7px;
    height: calc(100% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .m-content__ut::before {
    top: 4px;
    height: calc(100% - 6px);
  }
}
.m-content__vt {
  font-weight: 700;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .m-content__vt {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-content__vt {
    margin-bottom: 12px;
    font-size: 17px;
  }
}
.m-content__vt sup {
  font-size: 10px;
}
@media print, (min-width: 768px) {
  .m-content__vt sup {
    vertical-align: 50%;
  }
}
@media screen and (max-width: 767px) {
  .m-content__vt sup {
    vertical-align: 35%;
  }
}
@media print, (min-width: 768px) {
  .m-content__t {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .m-content__t {
    font-size: 15px;
    line-height: 1.7;
  }
}
.m-content__n {
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .m-content__n {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .m-content__n {
    font-size: 12px;
  }
}
.m-content__rn {
  line-height: 1.5;
  text-align: right;
}
@media print, (min-width: 768px) {
  .m-content__rn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .m-content__rn {
    font-size: 12px;
  }
}
.m-content__ul > li {
  position: relative;
  padding-left: 14px;
}
@media print, (min-width: 768px) {
  .m-content__ul > li {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .m-content__ul > li {
    font-size: 15px;
    line-height: 1.7;
  }
}
.m-content__ul > li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #dc472e;
}
@media print, (min-width: 768px) {
  .m-content__ul > li::before {
    top: 13.5px;
  }
}
@media screen and (max-width: 767px) {
  .m-content__ul > li::before {
    top: 11px;
  }
}
.m-content__tl {
  display: table;
  width: 100%;
}
@media print, (min-width: 768px) {
  .m-content__tl {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .m-content__tl {
    font-size: 15px;
    line-height: 1.7;
  }
}
.m-content__tl__m {
  display: table-cell;
  padding-right: 5px;
  white-space: nowrap;
}
.m-content__tl__t {
  display: table-cell;
  width: 100%;
}
.m-content__tl > li {
  display: table-row;
}
.m-content__nl {
  display: table;
  width: 100%;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .m-content__nl {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .m-content__nl {
    font-size: 12px;
  }
}
.m-content__nl__m {
  display: table-cell;
  padding-right: 5px;
  white-space: nowrap;
}
.m-content__nl__t {
  display: table-cell;
  width: 100%;
}
.m-content__nl > li {
  display: table-row;
}
.m-content__fg__tt {
  line-height: 1.5;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-content__fg__tt {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .m-content__fg__tt {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.m-content__p {
  line-height: 1;
  text-align: center;
}
.m-content__p img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.m-content__p.is-rounded img {
  border-radius: 10px;
}
.m-content__yt {
  position: relative;
  aspect-ratio: 560/315;
  overflow: hidden;
}
.m-content__yt iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-content__po {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-content__po {
    display: none;
  }
}
.m-content__po > span {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  vertical-align: top;
}
.m-content__po > span img {
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 23.5px;
  height: 21px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .m-content__mi {
    margin: 0 -30px;
  }
}
.m-content__mi__tb {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 16px;
  line-height: 1.5;
}
.m-content__mi__tb > thead > tr > th,
.m-content__mi__tb > thead > tr > td {
  padding: 17px 0;
  background: #484541;
  color: #fff;
  text-align: center;
}
.m-content__mi__tb > thead > tr > th {
  width: 10%;
}
.m-content__mi__tb > thead > tr > td {
  width: 15%;
}
.m-content__mi__tb > tbody > tr > th,
.m-content__mi__tb > tbody > tr > td {
  padding: 17px 20px;
  background: #fff;
}
.m-content__mi__tb > tbody > tr > th {
  text-align: left;
}

.m-related {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, (min-width: 768px) {
  .m-related__in {
    max-width: 1160px;
    margin: 0 auto;
    padding: 140px 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-related__in {
    margin: 0 30px;
    padding: 40px 0;
  }
}
.m-related__tt {
  position: relative;
  padding-left: 12px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, (min-width: 768px) {
  .m-related__tt {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .m-related__tt {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.m-related__tt::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  background: #dc472e;
}
@media print, (min-width: 768px) {
  .m-related__tt::before {
    top: 7px;
    height: calc(100% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .m-related__tt::before {
    top: 4px;
    height: calc(100% - 6px);
  }
}
@media print, (min-width: 768px) {
  .m-related__ul {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-related__ul__c:nth-child(1) {
    flex: 44.4444444444%;
  }
}
@media print, (min-width: 768px) {
  .m-related__ul__c:nth-child(2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .m-related__ul__c:nth-child(2) {
    flex: 50.7936507937%;
  }
}
.m-related__ul__p {
  position: relative;
  aspect-ratio: 730/486;
  border-radius: 10px;
  overflow: hidden;
}
.m-related__ul__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}
.m-related__ul__t {
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .m-related__ul__t {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .m-related__ul__t {
    font-size: 13px;
  }
}
@media print, (min-width: 768px) {
  .m-related__ul > li {
    flex: 1;
    max-width: 366.66667px;
  }
}
.m-related__ul > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .m-related__ul > li a {
    display: flex;
    gap: 15px;
  }
}
@media print, (min-width: 768px) {
  .m-related__ul > li a:hover .m-related__ul__p img,
  .m-related__ul > li a:active .m-related__ul__p img {
    transform: scale(1.075);
  }
}
@media screen and (max-width: 767px) {
  .m-related__ul > li:nth-child(n+2) {
    margin-top: 20px;
  }
}

.m-disclosure {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, (min-width: 768px) {
  .m-disclosure {
    max-width: 1160px;
    margin: 0 auto;
    padding: 70px 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure {
    margin: 0 auto;
    padding: 50px 30px;
  }
}
.m-disclosure strong {
  font-weight: 700;
}
.m-disclosure .is-red {
  color: #dc472e;
  font-weight: 700;
}
.m-disclosure .is-mt5 {
  margin-top: 5px;
}
.m-disclosure .is-mt10 {
  margin-top: 10px;
}
.m-disclosure .is-mt15 {
  margin-top: 15px;
}
.m-disclosure .is-mt20 {
  margin-top: 20px;
}
.m-disclosure .is-mt25 {
  margin-top: 25px;
}
.m-disclosure .is-mt30 {
  margin-top: 30px;
}
.m-disclosure .is-mt35 {
  margin-top: 35px;
}
.m-disclosure .is-mt40 {
  margin-top: 40px;
}
.m-disclosure .is-url {
  word-break: break-all;
}
@media print, (min-width: 768px) {
  .m-disclosure__sc {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure__sc {
    padding: 30px 0;
  }
}
.m-disclosure__sc__tt {
  position: relative;
  padding-left: 12px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, (min-width: 768px) {
  .m-disclosure__sc__tt {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure__sc__tt {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.m-disclosure__sc__tt::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  background: #dc472e;
}
@media print, (min-width: 768px) {
  .m-disclosure__sc__tt::before {
    top: 7px;
    height: calc(100% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure__sc__tt::before {
    top: 4px;
    height: calc(100% - 6px);
  }
}
.m-disclosure__vt {
  font-weight: 700;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .m-disclosure__vt {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure__vt {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.m-disclosure__t {
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .m-disclosure__t {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure__t {
    font-size: 12px;
  }
}
.m-disclosure__ul > li {
  position: relative;
  padding-left: 14px;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .m-disclosure__ul > li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure__ul > li {
    font-size: 12px;
  }
}
.m-disclosure__ul > li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #dc472e;
}
@media print, (min-width: 768px) {
  .m-disclosure__ul > li::before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure__ul > li::before {
    top: 7px;
  }
}
.m-disclosure__ul > li:nth-child(n+2) {
  margin-top: 10px;
}
.m-disclosure__tl {
  display: table;
  width: 100%;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .m-disclosure__tl {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure__tl {
    font-size: 12px;
  }
}
.m-disclosure__tl__m {
  display: table-cell;
  white-space: nowrap;
}
.m-disclosure__tl__bd {
  display: table-cell;
  width: 100%;
}
.m-disclosure__tl > li {
  display: table-row;
}
.m-disclosure__cs {
  position: relative;
  padding-left: 14px;
}
.m-disclosure__cs::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #dc472e;
}
@media print, (min-width: 768px) {
  .m-disclosure__cs::before {
    top: 10.5px;
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure__cs::before {
    top: 9px;
  }
}
.m-disclosure__cs__tt {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .m-disclosure__cs__tt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure__cs__tt {
    font-size: 14px;
  }
}
.m-disclosure__cs__ul {
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .m-disclosure__cs__ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure__cs__ul {
    font-size: 12px;
  }
}
.m-disclosure__cs__ul__m {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-disclosure__cs__ul__m {
    display: inline-block;
    margin-bottom: 3px;
    vertical-align: top;
  }
}
@media print, (min-width: 768px) {
  .m-disclosure__cs__ul__m > span {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure__cs__ul__m > span {
    display: inline-block;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure__cs__ul__t {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .m-disclosure__cs__ul > li:nth-child(n+2) {
    margin-top: 7px;
  }
}
@media print, (min-width: 768px) {
  .l-main + .m-disclosure {
    margin-top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .l-main + .m-disclosure {
    margin-top: -80px;
  }
}

#foot {
  background: #767676;
  line-height: 1.7;
}
#foot *,
#foot ::before,
#foot ::after {
  box-sizing: inherit;
}
#foot img {
  vertical-align: bottom;
}
#foot a {
  text-decoration: none;
}
#foot a,
#foot button {
  transition: all .3s;
}
#foot a:hover,
#foot button:hover {
  opacity: .8;
}
#foot .d-none {
  display: none !important;
}
#foot .d-inline-block {
  display: inline-block !important;
}
@media (min-width: 768px) {
  #foot .d-md-none {
    display: none !important;
  }
  #foot .d-md-inline-block {
    display: inline-block !important;
  }
}
#foot .foot_linnk {
  background: #a09f9b;
}
#foot .foot_linnk ul {
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px;
  font-size: 13px;
}
#foot .foot_linnk ul li a {
  color: #fff;
  padding-left: 15px;
  position: relative;
  display: inline-block;
}
#foot .foot_linnk ul li a::before {
  left: 1px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#foot .arrow::before,
#foot .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
#foot .foot_cont {
  padding: 30px 0 20px;
}
#foot .foot_cont ul {
  text-align: center;
}
#foot .foot_cont li {
  display: inline;
  margin-left: 40px;
}
#foot .foot_cont li:first-child {
  margin-left: 0;
}
#foot .foot_cont li a {
  font-size: 13px;
  color: #fff;
}
#foot .foot_cont li img {
  padding: 0 5px 0 0;
  vertical-align: middle;
}
#foot .foot_cont .cp {
  font-size: 12px;
  color: #fff;
  padding-top: 25px;
  line-height: 200%;
  text-align: center;
}
#foot .foot_cont .legal {
  font-size: 12px;
  color: #fff;
  padding: 25px 20px 0;
  line-height: 1.8;
  text-align: center;
}
#foot .foot_cont .copyright {
  font-size: 10px;
  color: #fff;
  padding: 10px 20px 0;
  line-height: 1.8;
  text-align: center;
}
#foot .foot_cont .ifree {
  padding-top: 25px;
  text-align: center;
}
#foot .foot_cont .top {
  text-align: right;
  z-index: 30;
}
#foot .arrow::before,
#foot .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
#foot #page-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  #foot .foot_linnk ul {
    max-width: 90%;
    padding: 12px 0;
  }
  #foot .foot_cont {
    padding: 0 0 40px;
  }
  #foot .foot_cont li {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #919191;
  }
  #foot .foot_cont li a {
    font-size: 13px;
    color: #fff;
    position: relative;
    display: block;
    padding: 12px 0 12px 15px;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #foot .foot_cont li a::before {
    left: 1px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  #foot .foot_cont li img {
    padding: 0 0 0 5px;
    vertical-align: middle;
  }
  #foot .foot_cont .ifree {
    padding-top: 25px;
    text-align: center;
  }
  #foot .foot_cont .cp {
    width: 90%;
    margin: 0 auto;
  }
  #foot .foot_cont .cp span {
    display: inline-block;
    padding: 0;
  }
  #foot .foot_cont .cp .cop {
    padding-top: 20px;
    text-align: center;
  }
  #foot .foot_cont .legal {
    line-height: 1.6;
  }
  #foot .foot_cont .copyright {
    line-height: 1.6;
  }
  #foot #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
  }
}
#foot .foot_cont .cp .cop {
  padding-top: 5px;
  text-align: center;
  display: block;
}
#foot .ifree .logo {
  max-width: 80px;
}
#foot #page-top {
  width: 40px;
  height: 40px;
}
