@charset "UTF-8";
/* ------------------------------------------------------

    ニュース - 共通

------------------------------------------------------ */
.c-sec-title-wrap {
  display: flex;
  justify-content: center;
  padding: 50px 0 50px;
}

@media screen and (max-width: 767px) {
  .c-sec-title-wrap {
    padding: 30px 0;
  }
}

.c-sec-title {
  text-align: center;
}

.c-sec-title:not([data-status=show]) {
  opacity: 0;
}

.c-sec-title[data-status=show] {
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms;
}

/* ------------------------------------------------------

  NEWS

------------------------------------------------------ */
.news,
.news--news,
.news--update,
.news--topic {
  border-top: 1px solid #d2d2d2;
  transition: background 300ms ease;
}

.news:last-of-type,
.news--news:last-of-type,
.news--update:last-of-type,
.news--topic:last-of-type {
  margin-bottom: 10px;
}

.news__link,
.news--news__link,
.news--update__link,
.news--topic__link {
  display: flex;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
}

.news-detail .news__link, .news-detail
.news--news__link, .news-detail
.news--update__link, .news-detail
.news--topic__link {
  pointer-events: none;
}

.news__link.is-over,
.news--news__link.is-over,
.news--update__link.is-over,
.news--topic__link.is-over {
  background-color: #e5e5e5;
}

@media screen and (max-width: 767px) {
  .news__link,
  .news--news__link,
  .news--update__link,
  .news--topic__link {
    flex-direction: column;
    font-size: 1.2rem;
  }
}

.news__meta p,
.news--news__meta p,
.news--update__meta p,
.news--topic__meta p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 24px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  color: #fff;
}

.news--news .news__meta p {
  background-color: #00a8ec;
}

.news--update .news__meta p {
  background-color: #379293;
}

.news--topic .news__meta p {
  background-color: #f9c147;
}

@media screen and (max-width: 767px) {
  .news__meta p,
  .news--news__meta p,
  .news--update__meta p,
  .news--topic__meta p {
    width: 120px;
  }
}

