@charset "UTF-8";

.header__logo svg path.eu_logo {
  fill:#ffffff;
}
/* _bnr
--------------------------------------------------------- */
body.-templateA .page__content__bnr {
  font-size: 0;
  padding-bottom: 80px;
  background: #ffffff;
  position: relative;
}

body.-templateA .page__content__bnr__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    position: relative;
}

/* pickup
--------------------------------------------------------- */
body.-templateA .page__content__pickup_container_box dl dt {
  padding-top: 24px;
}

/* news
--------------------------------------------------------- */
body.-templateA .page__content__news_container {
  position: relative;
  padding-bottom: 70px;
}

/*body.-templateA .page__content__news_container_box {
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 70px;
}*/

.newsRelated__newsLinks__item, .newsRelated__pageLinks__item {
  background: #ffffff;
}

.newsRelated__newsLinks__item a {
  color: #323232;
}

.newsRelated__newsLinks__item a:hover {
  opacity: .7;
}

.newsRelated__newsLinks__item a img:hover {
  opacity: .7;
  transition: opacity .2s ease-in-out;
}

.newsArticle__content {
  padding: 10px 20px 20px 20px;
}

.newsArticle__title {
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  /*text-decoration: underline;*/
}

.newsArticle__title>a {
  font-size: 22px;
  text-decoration: none;
}

.newsArticle__title>a:hover {
  opacity: .7!important;
}

.newsArticle__description {
  line-height: 1.5;
}

.newsSection__viewButton {
  margin-top: 30px;
  display: inline-block;
  transition: opacity .2s ease-in-out;
  transform: translate3d(0, 0, 0);
  position: relative
}

.newsSection__viewButton::after, .newsSection__viewButton::before {
  content: "";
  background-color: #0068b5;
  display: block;
  position: absolute;
  z-index: 0
}

.newsSection__viewButton::before {
  width: 24px;
  top: 0;
  bottom: 24px;
  right: 0
}

.newsSection__viewButton::after {
  height: 24px;
  bottom: 0;
  left: 0;
  right: 24px
}

.newsSection__viewButton>a, .newsSection__viewButton>span {
  position: relative;
  z-index: 1
}

.newsSection__viewButton>a::after, .newsSection__viewButton>a::before, .newsSection__viewButton>span::after, .newsSection__viewButton>span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  z-index: -1
}

.newsSection__viewButton>a::before, .newsSection__viewButton>span::before {
  background-color: #0068b5;
  top: 0;
  bottom: 24px;
  left: 0;
  right: 24px
}

.newsSection__viewButton>a::after, .newsSection__viewButton>span::after {
  border: 12px solid transparent;
  border-left-color: #0068b5;
  border-top-color: #0068b5;
  bottom: 0;
  right: 0
}

.newsSection__viewButton:hover {
  opacity: .7;
  transition: opacity 150ms ease-in-out;
}

.newsSection__viewButton>a:hover, .newsSection__viewButton>span:hover {
  opacity: 1!important
}

.newsSection__viewButton>a, .newsSection__viewButton>span {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  position: relative;
  padding: 15px 60px 15px 45px;
  line-height: 1.5;
  transition: none;
}

.newsSection__viewButton>a i, .newsSection__viewButton>span i {
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0,-50%);
}

/* group
--------------------------------------------------------- */
body.-templateA .page__content__group {
  background: #ffffff;
}

body.-templateA .page__content__group_container {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 55px;
  overflow: hidden;
}

body.-templateA .page__content__group_container h2 {
  font-family: Roboto,sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 40px;
}

/*body.-templateA .page__content__news_container .storySection__viewButton {
  transform: translate3d(0,0,0);
  position: relative;
  margin-left: 40px;
}*/

.backButton {
  position: absolute;
  top: 50px;
  right: 200px;
  cursor: pointer;
}

.page__content__news_container_box_left img {
  height: 100%;
}

.group_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.group_wrap li.text_area {
  width: 420px;
}

.group_wrap .list_area {
  margin-top: 40px;
}

.group_wrap .list_area li {
  padding-left: 56px;
  position: relative;
  font-size: 13px;
  line-height: 24px;
  margin-top: 8px;
  counter-increment: number;
  font-family: Roboto,sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  border-top: solid 1px #e9eff7;
}

.group_wrap .list_area li:before {
  content: counter(number);
  display: block;
  position: absolute;
  top: 18px;
  left: 15px;
  font-size: 32px;
  color: #0068b4;
}

.group_wrap .list_area li p.icon {
  width: 26px;
}

.group_wrap .list_area li p.icon img {
  width: 26px;
}

.group_wrap .list_area li p:nth-child(2) {
  width: 305px;
  margin-left: 15px;
}

.group_wrap .list_area li p:nth-child(2) a {
  display: block;
  color: #4c4c4c;
}

.group_wrap .list_area li p:nth-child(2) span.place {
  font-size: 16px;
  color: #0068b4;
  display: block;
  line-height: 1;
}

.group_wrap .list_area li p:nth-child(2) span.txt {
  font-size: 14px;
}

.group_wrap .list_area li p:nth-child(2) span.txt .subTxt {
  font-weight: bold;
  font-size: 16px;
}

.group_wrap li.map_area {
  width: 660px;
  padding: 0 0 0 80px;
}


@media (max-width: 750px) {
  body.-templateA .page__content__pickup_container_box dl dt {
    font-size: 9px;
    margin-left: 10px;
    padding-top: 25px;
  }
  body.-templateA .page__content__map_container {
    width: 100%;
  }
  body.-templateA .page__content__bnr {
    font-size: 0;
    padding-bottom: 40px;
    background: #ffffff;
    position: relative;
  }
  body.-templateA .page__content__news_container_box {
    padding-bottom: 25px;
  }
  body.-templateA .page__content__news_container .backButton .storySection__viewButton {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .newsSection__viewButton::before {
    width: 10px;
    bottom: 10px
  }
  .newsSection__viewButton::after {
    height: 10px;
    right: 10px
  }
  .newsSection__viewButton>a::before, .businessSection__viewButton>span::before {
    bottom: 10px;
    right: 10px
  }
  .newsSection__viewButton>a::after, .businessSection__viewButton>span::after {
    border-width: 5px
  }
  .backButton {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }
  .page__content__news_container_box_left img {
    height: auto;
  }
  body.-templateA .page__content__group_container {
    width: 100%;
  }
  body.-templateA .page__content__group_container h2 {
    font-size: 22px;
    margin-top: 40px;
  }
  .group_wrap .list_area {
    padding: 0 20px;
  }
  .group_wrap li.text_area {
    width: 100%;
    order: 2;
  }
  .group_wrap li.map_area {
    width: 100%;
    padding: 20px;
    order: 1;
  }
}
