@charset "UTF-8";
a {
  text-decoration: none;
  color: #000;
}

#globalNavi {
  margin: 0px;
  display: none;
}

#pageUpper {
  margin-bottom: 0px;
}

.page-visual.lower {
  display: none;
}

.homecing-list_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 18px;
  background-color: #CA4651;
  padding: 0 20px;
  width: calc(100% - 100px);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.homecing-list_l {
  width: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.homecing-list {
  max-width: calc(100% - 190px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.homecing-list a {
  padding: 11px 20px;
  color: #fff;
  display: block;
  position: relative;
}
.homecing-list a::after {
  content: "｜";
  position: absolute;
  right: -10px;
}
.homecing-list li:last-child a::after {
  content: inherit;
}

.mv_text {
  text-align: center;
  font-size: 22px;
  padding-top: 35px;
  margin: 0 0 15px;
}

.mv_wrap {
  background: url(/_files/00048903/mv_bg.png) no-repeat center top/cover;
  max-height: 530px;
  margin-bottom: 175px;
}
.mv_wrap h1 {
  text-align: center;
}
.mv_wrap + .btn01 {
  margin-top: 105px;
  padding: 48px 0 75px;
}

.title_sub {
  text-align: center;
  font-size: 16px;
  margin: 5px;
}
.title_sub a {
  color: #0C318D;
}

.mv_img {
  position: relative;
  margin-top: 30px;
}

.mv_left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.mv_scr {
  text-align: center;
}
.mv_scr img {
  border: solid 6px #fff;
  border-radius: 20px;
  position: relative;
}

.mv_scr02 {
  display: inline-block;
  border: solid 3px #000;
  border-radius: 20px;
  max-width: 440px;
}

.mv_right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.section_inner .btn01 a {
  width: 100%;
}

.btn01 a {
  font-size: 34px;
  display: block;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  text-decoration: inherit;
  padding: 13px;
  font-size: 34px;
  border-radius: 100vmax;
  color: #000;
  background-color: #F58A73;
  border: solid 4px #000;
  position: relative;
}
.btn01 a::before {
  content: "";
  background: url(/_files/00048736/icon01.svg) no-repeat center center/25px 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn01 a::after {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: -webkit-repeating-linear-gradient(45deg, #000, #000 4px, #fff 0, #fff 10px);
  background: repeating-linear-gradient(45deg, #000, #000 4px, #fff 0, #fff 10px);
  border-radius: 100vmax;
  border: solid 4px #000;
  position: absolute;
  left: 0px;
  top: 7px;
  z-index: -1;
}

.illustration01,
.illustration02,
.illustration03,
.illustration04,
.illustration05,
.illustration06,
.illustration07 {
  position: absolute;
}

.illustration01 {
  right: -15%;
  top: 0px;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}

.illustration02 {
  left: 0%;
  bottom: 0px;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}

.illustration03 {
  z-index: 1;
  right: 0;
  -webkit-transform: translateX(calc(100% + 20px));
          transform: translateX(calc(100% + 20px));
}

.illustration04 {
  z-index: 1;
  right: 0;
  -webkit-transform: translateX(calc(100% + 20px));
          transform: translateX(calc(100% + 20px));
  bottom: 0;
}

.illustration05 {
  z-index: 1;
  left: 0;
  -webkit-transform: translateX(calc(-100% - 20px));
          transform: translateX(calc(-100% - 20px));
}

.illustration06 {
  top: -7%;
  z-index: 1;
  right: 0;
  -webkit-transform: translateX(calc(100% + 20px));
          transform: translateX(calc(100% + 20px));
}

.illustration07 {
  left: 0%;
  bottom: -130px;
  z-index: 1;
  -webkit-transform: translate(-70%, 50%);
          transform: translate(-70%, 50%);
}

.section_inner,
#news .pieceContainer {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
  padding: 110px 0 0;
  position: relative;
}

.title01,
#news h2 {
  background: url(/_files/00048972/title_bg.svg) no-repeat center top/auto 100%;
  text-align: center;
  font-size: 34px;
  height: 107px;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
}

.center {
  text-align: center;
}

.bunri130 {
  margin: 28px 0 24px;
}

.info_bunri {
  line-height: 2.3;
}

#news {
  padding: 0px 0 94px;
  background: url(/_files/00048934/news_bg.png) no-repeat center bottom/cover;
  position: relative;
}
#news .docs {
  margin-top: 47px;
}

.homecoming-info a {
  background: -webkit-linear-gradient(left, #000 2px, transparent 1px) left bottom/5px 2px repeat-x;
  background: linear-gradient(to right, #000 2px, transparent 1px) left bottom/5px 2px repeat-x;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px 20px 50px;
}
.homecoming-info a span {
  display: block;
}
.homecoming-info a:hover {
  text-decoration: inherit;
  opacity: 0.7;
}

.publish_date {
  width: 115px;
  margin-right: 50px;
}

.title {
  width: calc(100% - 165px);
  padding-left: 115px;
  position: relative;
}
.title::before {
  content: "お知らせ";
  background-color: #F58A73;
  color: #fff;
  font-size: 14px;
  border-radius: 12px;
  position: absolute;
  left: 0;
  padding: 0 18px;
}

#information_sec {
  position: relative;
}

.info_image {
  margin-bottom: -30px;
  text-align: center;
}
.info_image img {
  position: relative;
  z-index: 1;
}

.info_flame {
  border: solid 3px #000;
  color: #000;
  border-radius: 20px;
  padding: 60px 70px 50px;
  position: relative;
}

.info_title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.info_title span {
  border-bottom: solid 1px #000;
  padding-bottom: 15px;
}

.info_intro {
  font-size: 22px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.info_intro span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #FFE100));
  background: -webkit-linear-gradient(transparent 80%, #FFE100 0%);
  background: linear-gradient(transparent 80%, #FFE100 0%);
  display: inline;
  padding: 0 1px 0px;
}

.info_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.info_box {
  width: calc(50% - 10px);
}

.info_img {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-top: 10px;
  position: relative;
}
.info_img.arrow::after {
  content: "";
  width: 36px;
  height: 24px;
  background: url(/_files/00049030/arrow.svg) no-repeat center top/cover;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.info_text {
  line-height: 2;
}

#outline_sec {
  padding-bottom: 100px;
  position: relative;
}

.table_wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  margin: 24px 0 15px;
}

.outline_table {
  width: 100%;
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
}
.outline_table th,
.outline_table td {
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px;
}
.outline_table th {
  background-color: #EFEFEF;
  width: 141px;
}
.outline_table th.color01, .outline_table th.color02 {
  font-size: 22px;
}
.outline_table .color01 {
  background-color: #FCFCDC;
  width: calc(50% - 70.5px);
}
.outline_table .color02 {
  background-color: #F0FAFC;
  width: calc(50% - 70.5px);
}
.outline_table .center {
  text-align: center;
  padding: 5px 17px;
}
.outline_table .td_text01 {
  font-size: 20px;
}
.outline_table .td_text02 {
  font-size: 16px;
}
.outline_table .td_text02.ml {
  padding-left: 81px;
}
.outline_table .td_text01.mt,
.outline_table .td_text02.mt {
  margin-top: 15px;
}
.outline_table .td_text01 span,
.outline_table .td_text02 span {
  background-color: #00A9CC;
  border-radius: 10px;
  color: #fff;
  padding: 4px 10px;
  font-size: 14px;
  margin-right: 5px;
}
.outline_table a {
  text-decoration: none;
  position: relative;
  padding-right: 15px;
}
.outline_table a::before {
  content: "";
  background: url(/_files/00048736/icon01.svg) no-repeat center center/15px 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.table_note {
  font-size: 14px;
  margin-bottom: 83px;
}

#schedule_sec {
  background: url(/_files/00048958/schedule_bg.png) no-repeat center top/cover;
  padding-bottom: 114px;
  position: relative;
}

.title_place {
  text-align: center;
  font-size: 24px;
}

.sche_list {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 45px;
  margin: 20px 0 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sche_list li a {
  display: block;
  width: 200px;
  color: #fff;
  background-color: #000;
  border-radius: 100vmax;
  text-align: center;
  font-size: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px;
  position: relative;
}
.sche_list li a::after {
  content: url(/_files/00048743/icon02.svg);
  margin-left: 5px;
}

.more {
  margin: 36px auto 0;
  text-align: center;
}
.more a {
  display: block;
  width: 200px;
  color: #fff;
  background-color: #000;
  border-radius: 100vmax;
  text-align: center;
  font-size: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px;
  margin: 0 auto;
  position: relative;
}
.more a::after {
  content: url(/_files/00048743/icon02.svg);
  margin-left: 5px;
}

.img_place {
  text-align: center;
}

.title_place02 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 32px;
}

#kgw_sec {
  background: url(/_files/00048880/kgw_bg.png) no-repeat center bottom/cover;
  padding-bottom: 123px;
  position: relative;
}

#access_sec {
  padding-bottom: 130px;
  position: relative;
}

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

.access_box {
  width: calc((100% - 60px) / 3);
}

.access_title {
  border-radius: 20px;
  border: solid 3px #000;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.access_place a {
  font-size: 18px;
  position: relative;
  padding-right: 20px;
}
.access_place a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/_themes/img/page/ic-target_blank_blk.svg) no-repeat center center/15px 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.access_note {
  font-size: 12px;
}

.maps iframe {
  width: 100%;
}

#form_sec {
  background-color: #FCE8E3;
  padding-bottom: 150px;
  position: relative;
}
#form_sec .section_inner {
  padding-top: 53px;
}

