@charset "UTF-8";

/* ======= 共通パーツ ============================================ */
.material-icons,
*::before,
*::after {
  font-family: "Material Icons Round";
  display: inline-flex;
  vertical-align: middle;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.btn {
  display: inline-block;
  font-weight: 700;
  /* max-width: 450px; */
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  position: relative;
  text-decoration: none;
  padding: 8px 60px 8px 15px;
  text-align: left;
  transition: all 400ms ease;
  box-shadow: 0px 0px 10px 0px rgba(16, 5, 97, 0.3);
  overflow: hidden;
  color: #fff;
  background: rgb(88, 18, 251);
  background: linear-gradient(0deg, rgb(88, 18, 251) 0%,rgb(35, 158, 220) 100%);
  box-sizing: border-box;
}

.en .btn {
  line-height: 1.2;
}

.btn span {
  display: inline-block;
  font-weight: 700;
  position: relative;
  color: #fff;
  z-index: 3;
}

.btn::after {
  content: "keyboard_double_arrow_right";
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  transition: all 400ms ease;
  z-index: 2;
  line-height: 1.6;
   width: 1.6em;
    display: flex;
    align-items: center;
    justify-content: center;
  border: 1px solid #fff;
  border-radius: 50px;
}

@media screen and (max-width: 539px) {
  .btn {
    max-width: 280px;
  }
}

.btn:hover {
  opacity: .6;
}

.btn:hover::before {
  width: 100%;
}
.btn:hover::after {
  right: 4px;
}

/* 先頭にmaterial-icons-round があった場合 */
.btn .material-icons-round {
  width: 1.4em;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  font-size: 16px;
}

.btn.app {
  background: rgb(219, 58, 135);
}

.btn.ded {
  color: #eee;
  background: rgb(150, 150, 150);
}

.btn.app.ded {
  color: #000;
  background: rgb(98, 0, 62);
}

.btn.contact {
  background-color: #00b79b;
}

.btn.document_app {
  background: #02b3f0;
}

.btn.contact:before,
.btn.exhibition_app:before,
.btn.document_app:before {
  display: inline-flex;
  font-size: 17px;
  line-height: 0.75;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-right: 0.25em;
}

.en .btn.contact:before,
.en .btn.exhibition_app:before,
.en .btn.document_app:before {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.btn.contact:before {
  content: "mail";
}

.btn.exhibition_app:before {
  content: "create";
}

.btn.document_app:before {
  content: "description";
}

.btn.document_app:hover,
.btn.contact:hover,
.btn.exhibition_app:hover {
  opacity: 0.5;
}

.btn.coming {
  background-color: #dedede;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.btn.coming:hover {
  opacity: 1;
}

.btn.coming::after {
  font-family: "LINESeedJP";
  content: "coming soon";
  display: block;
  color: #d92681;
  width: 100%;
  text-align: center;
  font-weight: 700;
  right: auto;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}

.btn.download,
.btn[download] {
  padding: 15px 20px 15px 20px;
}

.btn.download:before,
.btn[download]:before {
  color: inherit;
  content: "\e2c4";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 16px;
  transition: all 400ms ease;
}

.btn.download:hover:before,
.btn[download]:hover:before {
  top: 60%;
}

/* 来場事前登録・聴講予約 専用ボタン */
.btn_registration {
  font-weight: 700;
  text-decoration: none;
  transition: all 400ms ease;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 650px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow: hidden;
  padding: 8px 60px 8px 20px;
  border-radius: 30px;
  color: #fff;
  background: #d7157d;
  /* background: rgb(228, 49, 140);
  background: linear-gradient(122deg, rgb(224, 0, 206) 20%, rgb(6, 48, 199) 100%); */
}
.btn_registration span:not(.material-icons){
  font-size: 118%;
}

.btn_registration::after,
.btn_registration::before,
.btn_registration .icon::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn_registration::after {
  z-index: 2;
}
.btn_registration:hover::after {
  right: 5px;
}

.btn_registration span.icon {
  z-index: 1;
  background-color: transparent;
}
.btn_registration span.icon span {
  font-size: 125%;
}

.btn_registration .icon::before {
  content: "";
  transition: all 400ms ease;
  content: "edit";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 40px;
  color: #fff;
  z-index: 3;
  background: transparent;
  left: 0px;
}
.btn_registration:hover .icon::before {
  left: -5px;
}
/* 来場事前登録・聴講予約 専用ボタン END */

/*coming/endボタン*/
.disable {
  background: #a9a9a9 !important;
  color: #ddd !important;
  pointer-events: none;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0));
}

