.view .txt-area .custom_view_wrap *:not(path) {
  all: revert;
}

.view .txt-area .custom_view_wrap h3, .view .txt-area .custom_view_wrap h4, .view .txt-area .custom_view_wrap h5, .view .txt-area .custom_view_wrap h6, .view .txt-area .custom_view_wrap div, .view .txt-area .custom_view_wrap p, .view .txt-area .custom_view_wrap dl, .view .txt-area .custom_view_wrap dt, .view .txt-area .custom_view_wrap dd, .view .txt-area .custom_view_wrap ul, .view .txt-area .custom_view_wrap ol {
  margin: 0;
  padding: 0;
}
.view .txt-area .custom_view_wrap a, .view .txt-area .custom_view_wrap span, .view .txt-area .custom_view_wrap strong, .view .txt-area .custom_view_wrap b, .view .txt-area .custom_view_wrap em, .view .txt-area .custom_view_wrap i, .view .txt-area .custom_view_wrap img {
  display: inline;
}
.view .txt-area .custom_view_wrap a {
  color: #0282CC;
  cursor: pointer;
}
.view .txt-area .custom_view_wrap a:hover {
  text-decoration: none;
}
.view .txt-area .custom_view_wrap img {
  vertical-align: middle;
}

.view .txt-area .custom_view_wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 16px;
  color: #4E4E4E;
  font-feature-settings: "palt";
}
.view .txt-area .custom_view_wrap .top_banner {
  width: 100%;
  margin: 0 auto 60px;
}
.view .txt-area .custom_view_wrap .top_banner img {
  display: block;
  width: 100%;
  height: auto;
}
.view .txt-area .custom_view_wrap .outline {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.view .txt-area .custom_view_wrap .outline dt {
  width: 60px;
  font-size: 20px;
  font-weight: 700;
}
.view .txt-area .custom_view_wrap .outline dd {
  margin-left: 0;
  padding-left: 20px;
}
.view .txt-area .custom_view_wrap .outline dd > ul {
  padding: 0;
  margin: 0;
}
.view .txt-area .custom_view_wrap .outline dd > ul > li {
  margin-bottom: 12px;
  list-style-type: none;
}
.view .txt-area .custom_view_wrap .outline dd > ul > li:last-child {
  margin-bottom: 0;
}
.view .txt-area .custom_view_wrap .outline dd > ul > li svg {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.view .txt-area .custom_view_wrap .outline dd > ul > li > a {
  display: inline;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  vertical-align: middle;
  margin-bottom: 6px;
}
.view .txt-area .custom_view_wrap .outline dd > ul > li > a:hover {
  text-decoration: underline;
}
.view .txt-area .custom_view_wrap .outline dd > ul > li ul {
  padding: 0 0 0 46px;
  margin: 0;
}
.view .txt-area .custom_view_wrap .outline dd > ul > li ul li {
  margin-bottom: 6px;
  list-style-type: none;
}
.view .txt-area .custom_view_wrap .outline dd > ul > li ul li:last-child {
  margin-bottom: 0;
}
.view .txt-area .custom_view_wrap .outline dd > ul > li ul a {
  margin-bottom: 5px;
  font-size: 14px;
}
.view .txt-area .custom_view_wrap h3 {
  position: relative;
  margin-bottom: 10px;
  padding-top: 30px;
}
.view .txt-area .custom_view_wrap h3 > span {
  display: block;
  color: #fff;
  background: #002270;
  line-height: 1.2em;
  font-size: 24px;
  font-weight: 700;
  padding: 7px 20px 9px;
  border-radius: 8px;
}
.view .txt-area .custom_view_wrap h3 > span svg {
  display: inline;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.view .txt-area .custom_view_wrap h3 > span span {
  display: inline;
  vertical-align: middle;
}
.view .txt-area .custom_view_wrap h4 {
  position: relative;
  margin-bottom: 16px;
  padding: 30px 20px 0;
}
.view .txt-area .custom_view_wrap h4 > span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}
.view .txt-area .custom_view_wrap h4 > span span {
  position: relative;
  display: inline-flex;
  font-size: 26px;
}
.view .txt-area .custom_view_wrap h4 > span span::after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 4px;
  height: 1em;
  margin: 0 8px;
  border-radius: 2px;
  background: #4E4E4E;
}
.view .txt-area .custom_view_wrap h5 {
  position: relative;
  margin-bottom: 16px;
  padding: 20px 20px 0;
}
.view .txt-area .custom_view_wrap h5 span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}
.view .txt-area .custom_view_wrap h5 span::before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 4px;
  height: 1em;
  margin: 0 8px 0 0;
  border-radius: 2px;
  background: #4E4E4E;
}
.view .txt-area .custom_view_wrap h6 {
  position: relative;
  margin-bottom: 10px;
  padding: 20px 20px 0;
  font-size: 18px;
}
.view .txt-area .custom_view_wrap p {
  padding: 0 20px;
  margin-bottom: 10px;
}
.view .txt-area .custom_view_wrap ul {
  padding: 0 20px;
  margin: 0 0 10px 20px;
}
.view .txt-area .custom_view_wrap ul > :not(li) {
  display: none;
}
.view .txt-area .custom_view_wrap ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.view .txt-area .custom_view_wrap ul.caution {
  margin: 0 0 30px 0;
}
.view .txt-area .custom_view_wrap ul.caution li {
  font-size: 12px;
  margin-bottom: 4px;
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}
.view .txt-area .custom_view_wrap table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 20px 10px;
  border: solid 1px #D9D9D9;
}
.view .txt-area .custom_view_wrap table tr {
  display: table-row;
}
.view .txt-area .custom_view_wrap table th {
  display: table-cell;
  font-size: 14px;
  font-weight: 500;
  background: #3A3A3A;
  color: #fff;
  border: solid 1px #D9D9D9;
  padding: 10px;
  text-align: center;
}
.view .txt-area .custom_view_wrap table td {
  display: table-cell;
  font-size: 12px;
  border: solid 1px #D9D9D9;
  padding: 10px;
  text-align: center;
}
.view .txt-area .custom_view_wrap .image {
  padding: 0 20px;
  margin-bottom: 30px;
}
.view .txt-area .custom_view_wrap .image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.view .txt-area .custom_view_wrap .rounded img {
  border-radius: 10px;
}
.view .txt-area .custom_view_wrap .box_border {
  text-align: center;
  border: solid 1px #D9D9D9;
  margin: 10px 20px;
  padding: 20px;
  font-size: 10px;
  font-weight: 500;
}
.view .txt-area .custom_view_wrap .box_focus {
  border-radius: 8px;
  padding: 20px;
  margin: 0 20px 30px;
}
.view .txt-area .custom_view_wrap .box_focus .box_title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.view .txt-area .custom_view_wrap .box_focus p, .view .txt-area .custom_view_wrap .box_focus ul {
  padding: 0;
}
.view .txt-area .custom_view_wrap .box_focus > br {
  display: none;
}
.view .txt-area .custom_view_wrap .box_alert {
  background: #FFF0F0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  color: #F73131;
}
.view .txt-area .custom_view_wrap .box_alert .box_title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.view .txt-area .custom_view_wrap .box_alert p, .view .txt-area .custom_view_wrap .box_alert ul {
  padding: 0;
}

/*# sourceMappingURL=notice_custom.css.map */
