@charset "UTF-8";
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------
loading
--------------------------------------------------*/
.bl_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  animation: fadeOutAnime 0.3s linear both;
}
.bl_loading.-part {
  position: relative;
  width: 100%;
  max-height: 60px;
  margin-top: -60px;
}
.bl_loading.is_show {
  visibility: visible;
  animation: fadeInAnime 0.5s linear both;
}
.bl_loading .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_loading .spinner {
  width: 60px;
  height: 60px;
  border: 5px #ddd solid;
  border-top: 5px #014099 solid;
  border-radius: 50%;
  animation: spinnerAnime 0.8s infinite linear;
}

@keyframes spinnerAnime {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/*--------------------------------------------------
table
--------------------------------------------------*/
.bl_table {
  border-top: 1px solid;
  border-left: 1px solid;
  width: 100%;
  /* Border Adjust
  ----------------------------*/
  /* Nest Table Style clear
  ----------------------------*/
}
.bl_table caption {
  margin: 0;
  padding: 10px 0;
  border: 1px solid;
  border-bottom: none;
  background: #eaeaea;
  text-align: center;
}
.bl_table th, .bl_table td {
  padding: 18px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  font-weight: normal;
  background: #fff;
}
.bl_table th {
  background: #f4f4f4;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .bl_table th, .bl_table td {
    padding: 10px;
  }
  .bl_table.-vertical {
    display: block;
  }
  .bl_table.-vertical caption, .bl_table.-vertical tbody, .bl_table.-vertical thead, .bl_table.-vertical tr, .bl_table.-vertical th, .bl_table.-vertical td {
    display: block;
  }
  .bl_table.-vertical tbody, .bl_table.-vertical thead, .bl_table.-vertical tr, .bl_table.-vertical th, .bl_table.-vertical td {
    width: 100%;
  }
}
.bl_table.-noBorder {
  border-width: 0;
  line-height: 1.5;
  width: auto;
}
.bl_table.-noBorder th,
.bl_table.-noBorder td {
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  border: none;
}
.bl_table.-noBorder th {
  background: transparent;
}
.bl_table.-noBorder tbody th {
  text-align: left;
}
.bl_table.-dash {
  border: none;
}
.bl_table.-dash th,
.bl_table.-dash td {
  padding: 20px 10px;
  border: none;
  border-bottom: #ccc 1px dotted;
  font-weight: normal;
  background: transparent;
}
.bl_table.-dash th {
  font-weight: bold;
}
@media (max-width: 767px) {
  .bl_table.-dash th,
  .bl_table.-dash td {
    padding: 10px;
  }
  .bl_table.-dash.-spVertical th {
    padding: 15px 10px 0;
    border-bottom: none;
  }
  .bl_table.-dash.-spVertical td {
    padding: 5px 10px 15px;
  }
}
.bl_table.-pad3 th, .bl_table.-pad3 td {
  padding: 3px !important;
}
.bl_table.-pad10 th, .bl_table.-pad10 td {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .bl_table.-spVertical caption, .bl_table.-spVertical tbody, .bl_table.-spVertical thead, .bl_table.-spVertical tr, .bl_table.-spVertical th, .bl_table.-spVertical td {
    display: block;
  }
  .bl_table.-spVertical th, .bl_table.-spVertical td {
    width: 100% !important;
  }
}
.bl_table.-thC th {
  text-align: center !important;
}
.bl_table.-tdC td {
  text-align: center !important;
}
.bl_table.-thR th {
  text-align: right !important;
}
.bl_table.-tdR td {
  text-align: right !important;
}
.bl_table.-thBold th {
  font-weight: bold;
}
.bl_table.-verMiddle th, .bl_table.-verMiddle td {
  vertical-align: middle !important;
}
.bl_table.-cellC th, .bl_table.-cellC td {
  text-align: center;
}
.bl_table.-nowrap th, .bl_table.-nowrapHead thead th, .bl_table.-nowrapBody tbody th {
  white-space: nowrap;
}
.bl_table th.-bottomLine01,
.bl_table td.-bottomLine01 {
  border-bottom: 1px dotted #ccc;
}
.bl_table th.-nonTop,
.bl_table td.-nonTop {
  border-top: none !important;
}
.bl_table th.-nonRight,
.bl_table td.-nonRight {
  border-right: none !important;
}
.bl_table th.-nonBottom,
.bl_table td.-nonBottom {
  border-bottom: none !important;
}
.bl_table th.-nonLeft,
.bl_table td.-nonLeft {
  border-left: none !important;
}
.bl_table th.-solidTop,
.bl_table td.-solidTop {
  border-top: 1px solid #ccc !important;
}
.bl_table th.-solidRight,
.bl_table td.-solidRight {
  border-right: 1px solid #ccc !important;
}
.bl_table th.-solidBottom,
.bl_table td.-solidBottom {
  border-bottom: 1px solid #ccc !important;
}
.bl_table th.-solidLeft,
.bl_table td.-solidLeft {
  border-left: 1px solid #ccc !important;
}
.bl_table.-tShadeLine .-odd th, .bl_table.-tShadeLine .-odd td {
  background-color: #f6f6f6;
}
.bl_table .nest {
  border: none;
}
.bl_table .nest th,
.bl_table .nest td {
  background-color: transparent;
  font-weight: normal;
  line-height: 1.4;
  padding: 0;
  border: none;
}

/* Scroll horizontally
----------------------------*/
.bl_spTableScroll {
  overflow-x: scroll;
  padding-bottom: 10px;
}
.bl_spTableScroll::-webkit-scrollbar {
  height: 7px;
}
.bl_spTableScroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.bl_spTableScroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

@media screen and (max-width: 767px) {
  .bl_spTable1 table th,
  .bl_spTable1 table td {
    font-size: 1rem !important;
    padding: 1rem !important;
    line-height: 1.4 !important;
  }
  .bl_spTable2 table th,
  .bl_spTable2 table td {
    font-size: 0.7rem !important;
    padding: 0.7rem !important;
    line-height: 1.3 !important;
  }
  .bl_spTable3 table th,
  .bl_spTable3 table td {
    font-size: 0.4rem !important;
    padding: 0.4rem !important;
    line-height: 1.2 !important;
  }
}
/*--------------------------------------------------
Media
--------------------------------------------------*/
/* bl_imgWrap
--------------------------------*/
.bl_imgWrap {
  margin: 4% auto;
  text-align: center;
}
.bl_imgWrap img {
  text-align: center;
}
.bl_imgWrap figcaption {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .bl_imgWrap.-slim {
    max-width: 800px;
    margin: inherit auto;
  }
}

