.eswsBreadcrumbListContainer__element a span {
    color: #ff8510;
}

.eswsBreadcrumbListContainer__element span {
    color: #000;
}

.eswsMain {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.eswsMain__header {
  background-color: #BBBBBB;
}

.eswsMain__body {
  background-color: white;
  width: 100%;
  min-width: 80%;
  height: auto;
}

.eswsMain__body__wrap {
  display: flex;
  width: auto;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1.5rem 4rem 1.5rem;
  box-sizing: border-box;
}

.eswsContentList--card .eswsArticleContainer {
  width: calc(100% / 2 - 1rem);
  height: 22.5rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: 0 1px 7px 1px #939393;
  border-radius: 6px 6px 6px 6px;
  position: relative;
}

.eswsContentList--list .eswsArticleContainer {
  width: 100%;
  height: 7rem;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
  background-color: white;
  box-shadow: 0 1px 7px 1px #939393;
  border-radius: 6px 6px 6px 6px;
  position: relative;
}

.eswsContentList--card .eswsArticleContainer__imageContainer {
  height: 12rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 6px 6px 0 0;
}

.eswsContentList--list .eswsArticleContainer__imageContainer {
  width: 10rem;
  overflow: hidden;
  position: relative;
  margin: 0.5rem 1rem;
}

.eswsArticleContainer__textContainer {
  word-break: break-all;
}

.eswsContentList--card .eswsArticleContainer__textContainer {
  margin: 1rem 1rem 1rem 1rem;
}

.eswsContentList--list .eswsArticleContainer__textContainer {
  width: 70%;
  margin-top: 1rem;
  margin-right: 2rem;
}

.eswsMain__footer {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.eswsMain__header__top {
  display: flex;
  min-height: 2rem;
  justify-content: space-between;
  background-color: white;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.eswsRssContainer {
  background-color: orange;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.1rem;
  text-align: center;
  margin: 2rem 0;
}

.eswsRssContainer__icon {
  font-size: 1.5rem;
  color: white;
}

.eswsHeader__bottom {
  margin-top: 1px;
  display: flex;
  justify-content: space-between;
  padding: 0 1.5rem;
  background-color: white;
}

.eswsPageTitleContainer {
  display: block;
  width: 95%;
  margin: 0.8rem 0 0;
}

.eswsPageTitleContainer__titleContainer {
  min-width: 38%;
  word-wrap: break-word;
  word-break: break-all;
  display: inline-block;
}

.eswsPageTitleContainer__titleContainer__text {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.eswsPageTitleContainer__descriptionContainer {
  display: inline-block;
  margin-top: 0.5rem;
}

.eswsPageTitleContainer__descriptionContainer__text {
  word-wrap: break-word;
  word-break: break-all;
}

.eswsBreadcrumbListContainer {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}

.eswsBreadcrumbListContainer__element {
  display: inline-block;
  max-width: 31em;
  margin: 0 3px;
  font-size: 0.8rem;
  line-height: 1.3rem;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.eswsBreadcrumbListContainer__element:first-child {
  margin: 0 3px 0 1.5rem;
}

.eswsBreadcrumbListContainer__element--separator {
    /* width: 1.3rem; */
    /* height: 1.3rem; */
    /* text-align: center; */
    /* border-radius: 50%; */
    /* background-color: #BBBBBB; */
    /* color: white; */
    /* margin-top: -0.3rem; */
}

.eswsBreadcrumbListContainer__element--separator__text {
  line-height: 1.3rem;
}

.articleContainer__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

.eswsArticleContainer__imageContainer__image {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.eswsContentList--list .eswsArticleContainer__imageContainer__image {
  max-width: 100%;
}

.eswsContentList--card .eswsArticleContainer__imageContainer__image {
}







.eswsContentList--card .eswsArticleContainer__textContainer__description:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(left top, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0) 60%, rgba(255, 255, 255, 0.9));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0)), color-stop(0.6, rgba(255, 255, 255, 0.0)), to(rgba(255, 255, 255, 0.9)));
}









.eswsContentList--card .eswsArticleContainer__textContainer__title {
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  font-size: 1rem;
  text-overflow: ellipsis;
    /* white-space: nowrap; */
  height: 1.2rem;
  line-height: 1.2rem;
}








.eswsContentList--list .eswsArticleContainer__textContainer__title {
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: pre;
  height: 1.2rem;
  line-height: 1.2rem;
}

.eswsContentList--card .eswsArticleContainer__textContainer__description {
  width: 100%;
  overflow: hidden;
  margin: 1rem 0;
  font-size: 0.9rem;
  height: 3.7rem;
  position: relative;
}










.eswsContentList--list .eswsArticleContainer__textContainer__description {
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eswsContentList--card .eswsArticleContainer__textContainer__publishDate {
  width: 100%;
  overflow: hidden;
  color: #818181;
}

.eswsContentList--list .eswsArticleContainer__textContainer__publishDate {
  width: 100%;
  overflow: hidden;
  color: #818181;
}

.eswsPagingContainer__number,
.eswsPagingContainer__number:visited {
  margin: 0.7rem;
  height: 2rem;
  border-radius: 10%;
  width: 2rem;
  text-align: center;
  background-color: white;
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
  position: relative;
}

.eswsPagingContainer__prev,
.eswsPagingContainer__prev:visited,
.eswsPagingContainer__next,
.eswsPagingContainer__next:visited {
  margin: 0.7rem;
  height: 2rem;
}








.eswsPagingContainer__prev--disable,
.eswsPagingContainer__prev--disable:visited,
.eswsPagingContainer__next--disable,
.eswsPagingContainer__next--disable:visited {
  display: none;
}

.eswsPagingContainer__current,
.eswsPagingContainer__current:visited {
  background-color: #BBBBBB;
  color: white;
  pointer-events: none;
}

.eswsPagingContainer__prev__link,
.eswsPagingContainer__prev__link:visited,
.eswsPagingContainer__next__link,
.eswsPagingContainer__next__link:visited,
.eswsPagingContainer__number__link,
.eswsPagingContainer__number__link:visited {
  color: #818181;
  font-size: 1rem;
  line-height: 2rem;
}

.eswsPagingContainer__number__link,
.eswsPagingContainer__number__link:visited {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #818181;
}

.eswsPagingContainer__link--current,
.eswsPagingContainer__link--current:visited {
  color: white;
}











.esArticlesContainer {
  display: flex;
  justify-content: space-around;
}

.esArticlesCategory {
  background-color: white;
  width: 20%;
  flex-grow: 0;
  flex-shrink: 0;
}

.esArticlesCategory__list--pc {
  display: block;
  margin-top: 2rem;
  margin-left: 1.5rem;
}

.esArticlesCategory__list__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: .5rem;
}

.esArticlesCategory__list__container {
  box-sizing: border-box;
}

.esArticlesCategory__list__container__item {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  padding: .2rem .5rem;
  box-sizing: border-box;
}












.esArticlesCategory__list__container__item--active {
  font-weight: bold;
  background-color: #eee;
  border-radius: 3px;
}

.esArticlesCategory__list__container__item:hover,
.esArticlesCategory__list__container__item:focus {
  color: #333;
  background-color: #eee;
  border-radius: 3px;
}

.esArticlesCategory__link,
.esArticlesCategory__link:hover,
.esArticlesCategory__link:visited {
  color: #333;
}

.esArticlesCategory__link:focus-within {
  outline: none;
}

.esArticlesCategory__link {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: text-bottom;
  white-space: nowrap;
}

.esArticlesCategory__list--footer {
  display: none;
}








.eswsRssContainer {
    background-color: orange;
    height: 30px;
    width: 30px;
    border-radius: 0.1rem;
    text-align: center;
    margin: 1rem 0 0;
}

.eswsRssContainer__icon {
    font-size: 14px;
    color: white;
}

.eswsMain {
    padding-top: 0;
    padding-bottom: 0;
}

.eswsContentList--card .eswsArticleContainer__textContainer__description {
    margin: 0.5rem 0;
    line-height: 1.5;
}

.eswsBreadcrumbListContainer__element {
    font-size: 1rem;
}

.eswsPageTitleContainer {
    margin: 0.8rem 0 0;
}



@media screen and (max-width:991px) {
.eswsContentList--card .eswsArticleContainer {
    width: calc(100% / 1);
}
.eswsMain__body {
    min-width: 70%;
}
.esArticlesCategory {
    width: 30%;
}
.eswsContentList--card .eswsArticleContainer__imageContainer {
    height: 15rem;
}
.eswsContentList--card .eswsArticleContainer {
    height: 25rem;
}
}


@media screen and (max-width:860px) {
.eswsContentList--card .eswsArticleContainer__imageContainer {
    height: 13rem;
}
.eswsContentList--card .eswsArticleContainer {
    height: 23rem;
}
}

@media screen and (max-width:767px) {
.eswsContentList--card .eswsArticleContainer__imageContainer {
    height: 11rem;
}
.eswsContentList--card .eswsArticleContainer {
    height: 21rem;
}
}

@media screen and (max-width:699px) {
.eswsMain__body {
    min-width: 73%;
}
.esArticlesCategory {
    width: 27%;
}
.eswsContentList--card .eswsArticleContainer__imageContainer {
    height: 9rem;
}
.eswsContentList--card .eswsArticleContainer {
    height: 19rem;
}
}

@media screen and (max-width:640px) {
.eswsContentList--card .eswsArticleContainer__imageContainer {
    height: 14rem;
}
.eswsContentList--card .eswsArticleContainer {
    height: 24rem;
}
}

@media screen and (max-width:500px) {
.eswsContentList--card .eswsArticleContainer__imageContainer {
    height: 12rem;
}
.eswsContentList--card .eswsArticleContainer {
    height: 22rem;
}
.esArticlesContainer {
    display: flex;
    flex-flow: column;
}
.esArticlesCategory {
    width: 100%;
}
.eswsMain__body {
    min-width: 100%;
}
.esArticlesCategory__list--pc {
    display: block;
    margin-top: 1rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.esArticlesCategory__list__container__item {
    font-size: 1rem;
    line-height: 1.3;
}
.esArticlesCategory__list__title {
    line-height: 1.5;
}
}

@media screen and (max-width:420px) {
.eswsBreadcrumbListContainer__element {
    font-size: 12px;
}
}

@media screen and (max-width:380px) {
.eswsBreadcrumbListContainer__element {
    font-size: 11px;
}
.esArticlesCategory__link {
    font-size: 13px;
}
.esArticlesCategory__list__title {
    line-height: 1.2;
    font-size: 15px;
}
}


@media screen and (max-width:360px) {
.eswsBreadcrumbListContainer__element {
    font-size: 10px;
}
.eswsRssContainer {
    height: 25px;
    width: 25px;
}
.eswsPageTitleContainer__titleContainer__text {
    font-size: 16px;
}
.esArticlesCategory__list__title {
    font-size: 14px;
}
.esArticlesCategory__link {
    font-size: 12px;
}
.title h1 {
    font-size: 1.3em !important;
}
}