.news__meta time,
.news--news__meta time,
.news--update__meta time,
.news--topic__meta time {
  display: block;
  padding: 5px 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.news__title,
.news--news__title,
.news--update__title,
.news--topic__title {
  padding: 10px 20px;
  min-height: 70px;
}

.news-detail .news__title, .news-detail
.news--news__title, .news-detail
.news--update__title, .news-detail
.news--topic__title {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .news__title,
  .news--news__title,
  .news--update__title,
  .news--topic__title {
    padding: 0 10px 10px;
    min-height: 0;
    margin-bottom: 15px;
  }
}


/* news__body ----------------------------------------------------- */

/*.news__body,
.news--news__body,
.news--update__body,
.news--topic__body {
}*/

.news__body {
  border-top: 1px solid #d2d2d2;
  padding: 40px 120px 0;
  margin-bottom: 80px;
  font-size: 1.4rem;
  line-height: 1.714;
}
@media screen and (max-width: 1100px) {
  .news__body {
    padding: 40px 3% 0;
  }
}
@media screen and (max-width: 767px) {
  .news__body {
    padding: 40px 0px 0;
				margin-bottom: 50px;
  }
}

.news__body a {
  text-decoration: underline;
}

.news__body .btn_pdf__dw {
  text-align: right;
}
.news__body .btn_pdf__dw a {
  text-decoration: none;
		display: inline-block;
		margin-bottom: 1em;
		background-color: #01A8EC;
		color: #FFFFFF;
		padding: 5px 10px;
}

.news__body .company__name {
  text-align: right;
		margin-bottom: 1em;
		font-weight: bold;
}

.news__body p {
  margin-bottom: 1em;
}

.news__body .heading01 {
  font-weight: bold;
		font-size: 1.5rem;
		margin-top: 2em;
		margin-bottom: 0.5em;
}

.news__body .content__inner {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
.news__body .content__inner {
  margin-left: 0;
}
}

.news__body .news__body__start {
  margin-top: 2em;
  margin-bottom: 2em;
		text-align: center;
}
.news__body .news__body__end {
  margin-top: 2em;
  margin-bottom: 2em;
		text-align: right;
}

/*.news__body table {
  margin: 0 0px 1em 1em;
}

.news__body table th, .news__body table td {
  text-align: left;
  vertical-align: top;
  padding: 3px 3px;
}*/

.news__body .table__layout th, .news__body .table__layout td {
  text-align: left;
  vertical-align: top;
  padding: 4px 4px;
		font-weight: normal;
}
.news__body .table__layout th {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
.news__body .table__layout th, .news__body .table__nlayout td {
  padding: 2px 2px;
}
}


.news__body .chart01 {
	border-top: 1px solid #9D9D9D;
	border-left: 1px solid #9D9D9D;
}
.news__body .chart01 td,.news__body .chart01 th {
	border-bottom: 1px solid #9D9D9D;
	border-right: 1px solid #9D9D9D;
	vertical-align: middle;
	padding: 3px 25px;
}
@media screen and (max-width: 767px) {
.news__body .chart01 td,.news__body .chart01 th {
	padding: 3px 2px;
}
}





.news__body dl {
  display: flex;
}

@media screen and (max-width: 767px) {
  .news__body dl {
    display: block;
  }
}


.news__body .box__border {
  padding: 25px;
		border: 1px solid #707070
}
@media screen and (max-width: 767px) {
.news__body .box__border {
  padding: 10px;
}
}
.news__body .img-w-m700 {
  max-width: 700px;
}
.news__body .img-w-m600 {
  max-width: 600px;
}
.news__body .img-w-m500 {
  max-width: 500px;
}
.news__body .img-w90p {
  width: 90%;
}
.news__body .img-w80p {
  width: 80%
}
.news__body .img-w70p {
  width: 80%
}
.news__body .img-w60p {
  width: 60%
}
.news__body .img-w50p {
  width: 50%
}
.news__body .img-w-m700, .news__body .img-w-m600, .news__body .img-w-m500,
.news__body .img-w90p, .news__body .img-w80p, .news__body .img-w70p, .news__body .img-w60p, .news__body .img-w50p {
		margin-left: auto;
		margin-right: auto;
}



/* news-detail ----------------------------------------------------- */


.news-detail:not([data-status=show]) {
  opacity: 0;
  transform: translateY(30px);
}

.news-detail[data-status=show] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.news-articles {
  margin-bottom: 40px;
}

.news-articles:not([data-status=show]) {
  opacity: 0;
  transform: translateY(30px);
}

.news-articles[data-status=show] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page-nav {
    margin-bottom: 0;
  }
}

.page-nav a.is-over {
  opacity: 0.6;
}

.page-nav__top {
  margin-left: 4.5em;
  margin-right: 4.5em;
  font-weight: 500;
  display: inline;
  padding-bottom: .25em;
  border-bottom: 1px solid #939393;
  line-height: 2.0;
}

@media screen and (max-width: 767px) {
  .page-nav__top {
    margin-left: 2em;
    margin-right: 2em;
  }
}

.page-nav__page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.page-nav__page.current {
  color: #00a8ec;
}

.page-nav__prev, .page-nav__next {
  display: flex;
  align-items: center;
  transition: opacity 300ms ease;
}

.page-nav__prev::before, .page-nav__next::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #434343;
}

@media screen and (max-width: 767px) {
  .page-nav__prev::before, .page-nav__next::before {
    width: 38px;
    height: 38px;
    margin-right: .5em;
  }
}

.page-nav__prev::after, .page-nav__next::after {
  position: absolute;
  display: block;
  margin-left: 22px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page-nav__prev::after, .page-nav__next::after {
    margin-left: 12px;
  }
}

.page-nav__prev span, .page-nav__next span {
  display: none;
}

.page-nav__prev {
  margin-right: 1em;
}

.page-nav__prev::after {
  content: '←';
}

.page-nav__next {
  margin-left: 1em;
}

.page-nav__next::after {
  content: '→';
}

.news-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}

.news-nav:not([data-status=show]) {
  opacity: 0;
}

.news-nav[data-status=show] {
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms;
}

@media screen and (max-width: 767px) {
  .news-nav {
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: none;
  }
}