/* bl_media
--------------------------------*/
.bl_media {
  position: relative;
  display: flex;
}
.bl_media + .bl_media {
  margin-top: 5%;
}
.bl_media .mediaImg figcaption {
  margin-top: 10px;
}
.bl_media .mediaBody {
  flex: 1;
}
.bl_media .mediaBody > *:first-child {
  margin-top: 0;
}
.bl_media .mediaBody > *:last-child {
  margin-bottom: 0;
}
.bl_media .heading {
  margin-bottom: 10px;
  font-weight: bold;
}
.bl_media.-end {
  align-items: flex-end;
}
.bl_media.-center {
  align-items: center;
}
.bl_media.-reverse {
  flex-direction: row-reverse;
}
.bl_media.-start {
  align-items: flex-start;
}
.bl_media.-float {
  display: block;
  overflow: hidden;
}
.bl_media.-float .mediaImg.-right {
  float: right;
  margin-left: 3.3%;
  margin-bottom: 20px;
}
.bl_media.-float .mediaImg.-left {
  float: left;
  margin-right: 3.3%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .bl_media.-float {
    display: flex;
  }
  .bl_media.-float .mediaImg.-right {
    margin-left: 0;
  }
  .bl_media.-float .mediaImg.-left {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .bl_media .mediaImg {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .bl_media:not(.-spFluid) {
    flex-direction: column;
  }
  .bl_media:not(.-spFluid) .mediaImg {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bl_media:not(.-spFluid) .mediaImg img {
    width: 100%;
  }
  .bl_media.-spFluid.-reverse {
    flex-direction: row-reverse;
  }
  .bl_media.-spFluid.-reverse .mediaImg {
    margin-left: 4%;
  }
  .bl_media.-spFluid .mediaImg {
    width: 30%;
    margin-right: 4%;
  }
  .bl_media.-reverse {
    flex-direction: column-reverse;
  }
  .bl_media.-reverse .mediaImg {
    margin: 20px auto 0;
  }
  .bl_media.-end {
    align-items: center;
  }
  .bl_media.-free .mediaImg {
    margin: 0 auto 20px;
  }
  .bl_media .-order0 {
    order: 0;
  }
  .bl_media .-order1 {
    order: 1;
    margin-top: 20px;
  }
  .bl_media .-order2 {
    order: 2;
    margin-top: 20px;
  }
  .bl_media .-order3 {
    order: 3;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .bl_media .mediaImg {
    margin-right: 40px;
  }
  .bl_media.-reverse .mediaImg {
    margin-left: 40px;
    margin-right: 0;
  }
  .bl_media.-free {
    justify-content: center;
  }
  .bl_media.-free .mediaImg {
    margin-right: 70px;
  }
  .bl_media.-free .mediaBody {
    flex-grow: 0;
    flex-basis: auto;
  }
}

@media screen and (min-width: 768px) {
  .bl_grid .bl_media .mediaImg {
    margin-right: 20px;
  }
}
/*--------------------------------------------------
Card
--------------------------------------------------*/
.bl_card {
  transition: 0.25s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_card .cardImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.bl_card .cardImg img {
  width: auto;
}
.bl_card .cardImg figcaption {
  margin-top: 4.2%;
}
.bl_card .cardBody {
  padding: 4.2% 0 0;
}
.bl_card .cardBody > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bl_card {
    display: flex;
    flex-direction: column;
  }
  .bl_card .cardBottom {
    margin-top: auto;
  }
  .bl_card .cardBottom .el_btn {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .bl_card .desc {
    margin-top: 2%;
  }
  .bl_card .cardBottom {
    margin-top: 6%;
  }
  .bl_card.-horizontal {
    display: flex;
  }
  .bl_card.-horizontal .imgWrapper {
    width: 45%;
    display: flex;
    padding-top: 50%;
  }
  .bl_card.-horizontal .imgWrapper img {
    top: 100%;
    transform: scale(2.5) translateY(-70%);
  }
  .bl_card.-horizontal .cardBody {
    width: 55%;
  }
  .bl_card.-blue {
    padding: 6%;
  }
}

.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}
.bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .cardImg, .bl_cardUnit.-newslist.-nothumb > .bl_card .cardImg {
  display: none;
}
.bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) .desc, .bl_cardUnit.-newslist.-nothumb > .bl_card .desc {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .bl_cardUnit + .bl_cardUnit {
    margin-top: 50px;
  }
  .bl_cardUnit.-col2 .newsItem, .bl_cardUnit.-col3 .newsItem {
    overflow: hidden;
  }
  .bl_cardUnit.-col2 .newsItem .date, .bl_cardUnit.-col3 .newsItem .date {
    float: left;
  }
  .bl_cardUnit.-col2 .newsItem .tag, .bl_cardUnit.-col3 .newsItem .tag {
    float: right;
  }
  .bl_cardUnit.-col2 .newsItem .subHeading, .bl_cardUnit.-col3 .newsItem .subHeading {
    clear: both;
  }
  .bl_cardUnit.-col1 .cardBody {
    padding-top: 2.2%;
  }
  .bl_cardUnit.-col1 .heading {
    font-size: 2.4rem;
  }
  .bl_cardUnit.-col1 .desc {
    margin-top: 1.8%;
  }
  .bl_cardUnit.-col2 {
    margin-bottom: -3.3%;
  }
  .bl_cardUnit.-col2 > .bl_card {
    width: calc((100% - 3.3%) / 2);
    margin-bottom: 3.3%;
  }
  .bl_cardUnit.-col2 > .bl_card + .bl_card:not(:nth-child(2n+1)) {
    margin-left: 3.3%;
  }
  .bl_cardUnit.-col2 > .bl_card .cardBody {
    padding-top: 4.2%;
  }
  .bl_cardUnit.-col2 > .bl_card .heading {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .bl_cardUnit.-col3 {
    margin-bottom: -3.3%;
  }
  .bl_cardUnit.-col3 > .bl_card {
    width: calc((100% - 3.3% * 2) / 3);
    margin-bottom: 3.3%;
  }
  .bl_cardUnit.-col3 > .bl_card + .bl_card:not(:nth-child(3n+1)) {
    margin-left: 3.3%;
  }
  .bl_cardUnit.-col3 > .bl_card .tag {
    float: right;
  }
  .bl_cardUnit.-center {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .bl_cardUnit.-col1 .heading {
    font-size: 2rem;
  }
  .bl_cardUnit.-col2 > .bl_card .heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_cardUnit + .bl_cardUnit {
    margin-top: 40px;
  }
  .bl_cardUnit.-col2, .bl_cardUnit.-col3, .bl_cardUnit.-col4 {
    margin-bottom: -40px;
  }
  .bl_cardUnit > .bl_card {
    width: 100%;
    margin-bottom: 40px;
  }
  .bl_cardUnit.-col1 .heading, .bl_cardUnit.-col2 .heading {
    font-size: 1.6rem;
  }
}

/*--------------------------------------------------
Form
--------------------------------------------------*/
.el_keyword {
  display: flex;
}
.el_keyword input[type=text] {
  min-width: 50px;
  height: 40px;
  padding: 5px 10px;
  line-height: 40px;
  border: none;
  background: #fff;
}
.ly_container.-typeA .el_keyword {
  background: #fff;
}

.el_keyword button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #000;
  transition: all 0.5s;
}
.el_keyword button:hover {
  text-decoration: none;
  opacity: 0.8;
}
.el_keyword button::after {
  font-family: "svgicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #fff;
  font-size: 2rem;
}

.el_check, .el_radio {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}
.el_check:hover input + .control, .el_radio:hover input + .control,
.el_check input:focus + .control,
.el_radio input:focus + .control {
  border: #000 1px solid;
  background: #FCF9E7;
}
.el_check + .el_check, .el_radio + .el_check, .el_check + .el_radio, .el_radio + .el_radio {
  margin-left: 3.3%;
}
.el_check input, .el_radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.el_check input:checked + .control, .el_radio input:checked + .control {
  outline: none;
}
.el_check input:checked + .control, .el_radio input:checked + .control {
  background: #000;
  border-color: #000;
}
.el_check input:checked + .control::after, .el_radio input:checked + .control::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.el_check input:disabled + .control, .el_radio input:disabled + .control {
  border-color: #ccc;
  background: #ccc;
}
.el_check .control, .el_radio .control {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: #000 1px solid;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el_check .control::after, .el_radio .control::after {
  font-family: "svgicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  position: absolute;
  top: 3px;
  left: 1px;
  color: #fff;
  font-size: 1rem;
  opacity: 0;
  visibility: hidden;
  transform-origin: center center;
  transform: scale(1.45);
  transition: all 0.3s linear;
}

.el_radio + .el_radio {
  margin-left: 3.3%;
}
.el_radio .control {
  border-radius: 50%;
}
.el_radio .control::after {
  content: "";
  border-radius: 50%;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
}

/*-------------------------------------------
list
-------------------------------------------*/
.bl_newsList {
  margin-top: 0;
  min-height: 30vw;
}
@media screen and (max-width: 767px) {
  .bl_newsList {
    min-height: 100vw;
  }
  .bl_newsList[data-spwidth=max] {
    margin-left: -4%;
    margin-right: -4%;
  }
}
.bl_newsList .item {
  background-color: #fff;
}
.bl_newsList .item + .item {
  margin: 0;
  border-top: 1px solid #eee;
}
.bl_newsList .item:nth-of-type(2n+1) > a {
  background-color: #fafafa;
}
.bl_newsList .item > a {
  display: block;
  padding: 10px 12px;
  transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_newsList .item > a:hover {
  background-color: #e9f7fb;
  text-decoration: none;
}
.bl_newsList .item > a:hover .title {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .bl_newsList .item > a {
    padding: 4% 6%;
  }
  .bl_newsList .item > a .title {
    font-size: 1.4rem;
  }
}
.bl_newsList .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bl_newsList .tags time {
  display: inline-block;
  color: #333;
  white-space: nowrap;
}
.bl_newsList .tags span {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 15px 1px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.bl_newsList .tags .cat, .bl_newsList .tags .subcat {
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
}
.bl_newsList .tags .cat {
  color: #0089ff;
  border: 1px solid #0089ff;
}
.bl_newsList .tags .subcat {
  color: #000;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .bl_newsList .tags {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .bl_newsList .tags time {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .bl_newsList .tags span {
    margin-left: 0;
    padding: 3px 8px 1px;
    font-size: 1.1rem;
  }
  .bl_newsList .tags span + span {
    margin-left: 5px;
  }
}

.bl_newsIndex .item a {
  display: block;
  padding: 6px 0;
  color: #333;
}
.bl_newsIndex .item a .title {
  color: #014099;
}
.bl_newsIndex .item a:hover {
  text-decoration: none;
}
.bl_newsIndex .item a:hover .title {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .bl_newsIndex .item {
    font-size: 1.4rem;
  }
}

/*-------------------------------------------
filter
-------------------------------------------*/
.bl_filterYear {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bl_filterYear {
    display: block;
    margin-bottom: 6.5%;
  }
}
.bl_filterYear ul {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  position: relative;
  padding-left: 5em;
}
@media screen and (max-width: 767px) {
  .bl_filterYear ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    padding-left: calc(1.5em + 4%);
  }
}
.bl_filterYear ul li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .bl_filterYear ul li {
    margin: 0;
    text-align: center;
  }
}
.bl_filterYear ul li:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .bl_filterYear ul li:first-child {
    margin: 0;
    text-align: left;
  }
}
.bl_filterYear label {
  font-weight: 600;
  font-size: 2rem;
  font-size: fontClamp(10, 20);
  color: #b2c5e2;
  transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_filterYear label:hover, .bl_filterYear label:focus {
  color: #0089ff;
}
@media screen and (max-width: 767px) {
  .bl_filterYear label {
    font-size: 1.4rem;
  }
}
.bl_filterYear input {
  display: none;
}
.bl_filterYear input:checked + label {
  color: #014099;
}

.bl_filterWrap .el_detailBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .bl_filterWrap .el_detailBtn {
    margin-bottom: 10px;
  }
}
.bl_filterWrap .el_detailBtn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #014099;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.bl_filterWrap .el_detailBtn button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/shared/images/icon_equalizer.svg) 0 0 no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.bl_filterWrap .el_detailBtn button::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: #014099 2px solid;
  border-right: #014099 2px solid;
  transform: rotate(135deg);
  bottom: 20%;
  margin: 0 auto;
  border-width: 2px;
  top: 5px;
  right: 0;
  left: 100%;
}
.bl_filterWrap .el_detailBtn button.is_open::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: #014099 2px solid;
  border-right: #014099 2px solid;
  transform: rotate(-45deg);
  border-width: 2px;
  top: 5px;
  right: 0;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .bl_filterWrap .el_detailBtn button {
    font-size: 1.4rem;
  }
}

