@charset "utf-8";
/* CSS Document */

.page-release {
  color: #031343;
  background: #F3F5FB
}
.mainContents {
  position: relative;
}
.mainContents::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/top/products_bg.jpg) center top repeat-y;
  background-size: cover;
  z-index: 0;
}
.sectionSet {
  padding: 0 0 120px;
}
.sectionSet .inner {
  max-width: 890px;
  padding: 2em;
  box-sizing: border-box;
  background: #fff;
}
.sectionTitleWrap {
  margin: 0 0 3.5em;
  padding: 0 0 2em;
  border-bottom: 1px solid #031343;
}
.releaseTitle {
  font-size: 22px;
  font-weight: 800;
}
.releaseDate {
  color: #CDD6DD;
  font-size: 17px;
  font-weight: 500;
}
.sectionBodyWrap a {
  color: #013D7B;
  transition: .25s;
}
.sectionBodyWrap a:hover {
  color: #F5AA00;
}
.releaseLead {
  margin: 0 0 4em;
}
.releaseBlock {
  margin: 0 0 4em;
}
.releaseBlockTitle {
  margin: 0 0 0.5em;
  font-weight: 700;
}
.releaseBlockText {
  margin: 0 0 3em;
}
.releaseBlock:last-of-type,
.releaseBlock:last-of-type .releaseBlockText {
  margin: 0;
}
.releaseBlockText table {
  margin: 0;
  padding: 0;
  border: none;
}
.releaseBlockText th {
  font-weight: 400;
  text-align: left;
}
.releaseBlockTextLink {
  display: inline-block;
  color: #0068B6;
  text-decoration: underline;
  word-break: break-all;
}
.releaseBlockTextLink:hover {
  text-decoration: none;
}
.releaseBlockTextChapter {
  margin: 0 0 1em;
}
.releaseBlockTextChapter.last {
  margin: 3em 0 0;
}
.indent1 {
  padding: 0 1em;
}
.leaf {
  text-indent: -0.5em;
  padding-left: 0.5em;
  font-weight: 700;
}
.link-wrap {
  margin: 0;
  padding: 0;
}
.stitle {
  text-decoration: underline;
  font-weight: 700;
}
.strong {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.releaseImage {
  width: 84%;
  margin: 1em auto;
}
.image_m {
  width: 44%;
  margin: 1em 0;
}
.image_s {
  width: 33%;
  margin: 1em 0;
}
.image_ss {
  width: 25%;
  margin: 1em 0;
}
.btn_back {
  position: relative;
  display: block;
  width: 200px;
  height: 35px;
  margin: 50px auto 0;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #F5AA00;
  background: #F5AA00;
  transition: .25s;
}
.btn_back::before {
  content: "<";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.btn_back:hover {
  color: #F5AA00;
  background: #fff;
}
.footer {
  background: none;
}

@media screen and (max-width: 768px) {
  .sectionSet {
    font-size: 15px;
    padding: 0 0 60px;
  }
  .releaseTitle {
    font-size: 17px;
  }
  .releaseDate {
    font-size: 15px;
  }
  .releaseImage {
    width: 100%;
  }
  .link-wrap {
    margin: 0 0 0.5em;
  }
  .releaseBlockTextChapter.last {
    margin: 3em 0 0;
  }
}

/* release index */
.p-index__news__list {
  border-bottom: 1px solid #ccc
}

@media screen and (max-width: 768px) {

}

@media screen and (min-width: 769px) {

}

.p-index__news__link {
  background: url(../img/common/news_icon_arrow.svg) no-repeat center right;
  border-top: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  text-decoration: none
}

@media screen and (max-width: 768px) {
  .p-index__news__link {
    background-size:6.4vw auto;
    display: block;
    font-size: 4.2666666667vw;
    padding-top: 6.4vw;
    position: relative
  }
}

@media screen and (min-width: 769px) {
  .p-index__news__link {
    background-size:24px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    padding: 32px 42px 32px 0;
    position: relative;
    -webkit-transition: padding .5s ease;
    transition: padding .5s ease
  }

  .p-index__news__link::after {
    background-color: #004ea2;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -1px;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    width: 100%
  }
  .p-index__news__link:hover {
    padding-left: 16px
  }
  .p-index__news__link:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.p-index__news__date {
  color: #878e96
}

@media screen and (max-width: 768px) {
  .p-index__news__date {
    font-size:3.7333333333vw
  }
}

@media screen and (min-width: 769px) {
  .p-index__news__date {
    -ms-flex-preferred-size:204px;
    flex-basis: 140px
  }
}

.p-index__news__date.is-new::after {
  color: #004ea2;
  content: "New";
  font-weight: 700;
  display: inline-block
}

@media screen and (max-width: 768px) {
  .p-index__news__date.is-new::after {
    margin-left:3.2vw
  }
}

@media screen and (min-width: 769px) {
  .p-index__news__date.is-new::after {
    margin-left:12px
  }
}

.p-index__news__title {
  letter-spacing: .025em
}

@media screen and (max-width: 768px) {
  .p-index__news__title {
    font-size:3.7333333333vw;
    line-height: 1.7142857143;
    margin-top: 4.2666666667vw;
    padding: 0 14.1333333333vw 6.4vw 0;
    position: relative
  }
}

@media screen and (min-width: 769px) {
  .p-index__news__title {
    -ms-flex-preferred-size:782px;
    flex-basis: 782px
  }
}

@media screen and (max-width: 768px) {
  .p-index__news__title::before {
    border-radius:1.6vw;
    height: 1.6vw;
    left: 0;
    position: absolute;
    top: 2.1333333333vw;
    width: 1.6vw
  }
}

@media screen and (min-width: 769px) {
  .p-index__news__title::before {
    border-radius:6px;
    display: inline-block;
    height: 6px;
    margin: -2px 12px 0 0;
    vertical-align: middle;
    width: 6px
  }
}

.p-index__news__more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004ea2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: .025em;
  line-height: 1em;
  margin: 0 auto;
  text-decoration: none
}

@media screen and (max-width: 768px) {
  .p-index__news__more {
    border-radius:6.4vw;
    font-size: 4.2666666667vw;
    height: 12.8vw;
    width: 61.6vw
  }

  .p-index__news__more:focus {
    background-color: #191b1f
  }
}

@media screen and (min-width: 769px) {
  .p-index__news__more {
    border-radius:24px;
    font-size: 16px;
    height: 48px;
    overflow: hidden;
    position: relative;
    width: 230px
  }

  .p-index__news__more::before {
    background-color: #191b1f;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: opacity .5s,-webkit-transform .3s;
    transition: opacity .5s,-webkit-transform .3s;
    transition: opacity .5s,transform .3s;
    transition: opacity .5s,transform .3s,-webkit-transform .3s;
    width: 100%
  }

  .p-index__news__more:hover::before {
    opacity: 1;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  .p-index__news__more--label {
    position: relative
  }
}

.p-index__news__more::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 0.5em;
  background: url(../img/common/icon_arrow_right.svg) center no-repeat;
  background-size: 100% auto;
  transition: .2s;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-index__news__more::after {
    -ms-flex-preferred-size:5.3333333333vw;
    flex-basis: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-left: 2.1333333333vw
  }
}

@media screen and (min-width: 769px) {
  .p-index__news__more::after {
    -ms-flex-preferred-size:20px;
    flex-basis: 20px;
    height: 20px;
    margin-left: 8px
  }
}

.news_category {
  width: 10em;
  height: 2.5em;
  margin-right: 2em;
  font-size: 12px;
  line-height: 2.5em;
  color: #0965CE;
  text-align: center;
  border-radius: 1.25em;
  border: 1px solid #0965CE;
}

/* procan notice css */
.notice-content-list {
  width: 84%;
  margin: 40px auto;
  font-size: 15px
}

.notice-content-list-item {
  display: flex;
}

.notice-content-list-item:last-child .notice-content-list-col:first-child {
  border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -ms-border-radius: 0 0 0 5px;
  -o-border-radius: 0 0 0 5px;
}

.notice-content-list-item:last-child .notice-content-list-col:last-child {
  border-radius: 0 0 5px 0;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
}

.notice-content-list-col {
  text-align: left;
  padding: 6px 1.098vw 5px;
  border-right: 1px solid #A7A7A7;
  border-bottom: 1px solid #A7A7A7;
}

.notice-content-list-col.-ttl {
  background-color: #EBEBEB;
  border-top: 1px solid #A7A7A7;
}

.-planlist .notice-content-list-col.-ttl {
  font-weight: bold;
}

.notice-content-list-col.-ttl:first-child {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
}

.notice-content-list-col.-ttl:last-child {
  border-left: none;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
}

.-planlist .notice-content-list-col {
  width: calc(100% / 5);
}

.notice-content-list-col.-name {
  font-weight: bold;
  border-left: 1px solid #A7A7A7;
  width: 40%;
}


.notice-content-list-col.-function {
  width: 60%;
}


@media screen and (max-width: 768px) {
  .notice-content-list {
    width: 100%;
    margin: 20px auto;
    font-size: 13px;
  }

  .notice-content-list.-planlist {
    min-width: 900px;
  }


  .notice-content-list-col {
    text-align: left;
    padding: 10px 2.666vw 9px;
    border-right: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
  }

  .notice-content-list-col.-ttl {
    padding: 7px 2.666vw 9px;
  }
  .-scroll {
    overflow-x: scroll;
  }
  
}

/* procas news css */
.news_detail_text_stitle {
  margin: 0 0 0.25em;
  font-size: 17px;
  font-weight: 700;
}
.news_detail_text_stitle br {
  display: none;
}
.news_detail_text_indent {
  padding: 0 0 0.5em 1em;
}
.news_detail_text_img_logo {
  width: 200px;
  margin: 2em 0;
}
.news_detail_text_person {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_detail_text_person_photo {
  width: 22%;
}
.news_detail_text_person_text {
  width: 75%;
}

.releaseBlockText table {
  margin: 0;
  padding: 0;
  border: none;
}
.releaseBlockText th {
  font-weight: 400;
  text-align: left;
}
.releaseBlockText .stitle {
  text-decoration: underline;
  font-weight: 700;
}
.releaseBlockText .strong {
  font-weight: bold;
}
.releaseBlockText .underline {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .news_detail_text_stitle br {
    display: inline;
  }
  .news_detail_text_person_photo {
    width: 50%;
    margin: 0 auto 1em;
  }
  .news_detail_text_person_text {
    width: 100%;
  }
}