  @charset "UTF-8";

/

  for publis only css

*/

.headingl h1,
.heading_l h1 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .headingl h1,
  .heading_l h1 {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .headingl h1,
  .heading_l h1 {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}
.heading-h2 h2 {
  font-size: 230%;
  font-weight: normal;
  margin: 0 0 55px;
  padding-top: 25px;
  line-height: 1.5;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  border-top: 3px solid #0476ba;
}

@media screen and (max-width: 768px) {
  .heading-h2 h2 {
    margin: 0 0 20px;
    font-size: 154%;
    padding: 12px 0 0;
  }
}


/* heading-h3 */
.heading-h3 h3 {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 5px;
  font-family: "Roboto Slab", serif;
  font-size: 185%;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.heading-h3 h3::before {
  content: "";
  display: block;
  background: url(/library/english/images/common/pattern_bg_mesh.png);
  width: 100%;
  height: 7px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .heading-h3 h3 {
    font-size: 124%;
    margin: 0 0 20px;
  }
  .heading-h3 h3::before {
    margin-bottom: 12px;
  }
}


/* heading-h3-mb5 */
.heading-h3-mb5 h3 {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0 0 5px;
  font-family: "Roboto Slab", serif;
  font-size: 185%;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.heading-h3-mb5 h3::before {
  content: "";
  display: block;
  background: url(/library/english/images/common/pattern_bg_mesh.png);
  width: 100%;
  height: 7px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .heading-h3-mb5 h3 {
    font-size: 124%;
    margin: 0 0 20px;
  }
  .heading-h3-mb5 h3::before {
    margin-bottom: 12px;
  }
}


/*------------------------------------
  en-lower-press
------------------------------------*/
.en-lower-press {
  margin: 0 auto 96px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.en-lower-press * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .en-lower-press {
    margin-bottom: 20px;
  }
}

.en-lower-press table {
  border-collapse: collapse;
}

.en-lower-press table tr td {
  vertical-align: top;
  border-top: 1px solid #d7d7d7;
  padding: 28px 5px 20px;
}

@media screen and (max-width: 768px) {
  .en-lower-press table tr td {
    display: block;
    width: 100% !important;
    border-top: none;
    padding: 5px 0 15px;
    float: left\9;
  }
}

.en-lower-press table tr td a {
  font-size: 108%;
  line-height: 1.6;
  color: #202020;
}

@media screen and (max-width: 768px) {
  .en-lower-press table tr td a {
    font-size: 100%;
  }
}

.en-lower-press table tr td:first-child {
  font-family: "Roboto Slab", serif;
  font-size: 185%;
  font-weight: 300;
  width: 165px !important;
  padding-top: 20px;
}

@media screen and (max-width: 980px) {
  .en-lower-press table tr td:first-child {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .en-lower-press table tr td:first-child {
    font-size: 124%;
    padding-left: 0;
    padding-bottom: 5px;
    width: 100% !important;
    border-top: 1px solid #d7d7d7;
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.en-lower-press-tag {
  margin-bottom: 75px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.en-lower-press-tag ul, .en-lower-press-tag ol {
  margin: 0;
  list-style: none;
  padding: 0;
}

.en-lower-press-tag * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .en-lower-press-tag {
    margin-bottom: 30px;
  }
}

.en-lower-press-tag ul {
  float: left;
  width: calc(100% - 260px);
}

@media screen and (max-width: 768px) {
  .en-lower-press-tag ul {
    width: calc(100% + 10px);
    float: none;
    overflow: hidden;
    margin: 0 0 10px -10px;
  }
}

.en-lower-press-tag_link {
  float: right;
  margin-top: 8px;
  width: 250px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .en-lower-press-tag_link {
    float: none;
    width: 100%;
  }
}

.en-lower-press-tag_link a {
  text-decoration: underline;
  font-size: 108%;
}

@media screen and (max-width: 768px) {
  .en-lower-press-tag_link a {
    font-size: 100%;
  }
}

.en-lower-press-tag li {
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .en-lower-press-tag li {
    display: block;
    float: left;
    width: calc(33.333% - 10px);
    margin: 0 0 10px 10px;
    text-align: center;
  }
}

.en-lower-press-tag li a {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 139%;
  padding: 4px 28px;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .en-lower-press-tag li a {
    font-size: 108%;
    padding: 3px 20px;
  }
}

.en-lower-press-tag li a.en-lower-press-tag-active {
  background: #0476ba;
  border-color: #0476ba;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .en-lower-press_header .heading_h2 {
    font-size: 215%;
  }
}

.en-lower-press-header-data {
  font-family: "Roboto Slab", serif;
  text-align: right;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .en-lower-press-header-data {
    margin-bottom: 7px;
    text-align: left;
  }
}

.en-lower-press-header-date {
  font-size: 124%;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .en-lower-press-header-date {
    font-size: 85%;
    margin-right: 5px;
  }
}

.en-lower-press-header-info {
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .en-lower-press-header-info {
    font-size: 77%;
  }
}

.en-lower-press-detail {
  margin: 0 0 50px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .en-lower-press-detail {
    margin-bottom: 30px;
  }
}

.en-lower-press-detail-button {
  margin-bottom: 96px;
}

@media screen and (max-width: 768px) {
  .en-lower-press-detail-button {
    margin-bottom: 20px;
  }
}

/*------------------------------------
  en-press
------------------------------------*/
.en_press_heading_element {
  font-size: 1.5em;
}
.en-press {
  width: 900px;
  margin: 0 auto 90px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.en-press * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.en-press.inview-animate {
  opacity: 0;
  transition: .7s;
  transform: translate(0, 24px);
  transition-delay: .2s;
}

.en-press.inview-animate.animate-active {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 980px) {
  .en-press {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .en-press {
    margin-bottom: 20px;
  }
}

.en-press_heading {
  width: 900px;
  margin: 0 auto 25px;
}

@media screen and (max-width: 980px) {
  .en-press_heading {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .en-press_heading {
    margin-bottom: 15px;
  }
}

.en-press_heading.inview-animate {
  opacity: 0;
  transition: .7s;
  transform: translate(0, 24px);
  transition-delay: .2s;
}

.en-press_heading.inview-animate.animate-active {
  opacity: 1;
  transform: translate(0, 0);
}

.en-press_heading_element {
  color: #0476ba;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.02em;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .en-press_heading_element {
    font-size: 154%;
    margin-right: 15px;
  }
}

.en-press_heading_links {
  display: inline-block;
  vertical-align: middle;
}

.en-press_heading_links a:link {
  color: #202020;
  font-size: 100%;
  font-family: "Roboto Slab", serif;
  text-decoration: underline;
}

.en-press_heading_links a:link:hover {
  text-decoration: none;
}

.en-press table tr td {
  vertical-align: top;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .en-press table tr td {
    display: block;
    width: 100% !important;
    padding-bottom: 20px;
    float: left\9;
  }
}

.en-press table tr td a {
  font-size: 108%;
  line-height: 1.6;
  color: #202020;
}

@media screen and (max-width: 768px) {
  .en-press table tr td a {
    font-size: 100%;
  }
}

.en-press table tr td a:hover {
  text-decoration: underline;
}

.en-press table tr td:first-child {
  font-family: "Roboto Slab", serif;
  font-size: 154%;
  font-weight: 300;
  width: 155px !important;
  padding-left: 10px;
}

@media screen and (max-width: 980px) {
  .en-press table tr td:first-child {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .en-press table tr td:first-child {
    font-size: 116%;
    padding-left: 0;
    padding-bottom: 5px;
  }
}