.bl_filterBox {
  margin-bottom: 40px;
  background: #F7F9FC;
  border-top: 1px solid #b2c5e2;
  border-bottom: 1px solid #b2c5e2;
  display: none;
}
.bl_filterBox.is_open {
  display: block;
}
@media screen and (max-width: 767px) {
  .bl_filterBox {
    margin-right: -4%;
    margin-left: -4%;
  }
}
.bl_filterBox .bl_filterBox_inner {
  padding: 3.3%;
}
@media screen and (max-width: 767px) {
  .bl_filterBox .bl_filterBox_inner {
    padding: 5%;
  }
}
.bl_filterBox .bl_filterKeyword {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bl_filterBox .bl_filterKeyword {
    margin-bottom: 6.5%;
  }
}
.bl_filterBox .bl_filterKeyword .el_keyword {
  width: 100%;
  height: 40px;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .bl_filterBox .bl_filterKeyword .el_keyword {
    max-width: 100%;
  }
}
.bl_filterBox .bl_filterKeyword .el_keyword input[type=text] {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #b2c5e2;
  border-right: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.bl_filterBox .bl_filterKeyword .el_keyword button {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #b2c5e2;
  border-left: none;
}
.bl_filterBox .bl_filterKeyword .el_keyword button::after {
  content: "\e906";
  font-size: 1.6rem;
  color: #014099;
}
.bl_filterBox .bl_filterList [role=tablist] {
  margin-bottom: 2em;
}
.bl_filterBox .bl_filterList .listWrap {
  position: relative;
  display: grid;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .bl_filterBox .bl_filterList .listWrap {
    padding-left: 9em;
  }
  .bl_filterBox .bl_filterList .listWrap.-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_filterBox .bl_filterList .listWrap.-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .bl_filterBox .bl_filterList .listWrap.-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bl_filterBox .bl_filterList .listWrap {
    padding-top: 1.5em;
    padding-left: 0;
    grid-template-columns: minmax(100px, 1fr) 1fr;
  }
}
.bl_filterBox .bl_filterList .listWrap dt {
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .bl_filterBox .bl_filterList .listWrap dt {
    font-size: 1.4rem;
  }
}
.bl_filterBox .bl_filterList .listWrap dd {
  margin: 0 20px 10px 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .bl_filterBox .bl_filterList .listWrap dd:nth-of-type(2n) {
    margin-right: 0;
  }
}
.bl_filterBox .bl_filterList .listWrap dd .el_check, .bl_filterBox .bl_filterList .listWrap dd .el_radio {
  font-size: 100%;
}
@media screen and (max-width: 767px) {
  .bl_filterBox .bl_filterList .listWrap dd .el_check, .bl_filterBox .bl_filterList .listWrap dd .el_radio {
    font-size: 1.2rem;
  }
}
.bl_filterBox .bl_filterList .listWrap dd .el_check .control, .bl_filterBox .bl_filterList .listWrap dd .el_radio .control {
  border-color: #014099;
}
@media screen and (max-width: 767px) {
  .bl_filterBox .bl_filterList .listWrap dd .el_check .control, .bl_filterBox .bl_filterList .listWrap dd .el_radio .control {
    top: 0;
  }
}
.bl_filterBox .bl_filterList .listWrap dd .el_check:focus .control, .bl_filterBox .bl_filterList .listWrap dd .el_radio:focus .control, .bl_filterBox .bl_filterList .listWrap dd .el_check:hover .control, .bl_filterBox .bl_filterList .listWrap dd .el_radio:hover .control {
  border-color: #0089ff;
}
.bl_filterBox .bl_filterList .listWrap dd .el_check input:focus + .control, .bl_filterBox .bl_filterList .listWrap dd .el_radio input:focus + .control {
  border-color: #0089ff;
}
.bl_filterBox .bl_filterList .bl_grid {
  padding: 0 20px;
}
.bl_filterBox .bl_filterList .bl_grid.-col2, .bl_filterBox .bl_filterList .bl_grid.-col3 {
  margin-bottom: -10px;
}
.bl_filterBox .bl_filterList .bl_grid .grid {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .bl_filterBox .bl_filterList .bl_grid .grid label {
    font-size: 100%;
  }
  .bl_filterBox .bl_filterList .bl_grid.-fluct .grid + .grid {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bl_filterBox .bl_filterList .bl_grid {
    padding: 0;
  }
}
.bl_filterBox .bl_filterBox_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.bl_filterBox .bl_filterBox_btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  padding: 17px 40px;
  color: #fff;
  border: 1px solid #014099;
}
.bl_filterBox .bl_filterBox_btn button.reset {
  background: #b2c5e2;
  border-color: #b2c5e2;
  margin-left: 1.25vw;
}
.bl_filterBox .bl_filterBox_btn button.reset:hover {
  color: #014099;
  background: #fff;
  border-color: #014099;
}
.bl_filterBox .bl_filterBox_btn button.submit {
  background: #014099;
}
.bl_filterBox .bl_filterBox_btn button.submit:hover {
  color: #014099;
  background: #fff;
  border-color: #014099;
}
@media screen and (max-width: 767px) {
  .bl_filterBox .bl_filterBox_btn button {
    padding: 10px 20px;
  }
}
.bl_filterBox .bl_filterBox_btn #dataFilterReset .background {
  background-color: #b2c5e2;
}

