/* CSS Document */
body {background: #fff;}
a {color: inherit;}
button {
  border: none;
  box-shadow: none;
  outline: none;
}
.main {
  background: #000;
  color: #fff;
}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: space-between;
  align-content: space-between;
}
.wrap {width: 94%;margin: auto;}
.mar {margin: 3% auto;}
.pad {padding: 3%;}
p {max-height: 500px;}
.p {
  line-height: 1.5em;
  text-indent: 2em;
}

.lead {
  padding: 2%;
  background: #f8f8f8;
  border-radius: .3rem;
  border: 1px solid #e6e6e6;
}
.lead p {
  width: 63%;
  line-height: 1.5em;
}

.title_main  {
  border-bottom: 1px solid #bf7540;
  color: #bf7540;
  align-items: flex-end;
  text-transform: uppercase;
}
.title_main b {
  width: 100%;
  font-family: Impact;
  text-shadow: 0 0 3px #bf7540;
  font-size: 2.5rem;
  color: #fff;
  transform: scaleX(.5);
  transform-origin: 0 center;
}
.title_main strong {font-size: 2rem;}
.title_main span {
  font-family: Arial;
  font-size: 1.2rem;
  color: #e1ad88;
}

.title_sub {
  display: inline-block;
  padding: 1.5% 8% 1.5% 2%;
  font-size: 1.5rem;
  background: #bf7540;
  color: #fff;
  border-radius: 0 .5rem .5rem 0;
}

.ys li {
  width: 40%;
  padding: 5%;
}
.ys li:nth-child(2), .ys li:nth-child(3) {background: #fff3eb;}
.ys li img {width: 25%;margin-right: 2%;}
.ys li strong {font-size: 1.5rem; color: #bf7540;}
.ys li p {padding-top: 5%;}

.cy_title {
  padding: 5% 0;
  background: #bf7540;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
.cy_title p {font-size: 1rem;margin-top: 2%;}

.cy {
  width: 96%;
  margin: 3% auto 0;
}
.cy li {
  width: 32%;
  padding: 3% 0;
  border: 1px solid #ccc;
  border-radius: .3rem;
  margin-bottom: 2%;
  text-align: center;
}
.cy li strong {
  font-size: 1.2rem;
  border-bottom: .3rem solid #ed101a;
}
.cy li p {padding-top: 5%;}