* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }
  a:hover {
    opacity: .7; }

main {
  background: url(/assets/img/top/bg_town.png) repeat-x center bottom #f4f4f4;
  background-size: auto 100px;
  padding: 0 0 140px; }
  @media only screen and (max-width: 767px) {
    main {
      padding: 0 0 27.7%;
      background-size: 150% auto; } }

.cushara {
  padding: 15px 0 0;
  line-height: 1.75; }
  @media only screen and (max-width: 767px) {
    .cushara {
      padding: 5% 0 0; } }

.block__title {
  color: #c2143e;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px;
  background: url(/assets/img/top/block_title_bg.png) no-repeat center bottom; }
  @media only screen and (max-width: 767px) {
    .block__title {
      font-size: 1.5rem;
      padding-bottom: 6%;
      margin-bottom: 5%;
      background-size: 32%; } }

.cushara__content {
  background: #fff;
  border-radius: 20px;
  padding: 50px 50px 60px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 767px) {
    .cushara__content {
      padding: 10% 5% 10%;
      font-size: 1.2rem; } }
  .cushara__content .content_title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #BB143E; }
  .cushara__content .content_text {
    margin-bottom: 35px; }
    .cushara__content .content_text:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .cushara__content .content_text {
        margin-bottom: 3.888%; } }
        .cushara__content .content_text--right {
          text-align: right;
        }

.cushara-list {
  margin-bottom: 35px; }
  @media only screen and (max-width: 767px) {
    .cushara-list {
      margin-bottom: 3.888%;
    } }
    .cushara-list .cushara-list_text {
      margin-left: 1em; }