.form_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}
.form_flex .form_box {
  display: block;
  width: calc(50% - 20px);
  border: solid 5px #000;
  border-radius: 10px;
  background-color: #ECE81A;
  padding: 20px 43px;
  -webkit-filter: drop-shadow(0px 10px 0px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 10px 0px rgba(0, 0, 0, 0.16));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  position: relative;
}
.form_flex .form_box::before {
  content: "";
  background: url(/_files/00048736/icon01.svg) no-repeat center center/25px 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form_flex .form_box span {
  font-size: 28px;
  display: block;
}
.form_flex .form_box:last-of-type {
  background-color: #03CEF8;
}

.qr_img img {
  max-width: inherit;
  width: 100%;
}

#cancel_area_sec {
  background-color: #EFEFEF;
  padding-bottom: 78px;
  position: relative;
}
#cancel_area_sec .cancel_tit {
  border: 2px solid #0F389E;
  background-color: #fff;
  padding: 3px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #0F389E;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#cancel_area_sec .cancel_box {
  width: 45%;
  max-width: 330px;
  border: solid 1px #0F389E;
  font-weight: bold;
  margin-top: 34px;
}
#cancel_area_sec .cancel_box .box_title {
  background-color: #0F389E;
  color: #fff;
  text-align: center;
  padding: 7px;
  margin-bottom: 0;
}
#cancel_area_sec .cancel_box a {
  display: block;
  padding: 15px 15px 15px 65px;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  background-color: #fff;
}
#cancel_area_sec .cancel_box a:hover {
  text-decoration: none;
  background-color: #B2C3ED;
}
#cancel_area_sec .cancel_box a span {
  color: #333333;
  font-size: 13px;
}
#cancel_area_sec .cancel_box a .img {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#cancel_area_sec .cancel_box a .img02 {
  vertical-align: middle;
  margin-left: 5px;
}

