/*=======================================================
 お知らせ（Release）
=======================================================*/
.release .only-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .release .only-pc {
    display: none;
  }
}

/* 20230703追加↓ */
.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1em !important;
}
.mb2 {
  margin-bottom: 2em !important;
}
.ml1 {
  margin-left: 1em !important;
}
.ml2 {
  margin-left: 2em !important;
}
.str {
  font-weight: bold;
}
/* 20230703追加↑ */

.release .page .header-triangle-bg0 {
  height: 264px;
  overflow: hidden;
}
.release .box_content-header .bg2 {
  display: none;
}
.release .section-footer {
  margin: 30px 0 0;
}
.release .section-footer .box-footer {
  margin: 30px 0 0;
}
.release .box_release {
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .release .box_release {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 567px) {
  .release .box_release {
    margin-bottom: 20px;
  }
}
.release .box_release .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-size: cover;
}
@media only screen and (max-width: 567px) {
  .release .box_release .image {
    width: 100%;
    position: static;
    height: 130px;
  }
}
.release .box_release .container {
  padding: 0 50px;
  max-width: 1100px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .release .box_release .container {
    padding: 0 15px;
    max-width: none;
  }
}
.release .box_release .box-content {
  float: right;
  position: relative;
  width: 335px;
  background-color: #fff;
  padding: 30px 15px 45px 50px;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .release .box_release .box-content {
    padding: 0 0 0 30px;
    height: auto;
  }
}
@media only screen and (max-width: 567px) {
  .release .box_release .box-content {
    float: none;
    padding: 15px;
    width: 100%;
  }
}
.release .box_release .box-content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -100px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 100px;
  border-color: transparent transparent #fff transparent;
}
@media only screen and (max-width: 767px) {
  .release .box_release .box-content::before {
    left: -50px;
    border-width: 0 0 75px 50px;
  }
}
.release .box_release .box-content::after {
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 335px;
}
.release .box_release .box-header {
  padding-bottom: 13px;
}
.release .box_release .box-header .box-title {
  color: #003399;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .release .box_release .box-header .box-title {
    margin-top: 0;
  }
}
.release .box_release .box-header .box-title > span {
  display: block;
  font-size: .5em;
  padding-top: 10px;
  padding-bottom: 5px;
}
.release .box_release .box-header::after {
  content: "";
  display: block;
  width: 10px;
  border-top: solid 2px #003399;
}
.release .box_release .box-body {
  margin-bottom: 30px;
}
@media only screen and (max-width: 567px) {
  .release .box_release .box-body {
    margin-bottom: 15px;
  }
}
.release .box_release .box-body .des {
  line-height: 1.5em;
  font-size: 14px;
  margin-bottom: 0;
  color: #333;
}
.release .box_release .box-footer .btn-detail {
  font-size: 14px;
  padding: 5px 30px;
  background-color: #003399;
  border: 1px solid #003399;
  color: #fff;
  display: block;
  width: 320px;
  text-align: center;
  position: relative;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .release .box_release .box-footer .btn-detail {
    font-size: 12px;
    padding: 5px 15px;
    width: 112px;
  }
}
.release .box_release .box-footer .btn-detail .border {
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.release .box_release .box-footer .btn-detail .border.border1 {
  background-color: #003399;
  right: -10px;
}
.release .box_release .box-footer .btn-detail .border.border2 {
  background-color: #fff;
  right: 0px;
}
.release .box_release .box-footer .btn-detail .border.border2::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #003399;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.release .box_release .box-footer .btn-detail:hover {
  background-color: #fff;
  color: #003399;
}
.release .box_release .box-footer .btn-detail:hover .border {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.release .box_release .box-footer .btn-detail:hover .border.border1 {
  right: -30px;
}
.release .box_release .box-footer .btn-detail:hover .border.border2 {
  right: -20px;
}
.release .box_release .box-footer .btn-detail:hover .border.border2::after {
  width: 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.release #tab {
  border-bottom: 1px solid #003f98;
}
.release #tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.release #tab ul.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.release #tab ul.tab-wrap .tab-item {
  border-right: 1px solid #003f98;
  cursor: pointer;
  font-size: 16px;
  padding: 14px 10px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .release #tab ul.tab-wrap .tab-item {
    font-size: 10px;
    padding: 8px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.release #tab ul.tab-wrap .tab-item span {
  display: inline-block;
  vertical-align: middle;
}
.release #tab ul.tab-wrap .tab-item:last-of-type {
  border-right: none;
}
.release #tab ul.tab-wrap .tab-item[data-category="ir"]::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url('../../images/release/icon01.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .release #tab ul.tab-wrap .tab-item[data-category="ir"]::before {
    width: 14px;
    height: 14px;
  }
}
.release #tab ul.tab-wrap .tab-item[data-category="company_info"]::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url('../../images/release/icon02.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .release #tab ul.tab-wrap .tab-item[data-category="company_info"]::before {
    width: 14px;
    height: 14px;
  }
}
.release #tab ul.tab-wrap .tab-item.current {
  background: #003f98;
  color: #fff;
}
.release #tab ul.tab-wrap .tab-item.current[data-category="ir"]::before {
  content: '';
  display: inline-block;
  background-image: url('../../images/release/icon01_on.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .release #tab ul.tab-wrap .tab-item.current[data-category="ir"]::before {
    width: 14px;
    height: 14px;
  }
}
.release #tab ul.tab-wrap .tab-item.current[data-category="company_info"]::before {
  content: '';
  display: inline-block;
  background-image: url('../../images/release/icon02_on.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .release #tab ul.tab-wrap .tab-item.current[data-category="company_info"]::before {
    width: 14px;
    height: 14px;
  }
}
.release .list_type01 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.release .list_type01 .list_item {
  border-bottom: 1px solid #cbcbcb;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  .release .list_type01 .list_item {
    padding: 10px 0;
  }
}
.release .list_type01 .list_item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .release .list_type01 .list_item .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.release .list_type01 .list_item .wrap .list-header {
  border-right: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  margin: 0 20px 0 0;
  padding: 0 20px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.release .list_type01 .list_item .wrap .list-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .release .list_type01 .list_item .wrap .list-header {
    border-right: none;
    margin: 0 0 10px;
    padding: 0 20px 0 15px;
  }
}
.release .list_type01 .list_item .wrap .list-header::before {
  content: '';
  display: inline-block;
}
.release .list_type01 .list_item .wrap .list-header .category {
  background: #333;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 0 10px;
  text-align: center;
  width: 70px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .release .list_type01 .list_item .wrap .list-header .category {
    font-size: 10px;
  }
}
.release .list_type01 .list_item .wrap .list-header .date {
  color: #333;
  font-size: 14px;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .release .list_type01 .list_item .wrap .list-header .date {
    font-size: 12px;
    margin: 0 0 0 10px;
  }
}
.release .list_type01 .list_item .wrap .list-body {
  overflow: hidden;
  padding: 0 40px 0 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
  .release .list_type01 .list_item .wrap .list-body {
    padding: 0 40px 0 15px;
  }
}
.release .list_type01 .list_item .wrap .list-body a {
  color: #333;
  display: inline-block;
  max-width: 100%;
  -webkit-transition: 0s;
  transition: 0s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .release .list_type01 .list_item .wrap .list-body a {
    font-size: 12px;
  }
}
.release .list_type01 .list_item .wrap .list-body a:hover {
  opacity: .5;
  text-decoration: underline;
}
.release .list_type01 .list_item .wrap .list-body a::after {
  content: '→';
  color: #003f98;
  display: inline-block;
  font-size: 16px;
  margin-left: auto;
  padding: 0 0 0 20px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.release .list_type01 .list_item:last-of-type {
  border-bottom: 1px solid #cbcbcb;
}
.release .list_type01 .list_item[data-category="ir"] .list-header::before {
  background: url(../../images/release/icon01.svg) 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.release .list_type01 .list_item[data-category="company_info"] .list-header::before {
  background: url(../../images/release/icon02.svg) 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.release .yearly {
  background: #f1f5fa;
  margin: 0;
  padding: 24px 40px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .release .yearly {
    padding: 10px 10px 2px;
  }
}
.release .yearly .yearly_header {
  font-weight: bold;
  margin: 0 20px 0 0;
  white-space: nowrap;
  margin: 0 10px 0 0;
}
.release .yearly .year {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.release .yearly .year_item {
  margin: 0 8px 8px 0;
}
.release .yearly .year_item a {
  background: #a9a9a9;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  width: 70px;
}
.release .yearly .year_item a:hover {
  opacity: .5;
  text-decoration: none;
}
.release .yearly .year_item.current a {
  background: #02b7ca;
}
.release.release-single .section-header {
  border-top: 1px solid #003f98;
  padding: 25px 40px;
}
@media only screen and (max-width: 767px) {
  .release.release-single .section-header {
    padding: 10px 10px;
  }
}
.release.release-single .section-header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.release.release-single .section-header .wrap .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px 0 0;
}
.release.release-single .section-header .wrap .category span {
  background: #333;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  width: 70px;
}
.release.release-single .section-header .wrap .category.ir::before {
  content: '';
  display: inline-block;
  background: url('../../images/release/icon01.svg') 0 0 no-repeat;
  background-size: contain;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
}
.release.release-single .section-header .wrap .category.company_info::before {
  content: '';
  display: inline-block;
  background: url('../../images/release/icon02.svg') 0 0 no-repeat;
  background-size: contain;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
}
.release.release-single .section-body {
  border-top: 1px solid #cbcbcb;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .release.release-single .section-body {
    padding: 0 10px;
  }
}
.release.release-single .section-body .align-left {
  text-align: left;
}
.release.release-single .section-body .align-right {
  text-align: right;
}
.release.release-single .section-body .align-center {
  text-align: center;
}
.release.release-single .section-body .link_pdf .item {
  margin: 10px 0 0;
}
.release.release-single .section-body .link_pdf a::before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  background: url(../../images/ir/icon01.svg) 0 0 no-repeat;
  background-size: contain;
  margin: 0 10px 0 0;
  min-width: 24px;
  width: 24px;
  height: 29px;
}
.release.release-single .section-body .contact {
  background: #ccc;
  margin: 40px auto 0;
  padding: 10px;
  text-align: center;
}
.release.release-single .section-body .contact dl {
  margin: 0;
}
.release.release-single .section-body .contact dl dt {
  font-size: 16px;
}
.release.release-single .section-body .adobe_banner {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.release.release-single .section-body .adobe_banner dl {
  background: #ccc;
  margin: 0 auto;
  padding: 6px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 520px;
  max-width: 100%;
}
.release.release-single .section-body .adobe_banner dl dt {
  margin: 0;
  min-width:170px;
}
@media only screen and (max-width: 480px) {
	.release.release-single .section-body .adobe_banner dl {
		display: block;
		padding: 10px;
	}
	.release.release-single .section-body .adobe_banner dl dt{
		display: inline-block;
	}
}
.release.release-single .section-body p {
  line-height: 1.7;
  margin: 0 0 1.7em;
}
.release.release-single .section-body figure {
  margin: 0 auto 20px;
}
.release.release-single .section-body figure.align-center img {
  margin: 0 auto;
}
.release.release-single .section-body table {
  margin: 0 0 1.7em;
}
.release.release-single .section-body table caption {
  color: #000;
  margin: 0 0 20px;
  padding: 0;
}
.release.release-single .section-body table th {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
.release.release-single .section-body table td {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
}
.release.release-single .section-body table .align-top {
  vertical-align: top;
}
.release.release-single .section-body table.nobdr th {
  border: none;
}
.release.release-single .section-body table.nobdr td {
  border: none;
}
.release.release-single .section-footer {
  border-top: 1px solid #cbcbcb;
  margin: 80px 0;
}
.release.release-single .section-footer.box-footer .btn-detail {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .release.release-single .section-footer.box-footer .btn-detail {
    font-size: 12px;
    padding: 5px 15px;
    width: 112px;
  }
}
@media only screen and (max-width: 480px) {
  .release.release-single .section-footer.box-footer .btn-detail {
    width: 200px;
    padding: 8px 15px;
  }
}
.release.release-single .section-footer.box-footer .btn-detail .border {
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.release.release-single .section-footer.box-footer .btn-detail .border.border1 {
  background-color: #003399;
  right: -10px;
}
.release.release-single .section-footer.box-footer .btn-detail .border.border2 {
  background-color: #fff;
  right: 0px;
}
.release.release-single .section-footer.box-footer .btn-detail .border.border2::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #003399;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.release.release-single .section-footer.box-footer .btn-detail:hover {
  background-color: #fff;
  color: #003399;
}
.release.release-single .section-footer.box-footer .btn-detail:hover .border {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.release.release-single .section-footer.box-footer .btn-detail:hover .border.border1 {
  right: -30px;
}
.release.release-single .section-footer.box-footer .btn-detail:hover .border.border2 {
  right: -20px;
}
.release.release-single .section-footer.box-footer .btn-detail:hover .border.border2::after {
  width: 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.release.release-single .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 20px 0 30px;
}
.release.release-single .table_wrap {
  overflow-x: auto;
}

/* 20221019追加 */
.img3 {
	display: inline-block;
	width: 280px;
	margin: 0 10px;
}
@media only screen and (min-width: 768px) {
	.txtC {
		margin: auto;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.img3 {
		width: 100%;
		margin: 0 0 1.7em;
	}
}
/* 20230119追加 */
.textL dt {
	display: inline-block;
	width: 5.5em;
	font-weight: normal;
}
.textL dd {
	display: inline-block;
}
.colon {
	width: 1em;
}
.img2 {
	display: flex;
	padding: 0;
}
.img2_item {
	width: 350px;
	margin: 0 20px 0 0;
	list-style: none;
}

@media only screen and (max-width: 767px) {
	.textL dl {
		margin-bottom: 1.7em;
	}
	.img2 {
		display: block;
	}
	.img2_item {
		width: 100%;
		margin: 0 0 1.7em;
	}
}

/* 20230403追加↓ */
.cover {
	margin-bottom: 1.7em;
}
.address_info div {
	display: flex;
	judtify-congent: flex-start;
	width: 100%;
}
.address_info div dt {
	min-width: 4em;
	font-weight: normal;
}
.address_info div dd {
	margin-left: 0.5em;
}
/* 20230403追加↑ */
/* 20230607追加↓ */
.img2h_item {
	height: 233.483px;
	margin: 0 20px 0 0;
	list-style: none;
}
@media only screen and (max-width: 767px) {
	.img2h_item {
		width: 100%;
		height: auto;
		margin: 0 0 1.7em;
	}
}
/* 20230607追加↑ */
/* 20230703追加↓ */
.ch_item {
  margin-bottom: 1.7em;
  line-height: 1.7;
}
.ch_item ol {
  padding-left: 1em;
}
.ch_item .ptitle {
  font-weight: bold;
  margin-bottom: 0;
}
.ch_item .text {
  margin: 0 0 1em 1.3em;
}
.ch_item .cover, .ch_item .link_pdf {
  /*margin-left: 1.3em;*/
  margin: 10px 0 0;
}

/* 20230703追加↑ */

/*# sourceMappingURL=release.css.map */