@charset "UTF-8";

.ch-01-01 {
  margin: 0 auto 20px;
  width: calc(100% - 30px);
}
.ch-01-01__title {
  border: 1px solid #c00;
  color: #c00;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 20px 0 20px;
  padding: 10px 15px;
  position: relative;
}
.ch-01-01__title::before {
  border-top: 5px solid #c00;
  border-left: 5px solid #c00;
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 16px;
  height: 16px;
  z-index: 2;
}
.ch-01-01__title::after {
  border-right: 5px solid #1b4c79;
  border-bottom: 5px solid #1b4c79;
  content: '';
  display: block;
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 16px;
  height: 16px;
  z-index: 2;
}
.ch-01-02 {
  margin: 0 auto 52px;
  width: calc(100% - 30px);
}
.ch-01-02__title {
  border-bottom: 1px solid #c00;
  border-left: 4px solid #c00;
  color: #c00;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 26px;
  padding: 5px 12px;
  align-items: center;
}
.ch-01-02__title::after {
  background: url(/cmn/img/h2_after.svg) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  width: 9px;
  height: 13px;
}
.ch-01-02__text, .ch-01-02__text2 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.ch-01-02__text a{
  text-decoration: underline;
  color: #1b4c79;
}
.ch-01-02__title2 {
  color: #c00;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 10px;
}
.ch-01-03__list {
  list-style: none;
  margin-bottom: 24px;
/*  padding-left: 1em;*/
}
.ch-01-03__list li {
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
}
.ch-01-03__list_block {
  margin-bottom: 10px !important;
  padding-left: 2em;
  text-indent: -2em;
}
.ch-01-03__list_block li {
  text-indent: -1em;
}
.ch-01-02__text2 {
  padding-left: 5em;
  text-indent: -4em;
}

@media print, screen and (min-width: 1024px) {
	.ch-01-01 {
    margin-bottom: 96px;
    width: 1024px;
  }
  .ch-01-01__title {
    font-size: 41px;
    line-height: 51px;
    margin: 20px 0 40px;
    padding: 15px 28px;
  }
  .ch-01-01__title::before {
    border-top-width: 7px;
    border-left-width: 7px;
    top: -4px;
    left: -4px;
    width: 32px;
    height: 32px;
  }
  .ch-01-01__title::after {
    border-right-width: 7px;
    border-bottom-width: 7px;
    right: -4px;
    bottom: -4px;
    width: 32px;
    height: 32px;
  }
  .ch-01-02 {
    margin-bottom: 42px;
    width: 1024px;
  }
  .ch-01-02__title {
    border-left: 8px solid #c00;
    font-size: 33px;
    line-height: 52px;
    margin-bottom: 38px;
    padding: 5px 21px 6px
  }
  .ch-01-02__title::after {
    margin-left: 30px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    width: 17px;
    height: 26px
  }
	.ch-01-02__text, .ch-01-02__text2 {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 42px;
  }
  .ch-01-02__title2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 26px;
  }
  .ch-01-03__list {
    padding-left: 1em;
    margin-bottom: 40px;
  }
  .ch-01-03__list li {
    font-size: 18px;
    line-height: 36px;
  }
  .ch-01-03__list_block {
    margin-bottom: 20px !important;
  }
}