﻿@charset "utf-8";


/***********************************************************
original setting
***********************************************************/
/*----------------------------------------------------------
heading
----------------------------------------------------------*/
.featuredHeading {
  font-weight: bold;
}
@media (min-width: 960px) {
  .featuredHeading {
    font-size: 2rem;
    text-align: center;
  }
  .textCtlOrg {
    padding: 0 90px !important;
  }
}
@media (max-width: 959px) {
  .featuredHeading {
    font-size: 1.125rem;
    text-align: center;
  }
  .textCtlOrg {
    padding: 0 8vw !important;
  }
}

/*----------------------------------------------------------
background
----------------------------------------------------------*/
.contents__main__bg {
  background-image: url("/entame/special/images/article/20210903_01/index_bg_001.gif");
  background-repeat: repeat;
  background-size: contain;
}


/*----------------------------------------------------------
link
----------------------------------------------------------*/
.linkBlock {
  position: relative;
}
.linkBlock__item {
  position: absolute;
}
.linkBlock__anchor {
  display: inline-block;
}
.linkBlock__img {
  width: 100%;
}
.linkBlockType01__linkList__item01 {
  top: 0%;
  right: 13.42592592592593%;
  bottom: 0;
  left: 13.42592592592593%;
}
.linkBlockType01__linkList__item02 {
  top: 0%;
  right: 12.5%;
  bottom: 0;
  left: 12.5%;
}
