@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600,700&display=swap");
/*////////////////////////////
FAUNDATION
////////////////////////////*/
html {
  font-size: 62.5%;
}

body {
  font: 1.4rem/1 "Noto Sans JP", sans-serif;
  color: #000000;
  background: #ffffff;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

main {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*////////////////////////////
.ttl
////////////////////////////*/
.ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100px;
  margin-bottom: 9px;
  background: -webkit-gradient(linear, left top, right top, from(#1a2e6e), to(#0c68ab));
  background: linear-gradient(90deg, #1a2e6e, #0c68ab);
}

.ttl_icon {
  display: block;
  margin-bottom: 10px;
}

.ttl_main {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
}

.ttl_sub {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}

@media (max-width: 599px) {
  .ttl {
    height: 81px;
    margin-bottom: 0;
  }
  .ttl_icon {
    width: auto;
    height: 22px;
    margin-bottom: 5px;
  }
  .ttl_main {
    margin-bottom: 5px;
    font-size: 1.9rem;
    letter-spacing: 0.05em;
  }
  .ttl_sub {
    font-size: 0.85rem;
  }
}

/*////////////////////////////
.info
////////////////////////////*/
.info {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 600px) and (max-width: 959px) {
  .info {
    width: 94%;
  }
}

@media (max-width: 599px) {
  .info {
    width: 94%;
    padding: 9% 15px 0 15px;
    margin: 0 auto;
    position: relative;
  }
}

.info_txt_link {
  max-width: 1000px;
  margin: 20px auto 0;
  color: #1a2e6e;
}

.info_txt_link a {
  color: #1a2e6e;
}

.info_txt_link a:hover {
  text-decoration: underline;
}

@media (max-width: 599px) {
  .info_txt_link {
    width: 90%;
    font-size: 80%;
    text-align: center;
  }
}

.info_ttl {
  text-align: center;
  margin: 0 auto 60px;
  color: #1a2e6e;
  font-size: 180%;
  font-weight: bold;
}

@media (max-width: 599px) {
  .info_ttl {
    margin: 0 auto 7%;
  }
}

.info_list {
  margin: 0 0 3% 0;
  padding: 0 7% 3% 0;
  border-bottom: 1px dashed #1a2e6e;
  background: url(../../img/arrow.png) no-repeat 98% 40%;
}

.info_list_ttl {
  margin: 0 0 10px 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4;
}

a:hover .info_list_ttl {
  text-decoration: underline;
}

.info_list_txt {
  margin: 0 0 10px 0;
  color: #1a2e6e;
}

.info_list_txt .program_l {
  width: 80px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background: #772e85;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  font-size: 85%;
  line-height: 1;
}

.info_list_txt .news_l {
  width: 80px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background: #1a2e6e;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  font-size: 85%;
  line-height: 1;
}

.info_list p {
  line-height: 1.5;
}

@media (max-width: 599px) {
  .info_list {
    margin: 0 0 7% 0;
    padding: 0 0 7% 0;
    border-bottom: 1px dashed #1a2e6e;
    background: none;
  }
  .info_list_ttl {
    padding: 0 7% 0 0;
    margin: 0 0 10px 0;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
    background: url(../../img/arrow.png) no-repeat 100% 50%;
    background-size: 16px;
  }
  .info_list_txt {
    margin: 0 0 10px 0;
    color: #1a2e6e;
  }
}

.info_thumb {
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_thumb a {
  width: 31%;
  display: inline;
}

.info_thumb::after {
  content: "";
  display: block;
  width: 31%;
}

@media (max-width: 599px) {
  .info_thumb a {
    width: 48%;
    display: inline;
  }
  .info_thumb.list2 a {
    width: 90%;
    margin: 0 auto;
    display: inline;
  }
}

.info_list_thumb {
  margin: 0 0 45px 0;
}

.info_list_thumb_ttl {
  margin: 0 0 15px 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4;
}

a:hover .info_list_thumb_ttl {
  text-decoration: underline;
}

.info_list_thumb_txt {
  margin: 0 0 10px 0;
  color: #1a2e6e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_list_thumb_txt .program_l {
  width: 80px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background: #772e85;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  font-size: 85%;
  line-height: 1;
}

.info_list_thumb_txt .news_l {
  width: 80px;
  padding: 3px 0;
  margin: 0 5px 0 0;
  background: #1a2e6e;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  font-size: 85%;
  line-height: 1;
}

.info a:nth-of-type(10) .info_list_thumb,
.info a:nth-of-type(11) .info_list_thumb,
.info a:nth-of-type(12) .info_list_thumb {
  margin: 0 0 0 0;
}

.info img.info_list_img {
  float: left;
  margin: 0 2% 0 0;
  width: 220px;
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #ddd;
}

@media (max-width: 599px) {
  .info img.info_list_img {
    float: none;
    display: block;
    margin: 0 auto 5%;
    width: 220px;
    height: 125px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.info img.info_thumb_img {
  float: none;
  margin: 0 0 15px 0;
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
}

@media (max-width: 599px) {
  .info img.info_thumb_img {
    float: none;
    display: block;
    margin: 0 auto 5%;
    width: 100%;
    height: 125px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.list_btn {
  margin: 20px auto 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.list_btn_program, .list_btn_news {
  padding: 5px 15px 6px;
  margin: 0 15px 0 0;
  background: #772e85;
  border-radius: 7px;
  text-align: center;
}

.list_btn_program a, .list_btn_news a {
  color: #ffffff;
  line-height: 1;
}

.list_btn_news {
  background: #1a2e6e;
}

@media (max-width: 599px) {
  .list_btn {
    margin: 0 auto 0;
  }
}

.info.top {
  margin: 70px auto 50px;
}

@media (max-width: 599px) {
  .info.top {
    margin: 2% auto 6%;
  }
}

.morelink {
  display: block;
  width: 150px;
  margin: 20px auto;
  padding: 5px 10px;
  border: 3px solid #1a2e6e;
  border-radius: 30px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  color: #1a2e6e;
  cursor: pointer;
}

@media (max-width: 599px) {
  .list_btn_program, .list_btn_news {
    padding: 5px 15px 6px;
    margin: 0 15px 0 0;
    background: #772e85;
    border-radius: 7px;
    text-align: center;
  }
  .list_btn_program a, .list_btn_news a {
    color: #ffffff;
    line-height: 1;
  }
  .list_btn_news {
    background: #1a2e6e;
  }
  .morelink {
    margin: 5% auto 0;
  }
}

/*////////////////////////////
.item
////////////////////////////*/
.item {
  max-width: 1000px;
  margin: 0 auto;
}

.item_ttl {
  margin: 40px 0 25px 0;
  padding: 25px 5px;
  font-size: 170%;
  color: #1a2e6e;
  line-height: 1.5;
  border-top: 4px double #1a2e6e;
  border-bottom: 4px double #1a2e6e;
}

.item_pattern_ttl {
  margin: 0 0 25px 0;
  padding: 25px;
  font-size: 150%;
  line-height: 1.4;
  color: #1a2e6e;
  border: 2px dashed #1a2e6e;
}

.item .info_list_txt {
  float: right;
  margin: 0 0 35px 0;
}

.item_kv {
  text-align: center;
  margin: 0 0 40px 0;
}

.item_kv img {
  max-width: 93%;
  height: auto;
  border: 1px solid #ddd;
}

.item .item_pattern_kv {
  margin: 40px 0 40px 0;
  text-align: center;
}

.item .item_pattern_kv img {
  max-width: 100%;
  height: auto;
  border: none;
}

.item .item_pattern_kv h2 {
  color: #1a2e6e;
  font-size: 230%;
}

.item_body {
  clear: both;
  font-size: 125%;
  line-height: 1.6;
  margin-bottom: 50px;
}

.item_body strong {
  display: block;
  font-size: 120%;
}

.item_body a {
  text-decoration: underline;
  color: #1a2e6e;
}

.item_body img {
  display: block;
  max-width: 600px;
  height: auto;
  margin: 10px auto 10px;
}

.item_sb {
  margin: 50px auto 30px;
}

.item_sb span img {
  display: block;
  width: 163px;
  height: auto;
  margin: 0 auto 5px;
}

.item_sb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item_sb ul li {
  width: 35px;
  list-style: none;
}

.item_sb ul li img {
  width: 100%;
  height: auto;
  margin: 0;
}

.item .message_btn {
  text-align: center;
  margin: 50px auto 70px;
}

.item .personality {
  width: 60%;
  margin: 0 auto 70px;
}

.item .personality_ttl {
  margin: 0 auto 20px;
  color: #1a2e6e;
  background: url(../../img/border.png) no-repeat center;
}

.item .personality_ttl span {
  width: 120px;
  margin: 0 auto;
  display: block;
  background: #ffffff;
  text-align: center;
  font-size: 110%;
}

.item .personality ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.item .personality ul li {
  width: 300px;
  text-align: center;
}

.item .personality ul li img {
  width: 90%;
  height: auto;
}

.item .personality ul li span {
  display: block;
  margin: 10px 0 0 0;
  font-weight: bold;
  font-size: 120%;
}

@media (max-width: 599px) {
  .item {
    width: auto;
  }
  .item_article {
    width: 95%;
    margin: 0 auto;
  }
  .item_ttl {
    margin: 5% 0 7% 0;
    padding: 3% 2% 4%;
    font-size: 140%;
    color: #1a2e6e;
    line-height: 1.4;
  }
  .item_pattern_ttl {
    margin: 0 0 5% 0;
    padding: 3%;
    font-size: 120%;
    line-height: 1.4;
  }
  .item .info_list_txt {
    float: right;
    margin: 0 0 7% 0;
  }
  .item_kv {
    text-align: center;
    margin: 0 0 40px 0;
  }
  .item_kv img {
    max-width: 90%;
    height: auto;
  }
  .item .item_pattern_kv {
    margin: 7% 0 7% 0;
    text-align: left;
  }
  .item .item_pattern_kv img {
    max-width: 100%;
    height: auto;
  }
  .item .item_pattern_kv h2 {
    font-size: 190%;
  }
  .item_body {
    font-size: 100%;
    line-height: 1.6;
  }
  .item_body strong {
    display: block;
    font-size: 110%;
  }
  .item_body a {
    text-decoration: underline;
    color: #1a2e6e;
  }
  .item_body img {
    max-width: 90%;
    height: auto;
    margin: 10px auto 10px;
  }
  .item_body iframe {
    width: 95%;
    margin: 0 auto;
  }
  .item .message_btn {
    margin: 5% auto 10%;
  }
  .item .message_btn img {
    width: 90%;
    height: auto;
  }
  .item .personality {
    width: 90%;
    margin: 0 auto 10%;
  }
  .item .personality_ttl {
    margin: 0 auto 3%;
  }
  .item .personality_ttl span {
    width: 120px;
  }
  .item .personality ul li {
    width: 50%;
  }
  .item .personality ul li span {
    margin: 10px 0 0 0;
  }
}

/*////////////////////////////
.item_program
////////////////////////////*/
.item_program {
  margin: 50px auto 50px;
}

.item_program_ttl {
  padding: 5px 10px;
  margin: 0 0 20px 0;
  font-size: 100%;
  color: #1a2e6e;
  line-height: 1.5;
  background: #dde4ee;
}

.item_program_txt {
  margin: 0 0 20px 0;
}

.item_program strong {
  display: block;
  margin: 0 0 5px 0;
}

.item_program_ph {
  width: 98%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  list-style: none;
}

.item_program_ph li img {
  width: 480px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #ccc;
}

.item_program_ph li:nth-of-type(2) {
  margin: 0 0 0 20px;
}

.item_program .radiko_area {
  margin: 20px 0 0 0;
  text-align: center;
}

.item_program .radiko_area img {
  max-width: 600px;
  height: auto;
}

.item_program:first-child {
  margin: 0 auto 50px;
}

@media (max-width: 599px) {
  .item_program {
    margin: 0 auto 7%;
  }
  .item_program_ttl {
    padding: 5px 10px;
    margin: 0 0 3% 0;
  }
  .item_program_txt {
    width: 95%;
    margin: 0 auto 3%;
  }
  .item_program strong {
    width: 95%;
    margin: 0 auto 5px;
  }
  .item_program_ph {
    display: block;
    width: 98%;
    margin: 0 auto;
    text-align: center;
  }
  .item_program_ph li img {
    width: 100%;
    height: 220px;
  }
  .item_program_ph li:nth-of-type(2) {
    margin: 0 0 0;
  }
  .item_program .radiko_area {
    margin: 5% 0 0 0;
    text-align: center;
  }
  .item_program .radiko_area img {
    max-width: 90%;
    height: auto;
  }
  .item_program:first-child {
    margin: 7% auto 7%;
  }
}

/*////////////////////////////
.archive
////////////////////////////*/
.archive {
  margin: 10px 0 0 0;
  border-top: 4px double #1a2e6e;
}

@media (max-width: 599px) {
  .archive {
    margin: 0 0 10% 0;
  }
}

/*////////////////////////////
.pageswitch
////////////////////////////*/
.pageswitch {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Quicksand';
  margin: 50px 0 40px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.pageswitch img {
  margin: 0 10px;
  width: 18px;
  height: 28px;
  vertical-align: bottom;
  opacity: .4;
}

.pageswitch a img {
  opacity: .8;
}

.pageswitch a {
  color: #1a2e6e;
}

.pageswitch .pre {
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}

.pageswitch .num {
  display: block;
  margin: 0 3px;
  padding: 8px 5px 0 5px;
  height: 20px;
  border: 1px solid #1a2e6e;
}

.pageswitch strong.num {
  color: #fff;
  background: #1a2e6e;
}

@media (max-width: 599px) {
  .pageswitch {
    margin: 8% 0 10%;
  }
}

/*////////////////
pulldown select
////////////////*/
.backnumber {
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pulldown {
  width: 48%;
  margin: 25px auto 40px;
}

.pulldown select {
  width: 100%;
  outline: none;
  padding: 7px 40px 7px 5px;
  background: url(../../img/pull_bg.png) no-repeat #fff;
  background-size: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
  border: none;
  background-position: right 0 center;
  border: 3px solid #1a2e6e;
  color: #1a2e6e;
  font-size: 110%;
  font-weight: 700;
}

@media (max-width: 599px) {
  .backnumber {
    width: 80%;
    display: block;
    margin: 0 auto 10%;
  }
  .pulldown {
    width: 90%;
    margin: 0 auto 4%;
  }
}

/*////////////////////////////
.sns .other
////////////////////////////*/
.sns {
  border-top: 4px double #1a2e6e;
  padding: 40px 0 0 0;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .sns {
    padding: 5% 0 0 0;
  }
}

.other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1000px;
  margin: 0 auto 40px;
  padding: 0 15px;
}

.other_side {
  max-width: 335px;
}

.other_bnr {
  list-style: none;
}

.other_bnr > li {
  margin-bottom: 14px;
}

.other_bnr > li img {
  width: 100%;
  height: auto;
}

@media (max-width: 599px) {
  .other {
    width: 90%;
    display: block;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin: 0 auto 2%;
  }
  .other_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    width: 100%;
    max-width: 100%;
  }
  .other_bnr {
    width: 96%;
    margin: 0 auto 2%;
  }
  .other_bnr > li {
    margin-bottom: 2%;
  }
  .other_bnr > li img {
    width: 100%;
  }
}

.twitter {
  width: 640px;
  margin-right: 24px;
  text-align: center;
  border-radius: 5px;
}

.twitter_ttl {
  margin-bottom: 30px;
}

.twitter-timeline.twitter-timeline-rendered {
  width: 600px;
  margin: 0 auto;
  padding: 0px 0;
}

@media (max-width: 599px) {
  .twitter-widget-wrapper iframe {
    width: 100%;
  }
  .twitter {
    width: 100%;
    margin: 3% 0 10% 0;
  }
  .twitter iframe {
    width: 90%;
  }
  .twitter-timeline.twitter-timeline-rendered {
    width: 90%;
    margin: 0 auto;
    padding: 5% 0 10%;
  }
}

.fb {
  background: #1877f2;
  text-align: center;
  margin-bottom: 18px;
  padding: 12px 0;
}

@media (max-width: 599px) {
  .fb {
    width: 100%;
    margin-bottom: 3%;
  }
}

.youtube {
  margin-bottom: 18px;
}

@media (max-width: 599px) {
  .youtube {
    width: 49%;
  }
}

.line {
  margin-bottom: 0;
}

@media (max-width: 599px) {
  .line {
    width: 49%;
  }
}

.bottom {
  margin: 90px auto 0;
  border-top: 4px double #1a2e6e;
}

@media (max-width: 599px) {
  .bottom {
    margin: 10% auto 0;
    border-top: none;
  }
}

/*////////////////////////////
UTILITY
////////////////////////////*/
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (min-width: 600px) and (max-width: 959px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media (max-width: 599px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

/*  event  
-------------------------------------------------*/
.event {
  width: 1000px;
  margin: 0 auto 20px;
  padding-top: 0;
  text-align: center;
  border-top: 1px solid #000;
}
@media screen and (max-width:899px) {
  .event {
    width: 100%;
    margin: 30px auto 20px;
    border-top: 0;
    border-bottom: 1px solid #000;
  }
}
.event_ttl {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 7px;
  position: relative;
}
@media screen and (max-width:899px) {
  .event_ttl {
    padding-bottom: 30px;
  }
}

.event_dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  border-bottom: #000 1px solid;
  background-color: #FFFFFF;
}
@media screen and (max-width:899px) {
  .event_dl {
    flex-direction: column;
    border-bottom: none;
  }
}
.event_dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  padding: 30px 10px;
  box-sizing: border-box;
  color: #eee;
  background: #333;
  text-align: center;
}
@media screen and (max-width:899px) {
  .event_dt {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px;
  }
}
.event_dd {
  width: 70%;
  color: #000;
  text-align: left;
  padding: 25px 30px 20px 50px;
  box-sizing: border-box;
  line-height: 2;
}
@media screen and (max-width:899px) {
  .event_dd {
    font-size: 1.4rem;
    width: 100%;
    padding: 15px 10px;
    line-height: 1.6;
  }
}
.event_dd a {
  text-decoration: underline;
}
.event_dd b {
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width:899px) {
  .event_dd b {
    font-size: 2rem;
  }
}


.event_dd span {
  display: inline-block;
  font-weight: normal;
}
.event_s {
  margin-top: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width:899px) {
  .event_s {
    font-size: 1.4rem;
  }
}

.event_att {
  font-size: 1.6rem;
  margin-bottom: 80px;
}
@media screen and (max-width:899px) {
  .event_att {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=style.css.map */