.text_link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.text_link[download]::after,
.text_link::after {
  content: "launch";
  font-weight: 700;
  font-size: 16px;
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/**/

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }
}

/**/

.mnt_att {
  display: inline-block;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* scrollbox */

.scrollbox {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.scrollbox::-webkit-scrollbar {
  height: 10px;
}

.scrollbox::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scrollbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #17294b;
}

.scrollbox::-webkit-scrollbar-track-piece {
  background: #efefef;
}

/* width size */

.wid10 {
  width: 10% !important;
}

.wid15 {
  width: 15% !important;
}

.wid20 {
  width: 20% !important;
}

.wid25 {
  width: 25% !important;
}

.wid30 {
  width: 30% !important;
}

.wid35 {
  width: 35% !important;
}

.wid40 {
  width: 40% !important;
}

.wid45 {
  width: 45% !important;
}

.wid50 {
  width: 50% !important;
}

.wid60 {
  width: 60% !important;
}

.wid70 {
  width: 70% !important;
}

.wid80 {
  width: 80% !important;
}

.wid90 {
  width: 90% !important;
}

.wid00 {
  width: 100% !important;
}

/* For margin */

.mgauto {
  margin-right: auto;
  margin-left: auto;
}

.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgl0 {
  margin-left: 0px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgr0 {
  margin-right: 0px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

/* For padding */

.pdt0 {
  padding-top: 0px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.txt-right {
  text-align: right !important;
  display: block !important;
}

.txt-left {
  text-align: left !important;
  display: block !important;
}

.txt-center {
  text-align: center !important;
  display: block !important;
}

.color-red {
  color: #c90000 !important;
}

.color-gray {
  color: #999 !important;
}

.color-black {
  color: #000 !important;
}

.color-bordeaux {
  color: #960c0c !important;
}

.font-bold {
  font-weight: 700;
  font-weight: bold !important;
}

.font-normal {
  font-weight: normal;
}

.font-italic {
  font-style: italic !important;
}

.font-strike {
  text-decoration: line-through !important;
}

.font-under {
  text-decoration: underline !important;
}

/* For link icon */
.link_text {
  position: relative;
}

.link_text::after {
  content: "open_in_new";
  font-size: 16px;
  transition: all 400ms ease;
}

/* font size */

.text5 {
  font-size: 5px !important;
}

.text6 {
  font-size: 6px !important;
}

.text7 {
  font-size: 7px !important;
}

.text8 {
  font-size: 8px !important;
}

.text9 {
  font-size: 9px !important;
}

.text10 {
  font-size: 10px !important;
}

.text11 {
  font-size: 11px !important;
}

.text12 {
  font-size: 12px !important;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text15 {
  font-size: 15px !important;
}

.text16 {
  font-size: 16px !important;
}

.text17 {
  font-size: 17px !important;
}

.text18 {
  font-size: 18px !important;
}

.text19 {
  font-size: 19px !important;
}

.text20 {
  font-size: 20px !important;
}

.text25 {
  font-size: 25px !important;
}

.text30 {
  font-size: 30px !important;
}

.text35 {
  font-size: 35px !important;
}

.text40 {
  font-size: 40px !important;
}

.text50 {
  font-size: 50px !important;
}

/* 打ち消し */
.double_line {
  position: relative;
  display: inline-block;
}

.double_line::before,
.double_line::after {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(0);
  background-color: red;
  width: 100%;
  height: 1px;
  left: 0;
}

.double_line::before {
  top: 55%;
}

.double_line::after {
  top: 42%;
}

/* float */

.innerLf {
  float: left;
}

.innerRf {
  float: right;
}

.list_dod {
  list-style: disc;
}

.list_dod li {
  margin-left: 1.5em;
  margin-top: 0.25em;
  line-height: 1.4;
}

.list_decimal {
  list-style: decimal;
  margin-bottom: 0.25em;
}

.list_decimal li {
  margin-left: 1.5em;
  margin-top: 0.25em;
}

.list_numlist {
  margin-left: 0.5em;
  margin-bottom: 0.25em;
}

.list_numlist li {
  text-indent: -1.8em;
  margin-top: 0.25em;
}

/* 数字 olリスト*/
.list_number {
  position: relative;
  counter-reset: list-num;
}

.list_number::before {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  left: 0.7em;
  top: 0;
  z-index: 1;
  background-color: #e0e0e0;
}

.list_number li {
  display: flex;
  margin: 5px 0;
  line-height: 1.5em;
}

.list_number li:before {
  font-family: "LINESeedJP";
  counter-increment: list-num;
  content: counter(list-num);
  background: #00b1eb;
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 0.5em;
  font-weight: 700;
  z-index: 2;
}

.list_number li:not(:before) {
  width: 50px;
}

/*olリスト*/
.num_list {
  counter-reset: list-num;
}

.num_list li {
  display: flex;
  margin: 10px 0;
  line-height: 2em;
  flex-wrap: nowrap;
}

.num_list li:before {
  font-family: "LINESeedJP";
  counter-increment: list-num;
  content: counter(list-num);
  background: #00b1eb;
  display: inline-block;
  width: 2em;
  min-width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  margin-right: 0.5em;
  font-weight: 700;
}

.num_list li:not(:before) {
  width: 50px;
}

.required {
  display: inline-block;
  padding: 0px 7px;
  font-size: 14px;
  color: #fff;
  background-color: #be0000;
}

.dspbl {
  display: block;
}

.dspil {
  display: inline;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indentbefore {
  padding-left: 1em;
  position: relative;
}

.indentbefore:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.en_indentbefore {
  padding-left: 0.5em;
  position: relative;
}

.en_indentbefore:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}

.note_indent {
  display: inline-block;
  padding-left: 2.9em;
  text-indent: -2.9em;
}

.notes_indent {
  /* sありの場合 */
  display: inline-block;
  padding-left: 3.5em;
  text-indent: -3.5em;
}

/* ページ内アンカーリンク用 */
.nav_anc ol {
  display: flex;
  flex-wrap: wrap;
}

.nav_anc li {
  margin-bottom: 5px;
  margin-left: 5px;
}

.nav_anc li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 5px 28px 3px 15px;
  border: 1px solid #c2c7ef;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  transition: all 400ms ease;
  font-weight: 700;
  font-size: 0.75rem;
}

.nav_anc li a:hover {
  background-color: #c2c7ef;
  color: #fff;
}

.nav_anc li a::after {
  content: "keyboard_double_arrow_right";
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  font-size: 14px;
}

/* テーブル */
.tb_style {
  width: 100%;
}

.tb_style td {
  width: 80%;
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #91a2c3;
}

.tb_style th {
  width: 20%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 2em;
  border-bottom: 1px solid #91a2c3;
  text-align: left;
  font-weight: 700;
}

.tb_style tr:last-child th,
.tb_style tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .tb_style th,
  .tb_style td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 0em;
    padding-right: 0em;
  }

  .tb_style td {
    padding-top: 0.25em;
    padding-bottom: 1em;
    border-bottom: 1px solid #91a2c3;
  }
}

/*dl table タイプ*/
.unit_table {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.unit_table::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100px;
  background: #dfeaef;
  background: linear-gradient(180deg, rgba(228, 49, 140, 1) 10%, rgba(0, 184, 255, 1) 90%);
}

.en .unit_table::after {
  left: 150px;
}

.unit_table dt {
  width: 100px;
  padding: 5px 15px 5px 0;
}

.unit_table dd {
  width: calc(100% - 100px);
  padding: 5px 0 5px 20px;
}

.en .unit_table dt {
  width: 150px;
}

.en .unit_table dd {
  width: calc(100% - 150px);
}

.unit_table dt:first-of-type,
.unit_table dd:first-of-type {
  padding-top: 0;
}

.unit_table dt:last-of-type,
.unit_table dd:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .unit_table dt,
  .unit_table dd,
  .en .unit_table dt,
  .en .unit_table dd {
    width: 100% !important;
  }

  .unit_table dt {
    padding: 10px 0px 5px 0;
  }

  .unit_table dd {
    padding: 5px 0 10px 0px;
  }

  .unit_table dd:first-of-type {
    padding-top: 10px;
  }

  .unit_table dt:last-of-type {
    padding-bottom: 10px;
  }

  .unit_table::after,
  .en .unit_table::after {
    display: none !important;
  }

  .unit_table dt {
    position: relative;
  }

  .unit_table dt::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: rgb(228, 49, 140);
    background: linear-gradient(90deg, rgba(228, 49, 140, 1) 10%, rgba(0, 184, 255, 1) 90%);
  }
}

