#articleDetial *,
#articleDetial:before,
#articleDetial:after {
  box-sizing: border-box;
}
#articleDetial > .breadcrumb {
  max-width: 1232px;
  font-size: 12px;
  vertical-align: top;
  padding-inline: 24px;
  margin-inline: auto;
}
#articleDetial .breadcrumb .breadcrumb_item {
  display: inline-block;
  margin-top: 4px;
}
#articleDetial .breadcrumb .breadcrumb_item:not(:last-of-type):after {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin: 0 10px;
  content: "";
  border-top: 1px solid #30201a;
  border-right: 1px solid #30201a;
  transform: rotate(45deg) skew(-15deg, -15deg);
}
#articleDetial .breadcrumb .breadcrumb_item strong {
  font-weight: 300;
}
#articleDetial .breadcrumb .breadcrumb_item:last-child .breadcrumblink {
  pointer-events: none;
}
#articleDetial .anchorlink:hover,
#articleDetial .breadcrumb .breadcrumblink:hover {
  text-decoration: underline;
}
#articleDetial .mainContent {
  margin: 24px auto 34px;
  width: 760px;
}
#articleDetial .sec {
  margin-bottom: 48px;
}
#articleDetial .text {
  line-height: 1.5;
  font-size: 16px;
}
#articleDetial .text + .text {
  margin-top: 16px;
}
#articleDetial .text:before,
#articleDetial .text:after,
#articleDetial .heading .heading_text:before,
#articleDetial .heading .heading_text:after {
  display: block;
  overflow: hidden;
  content: "";
}
#articleDetial .text:before {
  margin-bottom: -4px;
}
#articleDetial .text:after {
  margin-top: -4px;
}
#articleDetial .text.-date {
  margin-bottom: 24px;
  font-size: 12px;
  color: #999999;
  text-align: right;
}
#articleDetial .heading:not(.-typeh4) {
  margin-bottom: 24px;
}
#articleDetial .heading.-typeh4 {
  margin-bottom: 16px;
}
#articleDetial .heading.-typeh2 {
  padding-bottom: 24px;
  border-bottom: 1px solid #d5d5d5;
}
#articleDetial .heading .heading_text {
  font-weight: 600;
  line-height: 1.5;
}
#articleDetial .heading.-typeh1 .heading_text {
  font-size: 28px;
}
#articleDetial .heading.-typeh1 .heading_text:before {
  margin-bottom: -7px;
}
#articleDetial .heading.-typeh1 .heading_text:after {
  margin-top: -7px;
}
#articleDetial .heading.-typeh2 .heading_text {
  font-size: 22px;
}
#articleDetial .heading.-typeh2 .heading_text:before {
  margin-bottom: -5.5px;
}
#articleDetial .heading.-typeh2 .heading_text:after {
  margin-top: -5.5px;
}
#articleDetial .heading.-typeh3 .heading_text {
  font-size: 18px;
}
#articleDetial .heading.-typeh3 .heading_text:before {
  margin-bottom: -4.5px;
}
#articleDetial .heading.-typeh3 .heading_text:after {
  margin-top: -4.5px;
}
#articleDetial .heading.-typeh4 .heading_text {
  font-size: 16px;
}
#articleDetial .heading.-typeh4 .heading_text:before {
  margin-bottom: -4px;
}
#articleDetial .heading.-typeh4 .heading_text:after {
  margin-top: -4px;
}
#articleDetial .mb16 {
  margin-bottom: 16px;
}
#articleDetial .mb24 {
  margin-bottom: 24px;
}
#articleDetial .mb48 {
  margin-bottom: 48px;
}
#articleDetial .text-bold {
  font-weight: 600;
}
#articleDetial .text-center {
  text-align: center;
}
#articleDetial .text-right {
  text-align: right;
}
#articleDetial .box {
  padding: 24px;
  background-color: #f1f5f9;
  border-radius: 4px;
}
#articleDetial .text + .box,
#articleDetial .text + .wrapper,
#articleDetial .wrapper + .wrapper,
#articleDetial .box + .box {
  margin-top: 24px;
}
#articleDetial .toc {
  padding: 0 0 8px 8px;
}
#articleDetial .linkGroup {
  display: flex;
  flex-wrap: wrap;
}
#articleDetial .linkGroup:not(.-vertical) {
  flex-direction: column;
}
#articleDetial .linkGroup.-vertical > * {
  width: calc(100% / 3);
}
#articleDetial .linkGroup:not(.-vertical) > * + * {
  margin-top: 16px;
}
#articleDetial .linkGroup.-margin16 {
  margin-right: -16px;
  margin-bottom: -16px;
}
#articleDetial .linkGroup.-margin16 > * {
  padding-right: 16px;
  margin-bottom: 16px;
}
#articleDetial .anchorlink {
  position: relative;
  padding-left: 14px;
  text-decoration: none;
}
#articleDetial .anchorlink:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  transform: translateY(-25%) rotate(135deg);
}
#articleDetial .anchorlink::before,
#articleDetial .angleIcon {
  box-sizing: border-box;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7.5px;
  line-height: 1;
  color: #1b72e9;
  vertical-align: middle;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-left: 0;
}
#articleDetial .angleIcon.-left {
  transform: translateY(-25%) rotate(-135deg);
}
#articleDetial .angleIcon.-right {
  transform: translateY(-25%) rotate(45deg);
}
#articleDetial .linkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #333333;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #cecece;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
#articleDetial .linkBtn:hover,
#articleDetial .searchlink:hover {
  text-decoration: none;
  opacity: 0.7;
}
#articleDetial .searchlink {
  display: inline-block;
  padding: 16px 106px;
  margin: 0 auto 48px;
  color: #ffffff;
  background: linear-gradient(#4aa4fc, #3b94f0);
  border-bottom: 2px solid #1579de;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
#articleDetial .anchorlink,
#articleDetial .linkBtn,
#articleDetial .text-small {
  font-size: 14px;
  line-height: 1.5;
}
#articleDetial .list {
  font-size: 16px;
}
#articleDetial .list:not(.-ordered) > .list-item {
  margin-left: 1em;
  list-style-type: disc;
}
#articleDetial .list.-ordered > .list-item {
  margin-left: 1.4em;
  list-style-type: decimal;
}
#articleDetial .list > .list-item + .list-item {
  margin-top: 8px;
}
#articleDetial .table {
  width: 100%;
  font-size: 14px;
  word-break: break-all;
  border-collapse: collapse;
  border: 1px solid #d5d5d5;
}
#articleDetial .table-tr {
  border-bottom: 1px solid #d5d5d5;
}
#articleDetial .table-th,
#articleDetial .table-td {
  padding: 16px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #d5d5d5;
}
#articleDetial .table-th {
  font-weight: 600;
  background-color: #eeeeee;
}
#articleDetial .table-td {
  background-color: #ffffff;
}
#articleDetial .table .list * {
  font-size: 14px;
}
