.cnt_block {
  margin-bottom: 75px;
}

.page_cont {
  position: relative;
  padding-bottom: 6em;
}

@media screen and (max-width: 990px) {
  .page_cont {
    position: relative;
    padding-bottom: 6em;
  }
}

.sns_blc {
  position: absolute;
  top: 40px;
  right: 0;
  width: 50%;
}

.sns_blc_bottom {
  text-align: right;
}

@media screen and (min-width: 681px) {
  /*  #st-1 .st-btn[data-network=line], */
  .st-btn[data-network="whatsapp"] {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .sns_blc {
    position: absolute;
    top: 20px;
    right: 1.5em;
  }
  .st-btn[data-network="whatsapp"] {
    display: inline-block !important;
  }
}

@media screen and (max-width: 680px) {
  .sns_blc {
    position: relative;
    margin-bottom: 1em;
    top: 0;
    right: 0;
    width: 100%;
  }

  #mobile-share .st-has-labels .st-btn,
  #mobile-share2 .st-has-labels .st-btn {
    min-width: 44px !important;
  }

  #mobile-share .st-has-labels .st-btn > span,
  #mobile-share2 .st-has-labels .st-btn > span {
    display: none;
  }
}

@media screen and (min-width: 801px) {
  .text_img_block .text_block {
    width: 50.6%;
    max-width: 500px;
  }

  .text_img_block .img_block {
    max-width: 450px;
  }

  .flex.between_c {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 800px) {
  .text_img_block {
    flex-wrap: wrap;
  }

  .cnt_block a {
    word-break: break-all;
  }

  .flex.between_c {
    display: block;
  }
}

.st-btn > img {
  height: 24px !important;
  width: 24px !important;
  top: 4px !important;
}

.st-btn > span {
  padding: 0 3px;
}

.h1_title .new {
  width: 44px;
  margin-right: 0;
}

@media screen and (max-width: 990px) {
  .h1_title .new {
    width: 32px;
  }
}

.column_title_block .date span.icon_mark {
  display: inline-block;
  position: relative;
  top: -18px;
}

.column_title_block .date span::before {
  font-size: 14px;
  width: 20px;
  height: 20px;
}

.column_title_block .date span.pickup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1em;
  padding: 0.1em 0;
  background: url(/star.svg) center center/contain no-repeat;
}

/* 2024/07/04 */
.st-btn {
  min-width: 44px !important;
}

.st-btn > span {
  display: none !important;
}

.news-column2--mb {
  margin-bottom: 60px;
  @media screen and (max-width: 800px) {
    margin-bottom: 40px;
  }
}
.news-column2--mb2 {
  margin-bottom: 0px;
  @media screen and (max-width: 800px) {
    margin-bottom: 40px;
  }
}

.pcircle {
  box-sizing: border-box;
  margin: 4px 20px 6px 10px;
  border: 1px solid #00beff;
  padding: 6px 14px;
}

.pcircle--2 {
  border-color: #ff8d00;
}

.page_box p,
.page_box a.arrow_b {
  font-size: 16px;
  @media screen and (max-width: 680px) {
    font-size: 15px;
    line-height: 1.4;
  }
}

.exam-info-list {
  font-size: 16px !important;
  @media screen and (max-width: 680px) {
    font-size: 15px !important;
  }
}

.disc.disc--2.mb00 {
  margin-left: 16px;
  @media screen and (max-width: 680px) {
    margin-left: 0;
  }
}

.report-contact {
  margin-top: 40px;
}

.report-contact a {
  color: #363b43;
}

a.arrow_b {
  margin-top: 10px;
  display: inline-block;
  text-indent: 0;
}

.disc-heading{
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}

.disc-heading::before{
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #363b43;
  left: 0;
  top: 0.4em;
}

.notes2{
  position: relative;
  margin-top: 10px;
  font-size: 14px;
  padding-left: 10px;
}

.notes2::before{
  content: "*";
  position: absolute;
  left: 0;
  top: 2px;
}

.pdf2{
  margin-left: 0;
  text-decoration: underline;
  background-size: 22px 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 1.8em;
}

.js-modal-video.youtube-icon{
  position: relative;
}
.js-modal-video.youtube-icon.mxw306 img{
  max-width: 306px;
  @media screen and (max-width: 768px) {
    max-width: 100%;
  }
}
.js-modal-video.youtube-icon::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-image: url(/news/files/youtube.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}


.column_title_block .date span.icon_mark.important {
	position: relative;
	top: 0;
	background-color: transparent !important;
	display: inline-block;
}

.column_title_block .date span.icon_mark.important::before {
	position: relative;
	top: 2px;
	left: 1em;
	content: "";
	width: 17px;
	height: 16px;
	background: url(../../../shared/img/icon/important_notice.svg) center no-repeat;
	background-size: contain;
	display: block;
}
.lts__links-cat--skill .lts__links-ttl,
.lts__links-cat--daily .lts__links-ttl{
  margin-bottom: 1.56rem !important;
  
  @media screen and (max-width: 768px) {
    margin-bottom: 20px !important;
  }
}