.flex_unit {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.flex_unit img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .flex_unit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.around {
  justify-content: space-around;
}
.justifycontent_center {
  justify-content: center;
}
.alignitems_center {
  align-items: center;
}

/* 右左比率違い横並びタイプ  */

.flex_unit.unit_img_text {
  flex-wrap: wrap;
}

.unit_img_text .col_l {
  width: 67%;
}

.unit_img_text .col_r {
  width: 30%;
}

.unit_img_text .col_r img {
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .unit_img_text .col_l {
    width: 100%;
  }

  .unit_img_text .col_r {
    width: 100%;
    margin-top: 10px;
  }

  .unit_img_text .col_r img {
    max-height: 150px;
  }
}

/*背景カラー*/
span.new {
  display: inline-block;
  background-color: #be0058;
  border-radius: 20px;
  color: #fff;
  padding: 2px 7px;
  font-size: 12px;
  margin-left: 5px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  bottom: initial !important;
}

.slick-dots li {
  margin: 0 !important;
  display: inline-block;
  width: 80px !important;
  height: 10px !important;
  margin: min(3px, 20px) !important;
  background-color: #dfdfdf;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.slick-dots li:hover {
  opacity: 0.5;
}

.slick-dots li:last-of-type {
}

.slick-dots button {
  position: relative;
  text-indent: -9999px;
  border: none;
  display: block;
  width: 0%;
  height: 10px !important;
  padding: 0;
  background-color: #efefef;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  opacity: 0;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots .slick-active button {
  background-color: #02b3f0;
  opacity: 1;
}

.slick-slider .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-color: transparent;
}

.slick-slider .prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid #113463;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.slick-slider .next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 25px solid #113463;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

/*movie wp*/
.movie-rs {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-rs iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* プレスページ */
.press .info_cont{
  width: 50%;
}

.press .info_flex_cont figure{
  width: 46%;
}

.press .info_flex_cont{
display: flex;
align-items: center;
justify-content: space-between;
  flex-wrap:wrap;
}

.press .info_cont dt{
  
margin-bottom: 10px;
  
line-height: 2;
  
border-bottom: 1px solid #a9a9a9;
  border-image: linear-gradient(to right, #e3308c 0%, #00b8ff 100%) 1;
  
font-size: 1.1rem;
  
font-weight: bold;
}

.press .info_cont dd{
  
margin-bottom: 15px;
}


.btn.comingsoon{
  text-align:center;
  background: #bebebe;
  padding: 5px 56px;
  box-shadow: none;
  pointer-events: none;
}


.btn.comingsoon::after,
.btn.comingsoon::before{
  display:none;
}

.btn.comingsoon span{
  color:#767676;
}


@media screen and (max-width:768px){
.press .info_flex_cont figure,
  .press .info_cont{
  width: 100%;
}

}