.news-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 24px;
  padding-top: 1px;
  transition: height 300ms ease, background-color 300ms ease;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .news-nav a {
    width: calc((100% - 10px) / 2);
    height: 36px;
    color: #9d9d9d;
  }
}

.news-nav a.is-over, .news-nav a.select {
  height: 44px;
}

@media screen and (max-width: 767px) {
  .news-nav a.is-over, .news-nav a.select {
    height: 36px;
    color: #fff;
  }
}

.news-nav a:nth-child(1) {
  background-color: #d58181;
}

@media screen and (max-width: 767px) {
  .news-nav a:nth-child(1) {
    background-color: #e5e5e5;
    margin-bottom: 10px;
  }
  .news-nav a:nth-child(1).is-over, .news-nav a:nth-child(1).select {
    background-color: #d58181;
  }
}

.news-nav a:nth-child(2) {
  background-color: #00a8ec;
}

@media screen and (max-width: 767px) {
  .news-nav a:nth-child(2) {
    background-color: #e5e5e5;
    margin-bottom: 10px;
  }
  .news-nav a:nth-child(2).is-over, .news-nav a:nth-child(2).select {
    background-color: #00a8ec;
  }
}

.news-nav a:nth-child(3) {
  background-color: #379293;
}

@media screen and (max-width: 767px) {
  .news-nav a:nth-child(3) {
    background-color: #e5e5e5;
  }
  .news-nav a:nth-child(3).is-over, .news-nav a:nth-child(3).select {
    background-color: #379293;
  }
}

.news-nav a:nth-child(4) {
  background-color: #f9c147;
}

@media screen and (max-width: 767px) {
  .news-nav a:nth-child(4) {
    background-color: #e5e5e5;
  }
  .news-nav a:nth-child(4).is-over, .news-nav a:nth-child(4).select {
    background-color: #f9c147;
  }
}
/* txt ------------------------ */
.u-txt-10 {
font-size: 1.0rem;
}
.u-txt-12 {
font-size: 1.2rem;
}
.u-txt-13 {
font-size: 1.3rem;
}
.u-txt-14 {
font-size: 1.4rem;
}
.u-txt-16 {
font-size: 1.6rem;
}
.u-txt-18 {
font-size: 1.8rem;
}
/* margin-bottom ------------------------ */
.u-ml-1em {
margin-left: 1em;
}
.u-ml-1_5em {
margin-left: 1.5em;
}
.u-ml-2em {
margin-left: 2em;
}
.u-ml-3em {
margin-left: 3em;
}
/* margin-bottom ------------------------ */
.u-mb-0_5em {
margin-bottom: 0.5em;
}
.u-mb-1em {
margin-bottom: 1em;
}
.u-mb-1_5em {
margin-bottom: 1.5em;
}
.u-mb-2em {
margin-bottom: 2em;
}
.u-mb-3em {
margin-bottom: 3em;
}
.u-mb-05 {
margin-bottom: 5px;
}
.u-mb-10 {
margin-bottom: 10px;
}
.u-mb-15 {
margin-bottom: 15px;
}
.u-mb-20 {
margin-bottom: 20px;
}
.u-mb-25 {
margin-bottom: 25px;
}
.u-mb-30 {
margin-bottom: 30px;
}
.u-mb-35 {
margin-bottom: 35px;
}
.u-mb-40 {
margin-bottom: 40px;
}
.u-mb-50 {
margin-bottom: 50px;
}
.u-mb-60 {
margin-bottom: 60px;
}
/* ul,ol ------------------------ */
.ul-restore {
padding-left: 25px;
list-style-type: disc;
}
.ol-restore {
padding-left: 25px;
list-style-type: decimal;
}
/* cols ------------------------ */
.cols {
display: flex;
flex-wrap: wrap;
}
.cols.cols-ct{
justify-content: center;
}
.cols.cols-sb {
justify-content: space-between;
}
.col-49-5 {
width: 49.5%;
}
.col-49 {
width: 49%;
}
.col-50 {
width: 50%;
}
.col-33 {
width: 33%;
}
.col-35 {
width: 35%;
}
.col-38 {
width: 38%;
}

.col-60 {
width: 60%;
}