.form_img {
  text-align: center;
}
.form_img img {
  margin: -40px auto 0;
}

.cancel_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cancel_text {
  text-align: center;
  margin-top: 32px;
}

#pageFooter {
  margin-top: 0;
}

.homecoming-lower #breadCrumbs {
  background-color: #fff;
  margin-bottom: 20px;
}
.homecoming-lower #breadCrumbs li:not(:first-child):before {
  color: #000;
}
.homecoming-lower #breadCrumbs a {
  color: #000;
}
.homecoming-lower .contentGpArticleDocs {
  margin-top: 50px;
}
.homecoming-lower .contentGpArticleDocs .docs ul {
  border-top: none;
  margin-bottom: 70px;
}
.homecoming-lower .contentGpArticleDocs .docs ul li a {
  background: -webkit-linear-gradient(left, #000 2px, transparent 1px) left bottom/5px 2px repeat-x;
  background: linear-gradient(to right, #000 2px, transparent 1px) left bottom/5px 2px repeat-x;
  padding: 20px 20px 20px 50px;
  border-bottom: none;
}
.homecoming-lower #content *:not(.calendarEvents) > .pagination {
  margin: 70px 10px 70px;
  text-align: center;
}

.homecoming-news .contentGpArticleDoc .date {
  border-bottom: solid 2px #000;
}
.homecoming-news .contentGpArticleDoc .date .publishedAt {
  position: relative;
}
.homecoming-news .contentGpArticleDoc .date .publishedAt::after {
  content: "お知らせ";
  background-color: #F58A73;
  color: #fff;
  font-size: 14px;
  border-radius: 12px;
  padding: 5px 18px;
  margin-left: 36px;
}
.homecoming-news .back-btn {
  text-align: left;
}

@media only screen and (max-width: 1280px) {
  .homecing-list_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .homecing-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mv_scr02 {
    width: 50%;
  }
  .mv_left {
    width: 30%;
  }
  .mv_right {
    width: 30%;
  }
  .mv_wrap {
    margin-bottom: 0;
  }
  .btn01 a {
    width: 85%;
  }
}
@media only screen and (max-width: 1110px) {
  .illustration01 {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .illustration05 {
    display: none;
  }
  .illustration06 {
    display: none;
  }
  .illustration07 {
    display: none;
  }
}
@media only screen and (max-width: 1045px) {
  .illustration03 {
    display: none;
  }
  .illustration04 {
    display: none;
  }
}
@media only screen and (max-width: 1005px) {
  .illustration02 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #pageUpper {
    margin-bottom: 0;
  }
  .homecing-list_wrap {
    width: 100%;
    font-size: 14px;
  }
  .homecing-list_l {
    display: none;
  }
  .homecing-list {
    width: 100%;
    max-width: inherit;
  }
  .homecing-list a {
    padding: 11px 10px;
  }
  .mv_text {
    font-size: 17px;
    padding-top: 30px;
  }
  .mv_wrap h1 {
    width: 90%;
    margin: 0 auto;
  }
  .btn01 a {
    font-size: 18px;
  }
  .mv_wrap + .btn01 {
    margin-top: 0px;
    padding: 35px 15px 45px;
  }
  .title01,
  #news h2 {
    font-size: 20px;
    height: 67px;
    background-size: contain;
  }
  .section_inner,
  #news .pieceContainer {
    padding: 50px 15px 15px;
    width: 100%;
    max-width: 1514px;
    margin: 0 auto;
  }
  #news .docs {
    margin-top: 15px;
  }
  .info_title {
    font-size: 18px;
  }
  .info_intro {
    font-size: 16px;
  }
  .info_flame {
    padding: 40px 25px 30px;
  }
  .info_img {
    font-size: 15px;
  }
  .info_img.arrow::after {
    width: 21px;
    height: 14px;
  }
  .access_title {
    font-size: 16px;
  }
  .access_flex {
    gap: 20px;
  }
  .access_box {
    width: 100%;
  }
  .table_note {
    font-size: 12px;
    margin-bottom: 40px;
  }
  .title_sub {
    font-size: 14px;
  }
  #outline_sec {
    padding-bottom: 60px;
  }
  .outline_table th,
  .outline_table td {
    width: 92px;
    padding: 14px;
    font-size: 15px;
  }
  .outline_table th.color01,
  .outline_table th.color02 {
    font-size: 16px;
  }
  .outline_table .td_text01 {
    font-size: 18px;
  }
  .outline_table .td_text02 {
    font-size: 14px;
  }
  .outline_table .td_text02.ml {
    padding-left: 0px;
  }
  .outline_table .td_text01.mt,
  .outline_table .td_text02.mt {
    margin-top: 10px;
  }
  .outline_table .td_text01 span,
  .outline_table .td_text02 span {
    font-size: 12px;
    padding: 2px 10px;
    margin-right: 0;
    display: block;
    border-radius: 100vmax;
  }
  .sche_list li a {
    font-size: 16px;
  }
  .more a {
    font-size: 16px;
  }
  .title_place {
    font-size: 20px;
  }
  .title_place02 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #schedule_sec {
    padding-bottom: 60px;
  }
  .sche_list {
    gap: 20px;
  }
  #kgw_sec {
    padding-bottom: 60px;
  }
  #access_sec {
    padding-bottom: 80px;
  }
  #form_sec {
    padding-bottom: 50px;
  }
  .form_img img {
    width: 80%;
  }
  .form_flex {
    gap: 20px;
  }
  .form_flex .form_box {
    width: 100%;
    font-size: 16px;
  }
  .form_flex .form_box span {
    font-size: 22px;
  }
  .homecoming-info a {
    padding: 20px 0px 20px 0px;
    font-size: 14px;
  }
  .homecoming-lower .contentGpArticleDocs {
    margin-top: 20px;
  }
  .homecoming-lower .contentGpArticleDocs .docs ul {
    margin-bottom: 30px;
  }
  .homecoming-lower .contentGpArticleDocs .docs ul li a {
    padding: 20px 0px 20px 0px;
    font-size: 14px;
  }
  .homecoming-lower #content *:not(.calendarEvents) > .pagination {
    margin-top: 30px;
  }
  .homecoming-news .contentGpArticleDoc .date .publishedAt::after {
    font-size: 12px;
    padding: 5px 10px;
    margin-left: 6px;
  }
  .homecoming-news .back-btn {
    margin: 30px 0 -30px;
  }
  .homecoming-news .back-btn a {
    padding: 4px 25px;
    background: center no-repeat, url(/_themes/acanthus/img/ic-prev.svg) 12px center no-repeat;
  }
  .publish_date {
    width: 98px;
    margin-right: 5px;
  }
  #news {
    padding: 0px 0 44px;
  }
  .title {
    width: calc(100% - 105px);
    padding-left: 75px;
  }
  .title::before {
    font-size: 12px;
    padding: 0 12px;
  }
  .cancel_tit {
    font-size: 18px;
  }
  .cancel_flex {
    gap: 15px;
    margin-top: 20px;
  }
  #cancel_area_sec .cancel_box {
    width: 100%;
    margin-top: 0;
  }
}