html {
  position: relative;
  z-index: 0;
}

.subpage .container {
  padding-top: 0;
}

a {
  transition: all 0.4s;
}

a:hover {
  opacity: 0.7;
}


.spOnly {
  display: none;
}

.subP .header-logo {
  color: #fff;
}

.breadCrumb {
  color: #fff;
}

.breadCrumb a {
  color: #fff;
}

.breadCrumb a:hover {
  color: #fff;
  opacity: 0.5;
}

.container .content {
  position: relative;
  z-index: 2;
}

section {
  margin-bottom: 100px;
  text-align: left;
}

.Area {
  padding: 100px 0;
  text-align: center;
  background: url(../images/company/pc/pc_background_top.png) no-repeat;
  background-size: cover;
}

.Area .AreaD {
  margin-top: 10%;

  text-align: left;
  line-height: 2;
}

section .AreaD dl {
  display: flex;
  flex-wrap: wrap;
  padding: 2.6rem 0;
  border-bottom: 1px solid #d2d2d2;
  margin: 0;
  line-height: 2;
}

section .AreaD dl:first-child {
  border-top: 1px solid #d2d2d2;
}

section .AreaD dt {
  flex-basis: 30%;
}

section .AreaD dd {
  flex-basis: 65%;
}

section .m50 {
  margin: 5% 0;
}

.m50 p {
  max-width: 980px;
  margin: 0 auto;
}

section .map {
  max-width: 980px;
  height: 380px;
  margin: 0 auto;
}

section .map iframe {
  width: 100%;
  height: 100%;
}

/*トップページニュース欄スタイル*/

.release__container {
  color: #fff;
  margin: 0 auto;
  width: 100%;
}

.release__ttl {
  color: #fff;
  text-align: center;
  margin-bottom: 55px;
}

.release__ttl h2 {
  font-size: 5.2rem;
  letter-spacing: 0.03rem;
  margin-bottom: 16px;
}

.release__main {
  width: 100%;
  max-width: 788px;
  margin: auto;
  padding-top: 100px;
}

.release__main input[name="tab_item"] {
  display: none;
}

.release-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.release-tab__item {
  width: 100%;
  max-width: 144px;
  height: 30px;
  line-height: 1.87;
  text-align: center;
  background-color: #a0a0a0;
  margin-left: 1px;
}

.release-tab__item:hover {
  opacity: 0.8;
  background-color: #1e5b9a;
}

.release-tab__item a {
  display: block;
  height: 100%;
  color: #fff;
}

.release-tab__content {
  display: none;
  background-color: #f4f2ed;
  padding: 30px;
  width: 100%;
  min-width: 320px;
}

.release-tab__content ul {
  padding-left: 0;
  margin: 0;
}

#all:checked ~ #all_content,
#news:checked ~ #news_content,
#topics:checked ~ #topics_content {
  display: block;
}

#all:checked ~ .release-tab .release-tab__item--all,
#news:checked ~ .release-tab .release-tab__item--news,
#topics:checked ~ .release-tab .release-tab__item--topics {
  background-color: #1e5b9a;
  color: #fff;
}

.release-tab__content-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #fff;
}

.release-tab__content-item:first-child {
  margin-top: 0;
}

.release-tab__content--date {
  color: #1e5b9a;
  min-width: 109px;
  margin: 0;
}

.release-tab__content--category p {
  color: #1e5b9a;
  font-size: 1.4rem;
  width: 72px;
  text-align: center;
  border: 1px #1e5b9a solid;
  padding: 4px 0;
  margin: 0;
}

.release-tab__content-item a,
.release-tab__list-link a {
  text-decoration: none;
  color: #010101;
  padding-left: 10px;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.release-tab__content--pdf {
  padding-left: 10px;
  margin-top: 10px;
  margin: 0;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.release-tab__content--pdf a {
  padding-left: 0;
}

.release-tab__list-link {
  text-align: right;
  position: relative;
  margin: 12px 0 0;
}

.release-tab__list-link p:hover {
  opacity: 0.8;
}

.release-tab__list-link::before {
  position: absolute;
  bottom: 5px;
  right: 68px;
  margin: auto 19px auto auto;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #1e5b9a;
  border-right: 1px solid #1e5b9a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #1e5b9a;
}

.release-tab__content .wp-pagenavi a,
.wp-pagenavi span {
  border-color: #1e5b9a;
}

.release-tab__content .wp-pagenavi span.current {
  background-color: #1e5b9a;
  color: #fff;
  border-color: #1e5b9a;
}

/*タブレット*/

@media screen and (max-width: 979px) {
  section {
    margin-bottom: 100px;
  }

  .Area img {
    width: 85%;
  }

  h4 .smTitle {
    margin-right: 70%;
  }

  section .AreaD dd {
    flex-basis: 60%;
  }

  .breadCrumb {
    left: 0rem;
  }

  section.profile {
    padding: 0;
  }

  .container .content {
    padding: 0 5%;
  }

  .release__main {
    padding-top: 10rem;
  }
  .release-tab__content ul {
    padding-left: 0;
  }
}

/*タブレットここまで*/

@media screen and (max-width: 640px) {
  .Area {
    padding: 60px 0;
  }
  section {
    margin-bottom: 50px;
  }
  .release__main {
    padding-top: 50px;
  }
}

@media screen and (max-width: 480px) {
  .Area {
    padding: 40px 0;
  }
}

/*スマホ*/

@media screen and (max-width: 480px) {
  html {
    position: relative;
    z-index: 0;
  }

  .pcOnlySub {
    display: none;
  }

  .breadCrumb {
    display: none;
  }

  section .AreaD dt {
    flex-basis: 19%;
  }

  /*トップページニュース欄スタイル*/

  .release__container {
    padding: 0;
    min-width: 260px;
  }

  .release__ttl {
    margin-bottom: 39px;
  }

  .release__ttl h2 {
    font-size: 3rem;
    margin-bottom: 10px;
  }

  .release__ttl p {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }

  .release-tab__item {
    width: 100%;
    font-size: 1.2rem;
    height: 25px;
    line-height: 2;
    margin-left: 1px;
  }

  .release-tab__content {
    padding: 3px 15px 20px;
    min-width: 290px;
  }

  .release-tab__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 28px;
  }

  .release-tab__content--date {
    font-size: 1rem;
    min-width: 60px;
  }

  .release-tab__content--category {
    margin-right: calc(100% - 120px);
  }

  .release-tab__content--category p {
    font-size: 0.8rem;
    width: 100%;
    margin: 1.2rem 0.5rem;
    padding: 0;
    height: 13px;
  }

  .release-tab__content--pdf {
    width: 100%;
    min-width: 260px;
    line-height: 1.2;
    margin-top: 0px;
  }

  .release-tab__content-item a,
  .release-tab__list-link a {
    font-size: 1.2rem;
    padding-left: 0;
  }

  .release-tab__list-link {
    margin: 25px 8px 0;
  }

  .release-tab__list-link::before {
    bottom: 3px;
    right: 49px;
    width: 6px;
    height: 6px;
  }
}

/*スマホここまで*/

/*iphone5サイズ*/

@media screen and (max-width: 320px) {
  .AreaD {
    font-size: 1.5rem;
  }
}

/*iphone5サイズここまで*/

.non_message {
  color: #010101;
}
