:root {
    --font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
}

body {
    color: #333333;
}

header {
    background: linear-gradient(90deg,rgba(205, 0, 0, 1) 0%, rgba(212, 32, 25, 1) 50%, rgba(99, 0, 0, 1) 100%);
}

.container {
	margin: 0 auto;
	max-width: 1410px;
}


@media (min-width: 992px) {
    .header li a {
        color: white;
    }
}

@media only screen and (max-width: 992px) {
  .header ul {
    margin-top: 120px;
  }
}
.header span {
	width: 100%;
	height: 5px;
	border-radius: 50px;
	background-color: white;
	transition: all 0.2s ease-in-out;
}

.breadcrumbs {
    margin: 0 0 1em 0;
    font-size: var(--font-size-xs);
    background: rgba(255,255,255,.9);
    padding: 30px 0;
    color: #333333;
}
.breadcrumbs a {
    color: #333333;
}

.article {
    background: rgba(255,255,255,0.9);
    padding: 70px 90px;
    max-width: 950px;
    margin: 0 auto;
    border-radius: 5px;
}

@media (max-width: 600px) {
    .article {
        padding: 70px 20px;
    }
}


.article h1 {
    margin-bottom: 1em;
    font-weight: 400;
    font-size: 38px;
    line-height: 1em;
}

.article h1::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg,rgba(205, 0, 0, 1) 0%, rgba(212, 32, 25, 1) 50%, rgba(99, 0, 0, 1) 100%);
    margin: 19px 0 0 -90px;
}

.article h2 {
    font-size: 28px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 1em;
}

.article p,
.article ul,
.article ol {
    font-weight: 300;
    margin-bottom: 1em;
}

.article ul,
.article ol {
    margin: 0 0 1em 2em;
}

.idc_7.sec10 .image-frame .image {
	aspect-ratio: auto;
	height: 150px;
}

.idc_7.sec10 .image-frame .image img {
    object-fit: cover;
}

.idc_7.sec10.tpl-03 .box1000 h3 {
	text-align: center;
	font-size: 18px;
	margin: 1em auto 1em auto;
	max-width: 250px;
}

.sec10.tpl-03 .rest_of_them {
	column-gap: 30px;
	row-gap: 30px;
}

.sec03 .list {
	margin-top: 0;
}
.sec03 .list .inner {
	background: rgba(255,255,255,.9);
	padding: 72px 40px 40px;
}