.bl_searchNoResult {
  text-align: center;
  font-weight: 600;
}

.bl_moreList {
  text-align: center;
  margin-top: 30px;
}
.bl_moreList .btn {
  transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  padding: 10px 30px;
  color: #fff;
  border: 1px solid #014099;
  background: #014099;
  display: none;
  text-decoration: none;
}
.bl_moreList .btn.is_show {
  display: inline-block;
}
.bl_moreList .btn:hover {
  color: #014099;
  background: #fff;
  border-color: #014099;
  text-decoration: none;
}

.bl_backFilter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.bl_backFilter button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-size: 1.4rem;
  color: #000;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.bl_backFilter button::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(-45deg);
  border-width: 1px;
  top: 60%;
  right: 0;
}
.bl_backFilter button:hover {
  text-decoration: underline;
}

/*-------------------------------------------
article
-------------------------------------------*/
.bl_snsShare {
  display: flex;
}
.bl_snsShare a {
  display: inline-block;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_snsShare a img {
  width: 100%;
}
.bl_snsShare a:hover {
  opacity: 0.7;
}
.bl_snsShare a + a {
  margin-left: 15px;
}

.bl_article {
  opacity: 0;
  margin: 0 auto 60px;
  max-width: 1200px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .bl_article {
    min-height: 50vh;
    padding: 0 4%;
  }
  .bl_article + .linkBtn {
    width: 60vw;
  }
}
@media screen and (min-width: 768px) {
  .bl_article {
    min-height: 90vh;
  }
  .bl_article + .linkBtn {
    min-width: 400px;
  }
}
.bl_article.is_loaded {
  animation: fadeInAnime 0.5s linear forwards;
  opacity: 1;
}
.bl_article[data-type=latest] {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.bl_article[data-type=latest]::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(transparent 0%, #ffffff 100%);
}
.bl_article .bl_headingWrap.-news {
  margin-bottom: 20px;
  flex-direction: column;
}
.bl_article .bl_headingWrap.-news .bl_headingLv1 {
  padding-bottom: 0;
}
.bl_article .bl_headingWrap.-news .itemRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .bl_article .bl_headingWrap.-news .bl_headingLv1 {
    font-size: 2.4rem;
  }
}
.bl_article .date {
  text-align: right;
  margin-top: 1.875vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .bl_article .date {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .bl_article .date {
    font-size: 1.4rem;
    margin-top: 16vw;
  }
}
.bl_article .title {
  font-size: clamp(2rem, 1.8vw, 2.8rem);
  font-weight: 600;
  margin: 1.875vw 0 1.25vw;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .bl_article .title {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .bl_article .title {
    font-size: 2rem;
    margin: 8vw 0 4vw;
  }
}
.bl_article .bl_headingLv1 {
  padding-bottom: 0;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .bl_article .bl_headingLv1 {
    font-size: 2.4rem;
  }
}
.bl_article .tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.bl_article .tags li {
  font-size: 1.2rem;
  line-height: 1.2;
}
.bl_article .tags li + li {
  margin-left: 10px;
}
.bl_article .tags .cat, .bl_article .tags .subcat {
  background: #fff;
  padding: 5px 15px 3px;
  border-radius: 3px;
}
.bl_article .tags .cat {
  color: #0089ff;
  border: 1px solid #0089ff;
}
.bl_article .tags .subcat {
  color: #000;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .bl_article .tags li {
    margin-top: 1.3333333333vw;
  }
  .bl_article .tags li + li {
    margin-left: 10px;
  }
  .bl_article .tags .cat, .bl_article .tags .subcat {
    padding: 3px 10px 2px;
    border-radius: 3px;
  }
}
.bl_article .meta {
  text-align: right;
}
.bl_article .meta span {
  display: block;
}
@media screen and (max-width: 767px) {
  .bl_article .meta {
    font-size: 1.4rem;
  }
}
.bl_article .post {
  margin-top: 3.125vw;
}
@media screen and (max-width: 767px) {
  .bl_article .post {
    font-size: 1.4rem;
    margin-top: 8vw;
  }
}
.bl_article .post h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 3.5625vw 0 1.25vw;
  line-height: 1.4;
}
.bl_headingLv1 + .bl_article .post h2 {
  margin-top: 0;
}
.bl_article .post h2 + h3 {
  margin-top: 0;
}
.bl_article .post h2 + p {
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .bl_article .post h2 {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .bl_article .post h2 {
    font-size: 2rem;
    margin: 12.5333333333vw 0 4.5333333333vw;
  }
  .bl_headingLv1 + .bl_article .post h2 {
    margin-top: 0;
  }
}
.bl_article .post h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 3.5625vw 0 0.625vw;
  line-height: 1.6;
}
.bl_article .post h3 + p {
  margin-top: 0;
}
.bl_article .post h3 + table {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .bl_article .post h3 {
    margin: 5.8666666667vw 0 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .bl_article .post h3 {
    margin: 9.8666666667vw 0 2.6666666667vw;
  }
}
.bl_article .post h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 1.875vw 0 0.625vw;
  line-height: 1.6;
}
.bl_article .post h4 + p {
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .bl_article .post h4 {
    margin: 2.6666666667vw 0 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .bl_article .post h4 {
    margin: 5.3333333333vw 0 2.6666666667vw;
  }
}
.bl_article .post p + p {
  margin-top: 1.5em;
}
.bl_article .post p a {
  text-decoration: underline;
}
.bl_article .post p a:hover {
  text-decoration: none;
}
.bl_article .post hr {
  margin: 3.125vw 0;
}
@media screen and (max-width: 767px) {
  .bl_article .post hr {
    margin: 13.3333333333vw 0;
  }
}
.bl_article .post table {
  border-top: 1px solid;
  border-left: 1px solid;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 3.125vw 0;
}
.bl_article .post table caption {
  margin: 0;
  padding: 10px 0;
  border: 1px solid;
  border-bottom: none;
  background: #eaeaea;
  text-align: center;
}
.bl_article .post table th, .bl_article .post table td {
  padding: 18px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  font-weight: normal;
  background: #fff;
}
.bl_article .post table th {
  background: #f4f4f4;
  text-align: left;
}
.bl_article .post table p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bl_article .post table {
    margin: 13.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .bl_article .post table th, .bl_article .post table td {
    padding: 10px;
  }
  .bl_article .post table tbody th {
    width: 20%;
  }
}
@media screen and (max-width: 959px) {
  .bl_article .post table th, .bl_article .post table td {
    padding: 8px;
  }
}
.bl_article .post ol, .bl_article .post ul {
  padding-left: 2em;
  margin: 1.5em 0;
}
.bl_article .post ul > li {
  list-style-type: disc;
}
.bl_article .post ul > li + li {
  margin-top: 0.5em;
}
.bl_article .post ol > li {
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 0;
}
.bl_article .post ol > li + li {
  margin-top: 0.5em;
}
.bl_article .post li p {
  margin: 0;
}
.bl_article .post em {
  font-style: italic;
}
.bl_article .post .bl_imgWrap {
  margin: 1.875vw auto;
}
.bl_article .post .bl_imgWrap figcaption {
  font-size: 1.4rem;
  margin-top: clamp(15px, 1.6666666667vw, 20px);
}
@media screen and (max-width: 959px) {
  .bl_article .post .bl_imgWrap {
    margin: 8vw auto;
  }
  .bl_article .post .bl_imgWrap figcaption {
    font-size: 1.2rem;
  }
}
.bl_article .post .bl_media {
  margin: 3.125vw 0;
}
@media screen and (max-width: 767px) {
  .bl_article .post .bl_media {
    margin: 13.3333333333vw 0;
  }
}
.bl_article .post .bl_media .mediaImg figcaption {
  text-align: center;
  font-size: 1.4rem;
  margin-top: clamp(15px, 1.6666666667vw, 20px);
}
.bl_article .post .bl_media .mediaBody h2:first-child,
.bl_article .post .bl_media .mediaBody h3:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .bl_article .post .bl_media .mediaImg {
    max-width: 48.35%;
  }
}
@media screen and (max-width: 959px) {
  .bl_article .post .bl_media .mediaImg figcaption {
    font-size: 1.2rem;
  }
}
.bl_article .post .bl_cardUnit {
  margin: 3.125vw 0;
}
@media screen and (max-width: 767px) {
  .bl_article .post .bl_cardUnit {
    margin: 13.3333333333vw 0;
  }
}
.bl_article .post .bl_cardUnit + .bl_cardUnit {
  margin-top: 0;
}
.bl_article .post .bl_cardUnit .bl_card .cardImg {
  text-align: center;
}
.bl_article .post .bl_cardUnit .bl_card .cardImg img {
  max-width: 100%;
  width: auto;
}
.bl_article .post .bl_cardUnit .bl_card .cardImg figcaption {
  text-align: center;
  font-size: 1.4rem;
  margin-top: clamp(15px, 1.6666666667vw, 20px);
}
@media screen and (min-width: 768px) {
  .bl_article .post .bl_cardUnit .bl_card {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .bl_article .post .bl_cardUnit {
    margin: 0;
  }
  .bl_article .post .bl_cardUnit .cardImg figcaption {
    font-size: 1.2rem;
  }
}
.bl_article .post .el_btn {
  display: inline-block;
  padding: clamp(9px, 1vw, 12px) clamp(22.5px, 2.5vw, 30px);
  border: 1px solid;
  color: #333;
  text-align: center;
  transition: all 0.5s;
}
.bl_article .post .el_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.bl_article .post .el_btn:hover, .bl_article .post .el_btn:focus {
  background: #000;
  color: #fff;
}
.bl_article .post .el_btn.-stand {
  border-color: #014099;
  background: #014099;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_article .post .el_btn.-stand:hover, .bl_article .post .el_btn.-stand:focus {
  background: #fff;
  color: #014099;
  opacity: 1;
}
.bl_article .post .el_btn.-stand:hover.-blank::after, .bl_article .post .el_btn.-stand:focus.-blank::after {
  color: #014099;
}
.bl_article .post .el_btn.-stand.-blank::after {
  color: #fff;
}
.bl_article .post .el_btn.-white {
  border-color: #fff;
  background: #fff;
  color: #014099;
  transition: all 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_article .post .el_btn.-white:hover.-blank::after, .bl_article .post .el_btn.-white:focus.-blank::after {
  color: #014099;
}
.bl_article .post .el_btn.-white.-blank::after {
  color: #014099;
}
.bl_article .post .el_btn.-wide {
  min-width: 400px;
}
@media screen and (max-width: 767px) {
  .bl_article .post .el_btn.-wide {
    min-width: auto;
    width: auto;
  }
}
.bl_article .post .el_btn.-blank::after {
  font-family: "svgicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  font-size: 1.2rem;
  margin-left: 8px;
  transition: all 0.3s;
}
.bl_article .post .el_btn.-blank:hover::after, .bl_article .post .el_btn.-blank:focus::after {
  color: #fff;
}
.bl_article .post .bl_btnWrap {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}
.bl_article .post .bl_btnWrap.-left {
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .bl_article .post .bl_btnWrap .el_btn + .el_btn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bl_article .post .bl_btnWrap {
    margin: 40px 0 0;
    flex-direction: column;
    align-items: center;
  }
  .bl_article .post .bl_btnWrap .el_btn + .el_btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .bl_article .post .bl_table.-half {
    width: auto;
  }
}
.bl_article .post .bl_table.-noBorder {
  font-size: 1.6rem;
}
.bl_article .post .bl_table.-noBorder th, .bl_article .post .bl_table.-noBorder td {
  padding: 3px 0;
}
.bl_article .post > *:first-child {
  margin-top: 0;
}
.bl_article .post ._labelPDF::after,
.bl_article .post ._labelEXL::after,
.bl_article .post ._labelZIP::after,
.bl_article .post ._labelVIDEO::after,
.bl_article .post ._labelAUDIO::after {
  display: inline-block;
  padding: 1px 8px;
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  vertical-align: middle;
  margin: -2px 0 0 7px;
}
.bl_article .post ._labelPDF::after {
  content: "PDF";
  background-color: #c90000;
}
.bl_article .post ._labelEXL::after {
  content: "EXCEL";
  background-color: #19792b;
}
.bl_article .post ._labelZIP::after {
  content: "ZIP";
  background-color: #666;
}
.bl_article .post ._labelVIDEO::after {
  content: "VIDEO";
  background-color: #118cdd;
}
.bl_article .post ._labelAUDIO::after {
  content: "AUDIO";
  background-color: #118cdd;
}

.bl_box .bl_article[data-type=latest]::after {
  background: linear-gradient(transparent 0%, #eaeef4 100%);
}

.bl_backToList {
  display: block;
  text-align: center;
}
.bl_backToList a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px 20px 15px 45px;
  background-color: #e5ecf5;
  position: relative;
  color: #333;
  font-weight: 600;
  line-height: 1.5;
  max-width: 250px;
  margin: 0 auto;
  transition: all 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_backToList a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: #014099 2px solid;
  border-right: #014099 2px solid;
  transform: rotate(-135deg);
  border-width: 3px;
  margin: auto 0;
  left: 22px;
}
.bl_backToList a:hover {
  background-color: #014099;
  color: #fff;
  text-decoration: none;
}
.bl_backToList a:hover::before {
  border-color: #fff;
}
.bl_backToList a:hover:after {
  color: #fff;
}

/*-------------------------------------------
importArticle
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .bl_importArticle {
    font-size: 1.4rem;
  }
}
.bl_importArticle .bl_headingWrap.-news {
  margin-bottom: 20px;
  flex-direction: column;
}
.bl_importArticle .bl_headingWrap.-news .bl_headingLv1 {
  padding-bottom: 0;
}
.bl_importArticle .bl_headingWrap.-news .itemRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .bl_importArticle .bl_headingWrap.-news .bl_headingLv1 {
    font-size: 2.4rem;
  }
}
.bl_importArticle .bl_newsDetail .bl_card .cardBody.bclo-textWrap {
  padding-top: 0 !important;
  margin: 20px 0 0;
}
.bl_importArticle .bl_newsDetail .bl_card .cardBody.bclo-textWrap .bclo-textWrap-title {
  margin-bottom: 10px;
}
.bl_importArticle .bl_newsDetail .bl_card .cardBody.bclo-textWrap .bclo-link {
  margin-top: 20px;
}
.bl_importArticle .bl_newsDetail .bl_card .btnWrap {
  text-align: left;
}
.bl_importArticle .bl_newsDetail .sectionWrap {
  margin: 80px 0;
}
.bl_importArticle .bl_newsDetail .sectionWrap:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .bl_importArticle .bl_newsDetail .sectionWrap {
    margin: 60px 0;
  }
}
.bl_importArticle .bl_newsDetail .btnWrap {
  margin-top: 55px;
}
.bl_importArticle .bl_newsDetail .btnWrap + .btnWrap {
  margin-top: 20px;
}
.bl_importArticle .bl_newsDetail .btnWrap.-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_importArticle .bl_newsDetail .btnWrap {
    margin-top: 30px;
  }
}
.bl_importArticle .bl_newsDetail .el_btn .icon-blank {
  margin-left: 8px;
}
.bl_importArticle .bl_newsDetail .el_btn .icon-blank::after {
  font-family: "svgicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  font-size: 1.2rem;
  transition: all 0.3s;
}
.bl_importArticle .bl_newsDetail .el_btn:hover .icon-blank::after {
  color: #fff;
}
.bl_importArticle .bl_newsDetail .bl_media {
  align-items: flex-start;
}
.bl_importArticle .bl_newsDetail .bl_media .mediaImg {
  width: calc(50% - 20px);
}
.bl_importArticle .bl_newsDetail .bl_media .mediaImg img {
  width: auto;
  max-width: 100%;
}
.bl_importArticle .bl_newsDetail .bl_media .mediaImg figcaption {
  text-align: center;
  margin-top: 10px;
}
.bl_importArticle .bl_newsDetail .bl_media .mediaBody .bclo-textWrap {
  margin-top: 0;
}
.bl_importArticle .bl_newsDetail .bl_media .mediaBody .bclo-link {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .bl_importArticle .bl_newsDetail .bl_media[class*=bclo-rightImage] .mediaImg {
    margin: 0 0 0 40px;
  }
  .bl_importArticle .bl_newsDetail .bl_media.bclo-leftImage-sm .mediaImg, .bl_importArticle .bl_newsDetail .bl_media.bclo-rightImage-sm .mediaImg {
    width: 33%;
  }
  .bl_importArticle .bl_newsDetail .bl_media .mediaImg.-thin {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .bl_importArticle .bl_newsDetail .bl_media .mediaImg {
    width: 100%;
    margin: 0 0 20px;
  }
  .bl_importArticle .bl_newsDetail .bl_media .mediaImg.-thin {
    width: 100%;
  }
  .bl_importArticle .bl_newsDetail .bl_media + .bl_media {
    margin-top: 40px;
  }
  .bl_importArticle .bl_newsDetail .bl_media[class*=bclo-rightImage] .mediaImg {
    margin-top: 20px;
  }
}
.bl_importArticle .bl_newsDetail .bclo-textWrap {
  margin: 40px 0;
}
.bl_importArticle .bl_newsDetail .bclo-textWrap-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
}
.bl_importArticle .bl_newsDetail .bclo-textWrap.-thin {
  max-width: 1080px;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .bl_importArticle .bl_newsDetail .bclo-textWrap {
    margin: 30px 0;
  }
  .bl_importArticle .bl_newsDetail .bclo-textWrap-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .bl_importArticle .bl_newsDetail .bclo-textWrap.-thin {
    max-width: 100%;
    margin: 40px auto;
  }
}
.bl_importArticle .bl_newsDetail .bclo-col01 .cardImg,
.bl_importArticle .bl_newsDetail .bclo-col02 .cardImg {
  text-align: center;
}
.bl_importArticle .bl_newsDetail .bclo-col01 .cardImg img,
.bl_importArticle .bl_newsDetail .bclo-col02 .cardImg img {
  width: auto;
  max-width: 100%;
  text-align: center;
}
.bl_importArticle .bl_newsDetail .bclo-col01 {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .bl_importArticle .bl_newsDetail .bclo-col01 {
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .bl_importArticle .bl_newsDetail .bclo-col03 .bclo-textWrap-title,
  .bl_importArticle .bl_newsDetail .bclo-col04 .bclo-textWrap-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .bl_importArticle .bl_newsDetail .bclo-col03 .bclo-textWrap-title,
  .bl_importArticle .bl_newsDetail .bclo-col04 .bclo-textWrap-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .bl_importArticle .bl_newsDetail .bclo-col03 .bclo-textWrap-text,
  .bl_importArticle .bl_newsDetail .bclo-col03 .bclo-cap,
  .bl_importArticle .bl_newsDetail .bclo-col04 .bclo-textWrap-text,
  .bl_importArticle .bl_newsDetail .bclo-col04 .bclo-cap {
    font-size: 1.4rem;
  }
}
.bl_importArticle .bl_newsDetail .bclo-imgLink {
  display: block;
  transition: 0.25s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_importArticle .bl_newsDetail .bclo-imgLink:focus, .bl_importArticle .bl_newsDetail .bclo-imgLink:hover {
  opacity: 0.75;
  text-decoration: none;
}
.bl_importArticle .bl_newsDetail .bclo-cap {
  margin-top: 15px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .bl_importArticle .bl_newsDetail .bclo-cap {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.bl_importArticle .bl_newsDetail .bclo-title-lg {
  width: 100%;
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-weight: 600;
  color: #333;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .bl_importArticle .bl_newsDetail .bclo-title-lg {
    padding-top: 20px;
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}
.bl_importArticle .bl_newsDetail .bclo-title-sm {
  font-size: 2.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bl_importArticle .bl_newsDetail .bclo-title-sm {
    font-size: 1.8rem;
  }
}
.bl_importArticle .bl_newsDetail .bclo-list {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .bl_importArticle .bl_newsDetail .bclo-list {
    padding: 20px;
  }
}
.bl_importArticle .bl_newsDetail .bclo-list-li {
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.bl_importArticle .bl_newsDetail .bclo-list-li-a {
  text-decoration: underline;
}
.bl_importArticle .bl_newsDetail .bclo-list.ul-og .mod-bclo-list-li {
  border-bottom: 1px dotted #7d7d7d;
}
.bl_importArticle .bl_newsDetail .bclo-list.ul-disc li {
  margin-left: 1.5em;
  list-style-type: disc;
}
.bl_importArticle .bl_newsDetail .bclo-list.ul-decimal li {
  margin-left: 1.5em;
  list-style-type: decimal;
}
.bl_importArticle .bl_newsDetail .bclo-list.ul-latin li {
  margin-left: 1.5em;
  list-style-type: lower-roman;
}
.bl_importArticle .bl_newsDetail .bclo-list.ul-upperLatin li {
  margin-left: 1.5em;
  list-style-type: upper-roman;
}
.bl_importArticle .bl_newsDetail .bclo-leftImage-lg, .bl_importArticle .bl_newsDetail .bclo-leftImage-sm, .bl_importArticle .bl_newsDetail .bclo-rightImage-lg, .bl_importArticle .bl_newsDetail .bclo-rightImage-sm {
  margin-top: 80px;
}
.bl_importArticle .bl_newsDetail .bclo-free {
  margin-bottom: 40px;
}
.bl_importArticle .bl_newsDetail .bclo-free ol li {
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 2em;
}
.bl_importArticle .bl_newsDetail .bclo-free ul li {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1.6em;
}
.bl_importArticle .bl_newsDetail .bclo-free table:not([border="0"]) {
  border-collapse: collapse;
}
.bl_importArticle .bl_newsDetail .bclo-free table:not([border="0"]) th, .bl_importArticle .bl_newsDetail .bclo-free table:not([border="0"]) td {
  padding: 12px 15px;
}
.bl_importArticle .bl_newsDetail .bclo-free table[border="1"] th, .bl_importArticle .bl_newsDetail .bclo-free table[border="1"] td {
  border: #ccc 1px solid;
}
.bl_importArticle .bl_newsDetail .bclo-free table[border="2"] th, .bl_importArticle .bl_newsDetail .bclo-free table[border="2"] td {
  border: #ccc 2px solid;
}
.bl_importArticle .bl_newsDetail .bclo-free table[border="3"] th, .bl_importArticle .bl_newsDetail .bclo-free table[border="3"] td {
  border: #ccc 3px solid;
}
.bl_importArticle .bl_newsDetail .bclo-free table[border="4"] th, .bl_importArticle .bl_newsDetail .bclo-free table[border="4"] td {
  border: #ccc 4px solid;
}
.bl_importArticle .bl_newsDetail .bclo-free table[border="5"] th, .bl_importArticle .bl_newsDetail .bclo-free table[border="5"] td {
  border: #ccc 5px solid;
}
.bl_importArticle .bl_newsDetail .bclo-free table[border="6"] th, .bl_importArticle .bl_newsDetail .bclo-free table[border="6"] td {
  border: #ccc 6px solid;
}
.bl_importArticle .bl_newsDetail .bclo-free table[border="7"] th, .bl_importArticle .bl_newsDetail .bclo-free table[border="7"] td {
  border: #ccc 7px solid;
}
.bl_importArticle .bl_newsDetail .bclo-free table[border="8"] th, .bl_importArticle .bl_newsDetail .bclo-free table[border="8"] td {
  border: #ccc 8px solid;
}
.bl_importArticle .bl_newsDetail .bclo-free table[border="9"] th, .bl_importArticle .bl_newsDetail .bclo-free table[border="9"] td {
  border: #ccc 9px solid;
}
.bl_importArticle .bl_newsDetail .bclo-free table[border="10"] th, .bl_importArticle .bl_newsDetail .bclo-free table[border="10"] td {
  border: #ccc 10px solid;
}
.bl_importArticle .bl_newsDetail .cf_b_img_types a:hover {
  text-decoration: none;
}
.bl_importArticle .bl_newsDetail .bclo-text {
  margin-bottom: 40px;
}
.bl_importArticle .bl_newsDetail .ta_right {
  text-align: right;
}
.bl_importArticle .bl_newsDetail .ta_center {
  text-align: center;
}
.bl_importArticle .bl_newsDetail .contactbtn {
  margin: 30px auto 0;
  text-align: center;
}
.bl_importArticle .bl_newsDetail .contactbtn a {
  display: inline-block;
  padding: 8px 30px;
  border: #014099 1px solid;
  background: #014099;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
  text-align: center;
  min-width: 400px;
  transition: all 0.5s;
}
.bl_importArticle .bl_newsDetail .contactbtn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.bl_importArticle .bl_newsDetail .contactbtn a:hover {
  background: #fff;
  color: #014099;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .bl_importArticle .bl_newsDetail .contactbtn a {
    min-width: auto;
    width: auto;
  }
}
.bl_importArticle .bl_newsDetail + .bl_btnWrap {
  margin-top: 30px;
}
.bl_importArticle .bl_importNotesDB {
  /*---------------------------------------
  notes parts
  ----------------------------------------*/
  /* headingBlock01
  ------------------------*/
  /* careerList
  ------------------------*/
  /* tableBlock01
  ------------------------*/
  /* tableBlock01
  ------------------------*/
  /* newsList
  ------------------------*/
  /*.newsList dl{margin:5px 6px 0 14px;}*/
  /* pressList
  ------------------------*/
  /* newslabel
  ------------------------*/
  /* pressList
  ------------------------*/
}
.bl_importArticle .bl_importNotesDB font,
.bl_importArticle .bl_importNotesDB pre {
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  font-weight: 300;
}
.bl_importArticle .bl_importNotesDB .newsDate {
  margin-bottom: 20px;
  text-align: right;
  display: none;
}
.bl_importArticle .bl_importNotesDB .newsInc {
  text-align: right;
  margin-bottom: 3.125vw;
}
.bl_importArticle .bl_importNotesDB .newsTitle {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 114%;
  display: none;
}
.bl_importArticle .bl_importNotesDB .textBlock {
  margin-bottom: 25px;
}
.bl_importArticle .bl_importNotesDB .imgBlock1 {
  margin-bottom: 15px;
  text-align: center;
}
.bl_importArticle .bl_importNotesDB .imgBlock1 .caption {
  margin-top: 5px;
  text-align: center;
}
.bl_importArticle .bl_importNotesDB .imgBlock2 {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 25px -10px;
  width: 1080px;
}
.bl_importArticle .bl_importNotesDB .imgBlock2 .imgBox {
  width: 320px;
  float: left;
  margin-left: 150px;
}
.bl_importArticle .bl_importNotesDB .imgBlock2 .imgBox p,
.bl_importArticle .bl_importNotesDB .imgBlock2 .imgBox img {
  text-align: center;
}
.bl_importArticle .bl_importNotesDB .imgBlock2 .imgBox .caption {
  margin-top: 5px;
}
.bl_importArticle .bl_importNotesDB .btnIndex {
  text-align: center;
}
.bl_importArticle .bl_importNotesDB .textBold {
  font-weight: bold;
}
.bl_importArticle .bl_importNotesDB .inqBtn a,
.bl_importArticle .bl_importNotesDB .btnIndex a {
  display: inline-block;
  padding: 8px 30px 7px;
  background-color: #014099;
  color: #fff;
  font-weight: bold;
}
.bl_importArticle .bl_importNotesDB .inqBtn a:hover,
.bl_importArticle .bl_importNotesDB .btnIndex a:hover {
  text-decoration: none;
  background-color: #00265b;
}
.bl_importArticle .bl_importNotesDB .headingBlock01 {
  font-size: 128%;
  font-weight: bold;
  margin: 20px 0 5px;
  padding: 5px 10px;
  background-color: #eaeaea;
}
.bl_importArticle .bl_importNotesDB .headingBlock02 {
  font-size: 128%;
  font-weight: bold;
  color: #004097;
  margin-bottom: 5px;
}
.bl_importArticle .bl_importNotesDB .headingBlock03 {
  font-size: 114%;
  font-weight: bold;
  margin-bottom: 30px;
}
.bl_importArticle .bl_importNotesDB .headingBlock04 {
  font-size: 114%;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 6px;
  border-left: 4px solid #004097;
}
.bl_importArticle .bl_importNotesDB .careerList {
  margin: 5px 0 10px;
  padding-top: 10px;
  border-top: #eaeaea 1px solid;
}
.bl_importArticle .bl_importNotesDB .careerList .releaseDate {
  margin-bottom: 5px;
}
.bl_importArticle .bl_importNotesDB .careerList .textBold {
  margin-top: 5px;
}
.bl_importArticle .bl_importNotesDB .tableBlock01 {
  margin-bottom: 15px;
}
.bl_importArticle .bl_importNotesDB .tableBlock01 th,
.bl_importArticle .bl_importNotesDB .tableBlock01 td {
  padding: 5px 5px 5px 10px;
  border-bottom: 5px solid #fff;
}
.bl_importArticle .bl_importNotesDB .tableBlock01 th {
  background-color: #e2e4e7;
  font-weight: normal;
  text-align: left;
}
.bl_importArticle .bl_importNotesDB .tableBlock01 td {
  background-color: #f3f3f3;
}
.bl_importArticle .bl_importNotesDB .newsList a {
  text-decoration: none;
}
.bl_importArticle .bl_importNotesDB .newsList a, .bl_importArticle .bl_importNotesDB .newsList a:link {
  color: #004097;
}
.bl_importArticle .bl_importNotesDB .newsList a:visited {
  color: #4E98FB;
}
.bl_importArticle .bl_importNotesDB .newsList a:hover {
  text-decoration: underline;
}
.bl_importArticle .bl_importNotesDB .newsList dt {
  clear: both;
  float: left;
  padding: 5px 0 0 15px;
  position: relative;
  margin-right: -300px;
  pointer-events: none;
  cursor: pointer;
}
.bl_importArticle .bl_importNotesDB .newsList dt span.date,
.bl_importArticle .bl_importNotesDB .newsList dt span.corpName {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  line-height: 13px;
  padding-right: 11px;
}
.bl_importArticle .bl_importNotesDB .newsList dt img {
  padding-right: 8px;
  vertical-align: middle;
}
.bl_importArticle .bl_importNotesDB .newsList dt a {
  display: block;
}
.bl_importArticle .bl_importNotesDB .newsList dd {
  border-bottom: #FFF 1px solid;
}
.bl_importArticle .bl_importNotesDB .newsList dd a {
  padding: 2.2em 0 10px 15px;
  display: block;
  background-color: #fff;
}
.bl_importArticle .bl_importNotesDB .newsList dd.even a {
  background-color: #fafafa;
}
.bl_importArticle .bl_importNotesDB .newsList dd a:hover, .bl_importArticle .bl_importNotesDB .newsList dd a.hover {
  background-color: #e9f7fb;
}
.bl_importArticle .bl_importNotesDB .pressList dt {
  margin-top: 15px;
}
.bl_importArticle .bl_importNotesDB .pressList dt span {
  margin-right: 10px;
}
.bl_importArticle .bl_importNotesDB .pressList dt img {
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .bl_importArticle .bl_importNotesDB .newsDate {
    margin-bottom: 10px;
  }
  .bl_importArticle .bl_importNotesDB .newsInc {
    margin-bottom: 8vw;
  }
  .bl_importArticle .bl_importNotesDB .newsTitle {
    margin-bottom: 15px;
  }
  .bl_importArticle .bl_importNotesDB .imgBlock1 img {
    max-width: 100%;
  }
  .bl_importArticle .bl_importNotesDB .imgBlock2 {
    width: 100%;
    margin-left: 0;
  }
  .bl_importArticle .bl_importNotesDB .imgBlock2 .imgBox {
    width: 100%;
    float: none;
    margin: 0 0 15px;
  }
  .bl_importArticle .bl_importNotesDB .newsList dt {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bl_importArticle .bl_importNotesDB .newsList dd a {
    padding-left: 5px;
  }
  .bl_importArticle .bl_importNotesDB .newsList dt img.label {
    width: 66px;
    height: 10px;
  }
  .bl_importArticle .bl_importNotesDB .pressList dt img.label {
    width: 66px;
    height: 10px;
  }
}
.bl_importArticle .bl_importNotesDB *[class*=newslabel] {
  display: inline-block;
  padding: 2px 30px 0;
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  vertical-align: middle;
}
.bl_importArticle .bl_importNotesDB .newslabelNew {
  background-color: #ed6942;
  color: #fff;
}
.bl_importArticle .bl_importNotesDB .newslabelSeg {
  background-color: #999;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bl_importArticle .bl_importNotesDB *[class*=newslabel] {
    padding: 2px 10px 0;
  }
}
.bl_importArticle .bl_importNotesDB .contactbtn {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 30px;
  padding: 30px 0 0;
  border-top: 1px solid #666;
}
.bl_importArticle .bl_importNotesDB .contactbtn a,
.bl_importArticle .bl_importNotesDB .back_index a {
  display: block;
  width: 50%;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
  background: #004095;
  margin: 0 auto;
}
.bl_importArticle .bl_importNotesDB .contactbtn a:hover,
.bl_importArticle .bl_importNotesDB .back_index a:hover {
  opacity: 0.8; /* 0.0～1.0 */
  filter: alpha(opacity=80); /* 0～100 */
}
.bl_importArticle .bl_importNotesDB .back_index {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 30px;
}
.bl_importArticle .bl_importNotesDB .back_index a {
  background-color: #fff;
  color: #014099;
  border: 1px solid #014099;
}
.bl_importArticle .bl_importNotesDB .pressListE dt {
  margin-top: 15px;
}
.bl_importArticle .bl_importNotesDB .pressListE dt span {
  margin-right: 10px;
  display: inline-block;
}
.bl_importArticle .bl_importNotesDB .pressListE dt img {
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .bl_importArticle .bl_importNotesDB .pressListE dt img.label {
    width: 66px;
    height: 10px;
  }
}
.bl_importArticle .bl_importNotesDB .RBlock1 table {
  max-width: 1080px;
}
.bl_importArticle .bl_importNotesDB .RBlock1 font {
  font-size: 1.6rem;
  font-family: inherit;
  -webkit-text-size-adjust: none;
}
.bl_importArticle .bl_importNotesDB .RBlock1 td img {
  height: auto;
}
.bl_importArticle .bl_importNotesDB .RBlock1 table,
.bl_importArticle .bl_importNotesDB .RBlock1 td,
.bl_importArticle .bl_importNotesDB .RBlock1 th {
  border: 1px solid #eeebea;
  padding: 2px;
}
.bl_importArticle .bl_importNotesDB .RBlock2 table {
  max-width: 1080px;
}
.bl_importArticle .bl_importNotesDB .RBlock2 font {
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
}
.bl_importArticle .bl_importNotesDB .RBlock2 td img {
  height: auto;
}
.bl_importArticle .bl_importNotesDB .RBlock2 table,
.bl_importArticle .bl_importNotesDB .RBlock2 td,
.bl_importArticle .bl_importNotesDB .RBlock2 th {
  border: 0px solid #eeebea;
  padding: 2px;
}
@media screen and (max-width: 767px) {
  .bl_importArticle .bl_importNotesDB .RBlock1 font {
    font-size: 12px;
  }
  .bl_importArticle .bl_importNotesDB .RBlock1 table th,
  .bl_importArticle .bl_importNotesDB .RBlock1 table td {
    padding: 0.5rem !important;
    line-height: 1.2 !important;
  }
  .bl_importArticle .bl_importNotesDB .RBlock2 font {
    font-size: 12px;
  }
  .bl_importArticle .bl_importNotesDB .RBlock2 table th,
  .bl_importArticle .bl_importNotesDB .RBlock2 table td {
    padding: 0.5rem !important;
    line-height: 1.2 !important;
  }
}/*# sourceMappingURL=news.css.map */