
@charset "UTF-8";
/* logiMain */
#logiMain a {
  color: #008cce;
  text-decoration: underline;
}

#logiMain a:focus, #logiMain a:hover {
  text-decoration: none;
}

/* articleAnchorLink (fix) */
.articleAnchorLink {
  margin-bottom: 30px;
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .articleAnchorLink {
    margin-bottom: 25px;
  }
}

.articleAnchorLink li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  word-break: break-all;
}

.articleAnchorLink li .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .articleAnchorLink li .title {
    font-size: 16px;
    margin-bottom: 4.5px;
  }
}

.articleAnchorLink li .title a {
  color: #333 !important;
  display: block;
  padding-left: 24px;
  position: relative;
  text-decoration: none !important;
}

.articleAnchorLink li .title a:focus, .articleAnchorLink li .title a:hover {
  text-decoration: underline !important;
}

.articleAnchorLink li .title a:before {
  background-image: url(/resources/public/img_v2/news_anchor_link/icon_01.png);
  background-size: 14px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 14px;
}

@media screen and (max-width: 736px) {
  .articleAnchorLink li .title a:before {
    top: 0.5px;
  }
}

.articleAnchorLink li .description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: -8px;
  margin-left: 24px;
}

@media screen and (max-width: 736px) {
  .articleAnchorLink li .description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: -5px;
  }
}

/* articleApplication (fix) */
.articleApplication {
  background-color: #faf5eb;
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .articleApplication {
    margin-top: 30px;
    margin-bottom: 25px;
    padding: 10px;
  }
}

.articleApplication .button {
  margin-bottom: 0;
}

.articleApplication .button a {
  background-color: #fd9321;
  border-radius: 4px;
  box-shadow: inset 0 -4px 0 #ab5e0b;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  min-width: 250px;
  padding: 20px 20px 22px;
  transition: opacity .2s ease;
}

.articleApplication .button a:focus, .articleApplication .button a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media screen and (max-width: 736px) {
  .articleApplication .button a {
    display: block;
    font-size: 18px;
  }
}

.articleApplication .button a span {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}

.articleApplication .button a span:before {
  content: "";
  font-family: FontAwesome;
  font-size: 1.5em;
  font-weight: normal;
  display: block;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.articleApplication .note {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: -2px;
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .articleApplication .note {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}

.articleApplication.external {
  background-color: #f4f4f3;
}

.articleApplication.external .button {
  margin-bottom: 0;
}

.articleApplication.external .button a {
  border: 1px solid #c9cdd6;
  background-color: #fff;
  box-shadow: inset 0 -4px 0 #c9cdd6;
  color: #333 !important;
  padding: 19px 19px 21px;
}

.articleApplication.external .button a span:before {
  color: #00a2ee;
}

.articleApplication.external .button a span:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 12px;
  margin-left: 5px;
  background: url(/resources/public/img_v2/icon_blank.png) no-repeat 0 0;
}

/* articleApplicationClosed (fix) */
.articleApplicationClosed {
  border: 4px solid #ddd;
  margin-bottom: 40px;
  padding: 35px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .articleApplicationClosed {
    margin-bottom: 25px;
    padding: 10px;
    text-align: left;
  }
}

.articleApplicationClosed .title {
  color: #00a2ee;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .articleApplicationClosed .title {
    font-size: 16px;
  }
}

.articleApplicationClosed .description {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: -5px;
  margin-top: 14px;
}

@media screen and (max-width: 736px) {
  .articleApplicationClosed .description {
    margin-top: 4px;
  }
}

/* articleButton (fix) */
.articleButton {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .articleButton {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.articleButton a {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 -2px 0 #ccc;
  color: #333 !important;
  display: inline-block;
  padding: 10px 20px 11px;
  transition: opacity .2s ease;
}

.articleButton a:focus, .articleButton a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media screen and (max-width: 736px) {
  .articleButton a {
    display: block;
    padding: 15px 15px 16px;
  }
}

.articleButton a span {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}

.articleButton a span:before {
  background-image: url(/resources/public/img_v2/icon_arrow_blue.png);
  background-size: 8px 13px;
  content: "";
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

@media screen and (max-width: 736px) {
  .articleButton a span:before {
    background-size: 8px 12.5px;
    height: 12.5px;
  }
}

/* articleCompany (fix) */
.articleCompany {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 18px;
}

@media screen and (max-width: 736px) {
  .articleCompany {
    font-size: 13px;
    margin-bottom: 9px;
  }
}

/* articleContact (fix) */
.articleContact {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 42px;
  margin-top: -6px;
}

@media screen and (max-width: 736px) {
  .articleContact {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
    margin-top: -4.5px;
  }
}

.articleContact dt {
  clear: left;
  font-weight: normal;
  float: left;
  margin-right: 0.5em;
  line-height: 28px;
}

.articleContact dd {
  display: block;
  line-height: 28px;
}

.articleContact .contact {
  margin-right: 0;
}

.articleContact .contact + dd {
  margin-left: 6.5em;
}

.articleContent .articleImage {
  text-align: center;
}

/* articleFloatContent (fix) */
.articleFloatContent {
  margin-bottom: 50px;
}

.articleFloatContent:before, .articleFloatContent:after {
  content: " ";
  display: table;
}

.articleFloatContent:after {
  clear: both;
}

@media screen and (max-width: 736px) {
  .articleFloatContent {
    margin-bottom: 30px;
  }
}

.articleFloatContent .contentLeft {
  float: left;
  margin-right: 24px;
}

.articleFloatContent .contentRight {
  float: right;
  margin-left: 24px;
}

.articleFloatContent .articleText {
  margin-bottom: 0;
}

.articleFloatContent .articleImage {
  overflow: hidden;
  position: relative;
  background: #e7e7e7;
  width: 383px;
  height: 236px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .articleFloatContent .articleImage {
    width: auto;
    height: 58vw;
  }
}

.articleFloatContent .articleImage img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 101%;
  max-height: 101%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 736px) {
  .articleFloatContent .articleImage img {
    width: auto;
  }
}

@media screen and (min-width: 737px) {
  .articleFloatContent .contentLeft .articleImage:last-child,
  .articleFloatContent .contentRight .articleImage:last-child {
    margin-bottom: 20px;
  }
}

.articleFloatContent .articleImage + p {
  width: 384px;
  margin-bottom: 1em;
}

@media screen and (max-width: 736px) {
  .articleFloatContent .articleImage + p {
    width: auto;
  }
}

.articleFloatContent .articleTable {
  margin-top: 1em;
}

@media screen and (max-width: 736px) {
  .articleFloatContent:not(.fixed) .contentLeft, .articleFloatContent:not(.fixed) .contentRight {
    float: none;
  }
  .articleFloatContent:not(.fixed) .contentLeft {
    margin-right: 0;
  }
  .articleFloatContent:not(.fixed) .contentRight {
    margin-left: 0;
  }
}

.themeColumn .articleFloatContent .articleImage,
.themeColumn .articleFloatContent .articleImage + p,
.themeDevelopment .articleFloatContent .articleImage,
.themeDevelopment .articleFloatContent .articleImage + p {
  width: 434px;
  height: 268px;
}

@media screen and (max-width: 736px) {
  .themeColumn .articleFloatContent .articleImage,
  .themeColumn .articleFloatContent .articleImage + p,
  .themeDevelopment .articleFloatContent .articleImage,
  .themeDevelopment .articleFloatContent .articleImage + p {
    width: auto;
    height: 59vw;
  }
}

.themeRelease .articleFloatContent .articleImage {
  background: #fff;
}

.articleFloatContent.person {
  margin-top: -30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 736px) {
  .articleFloatContent.person {
    margin-top: 0;
  }
}

.articleFloatContent.person .articleImage {
  width: 281px;
  height: 173px;
}

@media screen and (max-width: 736px) {
  .articleFloatContent.person .articleImage {
    width: auto;
  }
}

h2.themed + .articleFloatContent.person {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* articleGrid (fix) */
.articleGrid {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  word-break: break-all;
}

@media screen and (max-width: 736px) {
  .articleGrid {
    margin-top: 20px;
    font-size: 14px;
  }
}

.articleGrid .column {
  width: 50%;
}

@media screen and (max-width: 736px) {
  .articleGrid .column {
    width: auto;
  }
}

.articleGrid .column .articleImage {
  overflow: hidden;
  position: relative;
  background: #e7e7e7;
  width: 435px;
  height: 269px;
  margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
  .articleGrid .column .articleImage {
    margin-bottom: 10px;
    width: 100%;
    height: 58vw;
  }
}

.articleGrid .column .articleImage img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 736px) {
  .articleGrid .column .articleImage img {
    width: auto;
  }
}

.articleGrid .column .articleImage + p {
  margin-top: -10px;
}

@media screen and (max-width: 736px) {
  .articleGrid .column .articleImage + p {
    margin-top: 10px;
  }
}

.articleGrid .column.shrinkable {
  -ms-flex: 1;
      flex: 1;
}

.articleGrid .column:not(:last-child) {
  margin-right: 24px;
}

@media screen and (max-width: 736px) {
  .articleGrid:not(.fixed) {
    display: block;
  }
  .articleGrid:not(.fixed) .column:not(:last-child) {
    margin-right: 0;
  }
}

.articleColumns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-right: -12px;
  margin-left: -12px;
  width: calc(100% + 24px);
}

.articleColumns .col-1 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 1 + 24px * (1 - 1));
}

.articleColumns .col-2 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 2 + 24px * (2 - 1));
}

.articleColumns .col-3 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 3 + 24px * (3 - 1));
}

.articleColumns .col-4 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 4 + 24px * (4 - 1));
}

.articleColumns .col-5 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 5 + 24px * (5 - 1));
}

.articleColumns .col-6 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 6 + 24px * (6 - 1));
}

.articleColumns .col-7 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 7 + 24px * (7 - 1));
}

.articleColumns .col-8 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 8 + 24px * (8 - 1));
}

.articleColumns .col-9 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 9 + 24px * (9 - 1));
}

.articleColumns .col-10 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 10 + 24px * (10 - 1));
}

.articleColumns .col-11 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 11 + 24px * (11 - 1));
}

.articleColumns .col-12 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 12 + 24px * (12 - 1));
}

.articleColumns.smallMargin {
  margin-right: -6px;
  margin-left: -6px;
  width: calc(100% + 12.1px);
}

.articleColumns.smallMargin .col-1 {
  margin-right: 6px;
  margin-left: 6px;
  width: calc((100% - 12px * 12) / 12 * 1 + 12px * (1 - 1));
}

.articleColumns.smallMargin .col-2 {
  margin-right: 6px;
  margin-left: 6px;
  width: calc((100% - 12px * 12) / 12 * 2 + 12px * (2 - 1));
}

.articleColumns.smallMargin .col-3 {
  margin-right: 6px;
  margin-left: 6px;
  width: calc((100% - 12px * 12) / 12 * 3 + 12px * (3 - 1));
}

.articleColumns.smallMargin .col-4 {
  margin-right: 6px;
  margin-left: 6px;
  width: calc((100% - 12px * 12) / 12 * 4 + 12px * (4 - 1));
}

.articleColumns.smallMargin .col-5 {
  margin-right: 6px;
  margin-left: 6px;
  width: calc((100% - 12px * 12) / 12 * 5 + 12px * (5 - 1));
}

.articleColumns.smallMargin .col-6 {
  margin-right: 6px;
  margin-left: 6px;
  width: calc((100% - 12px * 12) / 12 * 6 + 12px * (6 - 1));
}

.articleColumns.smallMargin .col-7 {
  margin-right: 6px;
  margin-left: 6px;
  width: calc((100% - 12px * 12) / 12 * 7 + 12px * (7 - 1));
}

.articleColumns.smallMargin .col-8 {
  margin-right: 6px;
  margin-left: 6px;
  width: calc((100% - 12px * 12) / 12 * 8 + 12px * (8 - 1));
}

.articleColumns.smallMargin .col-9 {
  margin-right: 6px;
  margin-left: 6px;
  width: calc((100% - 12px * 12) / 12 * 9 + 12px * (9 - 1));
}

.articleColumns.smallMargin .col-10 {
  margin-right: 6px;
  margin-left: 6px;
  width: calc((100% - 12px * 12) / 12 * 10 + 12px * (10 - 1));
}

.articleColumns.smallMargin .col-11 {
  margin-right: 6px;
  margin-left: 6px;
  width: calc((100% - 12px * 12) / 12 * 11 + 12px * (11 - 1));
}

.articleColumns.smallMargin .col-12 {
  margin-right: 6px;
  margin-left: 6px;
  width: calc((100% - 12px * 12) / 12 * 12 + 12px * (12 - 1));
}

@media screen and (max-width: 736px) {
  .articleColumns, .articleColumns.smallMargin {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .articleColumns [class^="col"], .articleColumns.smallMargin [class^="col"] {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .articleColumns:not(.smallMargin) [class^="col"] + [class^="col"] {
    margin-top: 36px;
  }
  .articleColumns.smallMargin [class^="col"] + [class^="col"] {
    margin-top: 20px;
  }
}

.imageColumn {
  position: relative;
}

.imageColumn .title {
  margin-top: 64.2857%;
  margin-bottom: 0;
  font-weight: bold;
}

.imageColumn .text {
  margin-bottom: 0;
}

.imageColumn .image {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
}

.imageColumn .image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 736px) {
  .imageColumn {
    font-size: 12px;
    line-height: 1.6666;
  }
  .imageColumn .title {
    margin-top: 66%;
  }
  .imageColumn .text {
    margin-top: 2px;
  }
}

.cliping {
  overflow: hidden;
}

/* articleImage (fix) */
.articleImage {
  margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .articleImage {
    margin-bottom: 25px;
  }
  .articleImage img {
    width: 100%;
  }
}

/* articleImageCaption (fix) */
.articleImageCaption {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: -6px;
  margin-top: -29px;
}

@media screen and (max-width: 736px) {
  .articleImageCaption {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
    margin-top: -19.5px;
  }
}

.articleContent .articleImageCaption {
  margin-bottom: 24px;
}

.articleGrid .articleImageCaption {
  font-weight: normal;
}

/* articleInterviewHeading */
.articleInterviewHeading {
  font-size: 20px;
  font-weight: bold;
  left: 2em;
  line-height: 30px;
  margin-bottom: 14px;
  margin-right: 2em;
  margin-top: -5px;
  position: relative;
  text-indent: -2em;
}

@media screen and (max-width: 736px) {
  .articleInterviewHeading {
    font-size: 16px;
    line-height: 22px;
    margin-top: -4.5px;
    margin-bottom: 15px;
  }
}

.articleText + .articleInterviewHeading {
  margin-top: 24px;
}

/* articleLead (fix) */
.articleLead {
  background: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
  word-break: break-all;
}

@media screen and (max-width: 736px) {
  .articleLead {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}

/* articleList (fix) */
@media screen and (max-width: 736px) {
  .articleList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.articleList .item:not(:last-child) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 736px) {
  .articleList .item {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
  .articleList .item:not(:last-child) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .articleList .item:nth-child(odd) {
    padding-right: 5px;
  }
  .articleList .item:nth-child(even) {
    padding-left: 5px;
  }
  .articleList .item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.articleList .item a {
  -ms-flex-align: center;
      align-items: center;
  color: #333 !important;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
}

.articleList .item a:focus .title, .articleList .item a:hover .title {
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  .articleList .item a {
    display: block;
    position: relative;
  }
}

.articleList .item a .image {
  overflow: hidden;
  position: relative;
  background: #e7e7e7;
  margin-bottom: 0;
  margin-right: 26px;
  width: 273px;
  height: 169px;
}

@media screen and (max-width: 736px) {
  .articleList .item a .image {
    margin-right: 0;
    width: auto;
    height: 28vw;
  }
}

.articleList .item a .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 101%;
  max-height: 101%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.articleList .item a .text {
  position: relative;
  -ms-flex: 1;
      flex: 1;
}

@media screen and (max-width: 736px) {
  .articleList .item a .text {
    padding: 9px 0 0 0;
  }
}

.articleList .item a .text .meta {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 7px;
}

@media screen and (max-width: 736px) {
  .articleList .item a .text .meta {
    display: block;
    margin-bottom: 4.5px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.articleList .item a .text .meta p {
  margin-bottom: 0;
}

.articleList .item a .text .meta .statusLabel {
  font-weight: bold;
  margin-right: 10px;
  padding: 5px 5px 4px;
  font-size: 12px;
  white-space: nowrap;
}

@media screen and (max-width: 736px) {
  .articleList .item a .text .meta .statusLabel {
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 5px 5px 3px 5px;
    font-size: 10px;
  }
}

.articleList .item a .text .meta .statusLabel.open {
  background-color: #0e2fad;
  color: #fff;
}

.articleList .item a .text .meta .statusLabel.closed {
  background-color: #e5e5e5;
}

.articleList .item a .text .meta .statusLabel.report {
  border: 1px solid #666;
  color: #666;
}

.articleList .item a .text .meta .statusLabel.domestic {
  color: #0e2fad;
  border: 1px solid #0e2fad;
}

.articleList .item a .text .meta .statusLabel.international {
  color: #333;
  border: 1px solid #666;
}

.articleList .item a .text .meta .date {
  margin-top: 2px;
  color: #666;
}

@media screen and (max-width: 736px) {
  .articleList .item a .text .meta .date {
    font-size: 10px;
    margin-bottom: 5px;
  }
}

.articleList .item a .text .meta .date .new {
  border: 1px solid #f33155;
  color: #f33155;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  margin-left: 10px;
  padding: 2px 5px 1px;
  vertical-align: 1px;
}

.articleList .item a .text .company {
  margin-top: 2px;
  margin-left: 20px;
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 736px) {
  .articleList .item a .text .company {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.articleList .item a .text .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 5px;
}

@media screen and (max-width: 736px) {
  .articleList .item a .text .title {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
  }
}

.articleList .item a .text .description {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: -5px;
}

.themeSeminar .articleList .item a .text .meta .statusLabel.open {
  background-color: #2174d2;
}

.themeSeminar .articleList .item a .text .meta .statusLabel.report {
  border-color: #00a2ee;
  color: #00a2ee;
}

.themeSneakpreview .articleList .item a .text .meta .statusLabel.open {
  background-color: #058da1;
}

.themeSneakpreview .articleList .item a .text .meta .statusLabel.report {
  border-color: #18bed7;
  color: #18bed7;
}

.themeEvent .articleList .item a .text .meta .statusLabel.open {
  background-color: #e76060;
}

.themeEvent .articleList .item a .text .meta .statusLabel.report {
  border-color: #f28f8f;
  color: #f28f8f;
}

.articleList.noImage .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.articleList.noImage .item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .articleList.noImage {
    display: block;
  }
  .articleList.noImage .item {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
  }
  .articleList.noImage .item a .text .meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .articleList.noImage .item a .text .meta .statusLabel {
    margin-right: 10px;
  }
  .articleList.noImage .item a .text {
    padding: 0;
  }
}

/* articleListPagination */
.articleListPagination {
  border-top: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 5px;
  padding-top: 20px;
}

@media screen and (max-width: 736px) {
  .articleListPagination {
    border-top: 0;
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
    padding-top: 0;
  }
}

.articleListPagination .WCMpaged {
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
  margin-left: 2px;
}

.articleListPagination a {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333 !important;
  display: inline-block;
  height: 32px;
  margin-right: 2px;
  overflow: hidden;
  text-align: center;
  text-decoration: none !important;
  width: 32px;
  transition: opacity .2s ease;
}

.articleListPagination a:focus, .articleListPagination a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media screen and (max-width: 736px) {
  .articleListPagination a {
    height: 2em;
    width: 2em;
  }
}

.articleListPagination a.WCMselected {
  background-color: #7a7a7a;
  border: 0;
  color: #fff !important;
}

.articleListPagination .next,
.articleListPagination .nextAll,
.articleListPagination .prev,
.articleListPagination .prevAll {
  position: relative;
  display: block;
  text-indent: -999px;
}

.articleListPagination .next:before,
.articleListPagination .nextAll:before,
.articleListPagination .prev:before,
.articleListPagination .prevAll:before {
  background: url(/resources/public/img_v2/icon_pagination.png) no-repeat 0 0;
  background-size: 12px auto;
  content: "";
  display: block;
  height: 11px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 12px;
}

.articleListPagination .next:before,
.articleListPagination .prev:before {
  background-position: 0 -11px;
  width: 6px;
}

.articleListPagination .prevAll,
.articleListPagination .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.articleMap {
  margin-bottom: 30px;
}

.articleMap iframe {
  width: 100%;
  height: 450px;
  border: none;
}

@media screen and (max-width: 736px) {
  .articleMap {
    margin-bottom: 20px;
  }
}

/* articleMeta (fix) */
.articleMeta {
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 736px) {
  .articleMeta {
    border-bottom-color: #e4e4e4;
    font-size: 10px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}

.articleMeta p {
  margin-bottom: 0;
}

.articleMeta .categoryLabel {
  color: #fff;
  font-weight: bold;
  padding: 10px 10px 9px;
}

@media screen and (max-width: 736px) {
  .articleMeta .categoryLabel {
    padding: 5px 5px 4.5px;
  }
}

.articleMeta .categoryLabel.seminar {
  background-color: #00a2ee;
}

.articleMeta .categoryLabel.development {
  background-color: #5681c3;
}

.articleMeta .categoryLabel.sneakpreview {
  background-color: #18bed7;
}

.articleMeta .categoryLabel.interview {
  background-color: #8ac828;
}

.articleMeta .categoryLabel.column {
  background-color: #ecc304;
}

.articleMeta .categoryLabel.event {
  background-color: #f28f8f;
}

.articleMeta .categoryLabel.release {
  background-color: #ae9c79;
}

.articleMeta .statusLabel {
  font-weight: bold;
  margin-left: 3px;
  padding: 10px 10px 9px;
  white-space: nowrap;
}

@media screen and (max-width: 736px) {
  .articleMeta .statusLabel {
    padding: 5px 5px 4.5px;
    font-size: 10px;
  }
}

.articleMeta .statusLabel.open {
  background-color: #0e2fad;
  color: #fff;
}

.articleMeta .statusLabel.closed {
  background-color: #e5e5e5;
}

.articleMeta .statusLabel.report {
  border: 1px solid #666;
  color: #666;
  padding: 9px 9px 8px;
}

@media screen and (max-width: 736px) {
  .articleMeta .statusLabel.report {
    padding: 4px 4px 3.5px;
  }
}

.articleMeta .statusLabel.domestic {
  color: #0e2fad;
  border: 1px solid #0e2fad;
}

.articleMeta .statusLabel.international {
  color: #333;
  border: 1px solid #666;
}

.articleMeta .pubDate {
  margin-left: 10px;
}

@media screen and (max-width: 736px) {
  .articleMeta .pubDate {
    font-size: 12px;
  }
}

.articleMeta ~ p {
  margin-bottom: 28px;
  line-height: 1.7;
}

@media screen and (max-width: 736px) {
  .articleMeta ~ p {
    font-size: 14px;
  }
}

.themeSeminar .articleMeta .statusLabel.open {
  background-color: #2174d2;
}

.themeSeminar .articleMeta .statusLabel.report {
  border-color: #00a2ee;
  color: #00a2ee;
}

.themeSneakpreview .articleMeta .statusLabel.open {
  background-color: #058da1;
}

.themeSneakpreview .articleMeta .statusLabel.report {
  border-color: #18bed7;
  color: #18bed7;
}

.themeEvent .articleMeta .statusLabel.open {
  background-color: #e76060;
}

.themeEvent .articleMeta .statusLabel.report {
  border-color: #f28f8f;
  color: #f28f8f;
}

/* articleNote (fix) */
.articleNote {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 42px;
  margin-top: -6px;
  word-break: break-all;
}

@media screen and (max-width: 736px) {
  .articleNote {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
    margin-top: -4.5px;
  }
}

.articleNote .title {
  border-bottom: 2px solid #ddd;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-top: 52px;
  margin-bottom: 10px;
  padding-bottom: 13px;
}

@media screen and (max-width: 736px) {
  .articleNote .title {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 25px;
    padding-bottom: 6.5px;
  }
}

/* articleRelatedSiteHeading */
.articleRelatedSiteHeading {
  border-top: 1px solid #ddd;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 18px;
  padding-top: 30px;
}

@media screen and (max-width: 736px) {
  .articleRelatedSiteHeading {
    border-top-width: 2px;
    margin-bottom: 18.5px;
    padding-top: 15px;
  }
}

/* articleTable (fix) */
.articleTable {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .articleTable {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

.articleTable th, .articleTable td {
  border: 1px solid #ccc;
  padding: 6px 10px 4px;
  vertical-align: top;
  word-break: break-all;
}

@media screen and (max-width: 736px) {
  .articleTable th, .articleTable td {
    padding-bottom: 5px;
    padding-top: 5.5px;
  }
}

.articleTable th {
  background-color: #f5f5f5;
  font-weight: normal;
  width: 121px;
}

@media screen and (max-width: 736px) {
  .articleTable th {
    width: 103.5px;
  }
}

.articleTable a[target="_blank"]:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 12px;
  margin-left: 5px;
  background: url(/resources/public/img_v2/icon_blank.png) no-repeat 0 0;
}

/* articleTableCaption (fix) */
.articleTableCaption {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 18px;
}

@media screen and (max-width: 736px) {
  .articleTableCaption {
    font-size: 14px;
    margin-bottom: 9px;
  }
}

/* articleText (fix) */
.articleText {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 42px;
  margin-top: -6px;
  word-break: break-all;
}

@media screen and (max-width: 736px) {
  .articleText {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
    margin-top: -4.5px;
  }
}

.articleText p {
  margin-bottom: 0;
}

.articleText p:not(:last-child):not(.cancelMargin) {
  margin-bottom: 16px;
}

@media screen and (max-width: 736px) {
  .articleText p:not(:last-child):not(.cancelMargin) {
    margin-bottom: 15.5px;
  }
}

.articleText .bold {
  font-weight: bold;
}

.articleText .large {
  font-size: 18px;
  font-weight: bold;
}

.articleText .small, .articleText.small {
  font-size: 14px;
  line-height: 24px;
}

/* articleTitle (fix) */
.articleTitle {
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 32px;
  margin-top: -7px;
}

@media screen and (max-width: 736px) {
  .articleTitle {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 14px;
    margin-top: -4px;
  }
}

#logiMain .articleUseful {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  font-size: 14px;
}

@media screen and (max-width: 736px) {
  #logiMain .articleUseful {
    margin-left: -3px;
    margin-right: -3px;
    font-size: 12px;
  }
}

#logiMain .articleUseful-child {
  display: -ms-flexbox;
  display: flex;
  width: 384px;
  margin: 24px 12px 0 12px;
  color: #333;
  background: #fff url(/resources/public/img_v2/icon_arrow_gray.png) no-repeat right 10px top 50%;
  border: 1px solid #dbdee5;
  text-decoration: none;
  transition: opacity .2s ease;
}

#logiMain .articleUseful-child:focus, #logiMain .articleUseful-child:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media screen and (max-width: 736px) {
  #logiMain .articleUseful-child {
    width: calc(50% - 6px);
    margin: 6px 3px 0 3px;
    background-position: right 5px top 50%;
    background-size: 6px auto;
  }
}

#logiMain .articleUseful-image {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 89px;
  min-height: 89px;
  background: #f9f9f9;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

#logiMain .articleUseful-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  content: "";
  border-bottom: 4px solid #666;
}

@media screen and (max-width: 736px) {
  #logiMain .articleUseful-image {
    width: 46px;
    min-height: 46px;
  }
  #logiMain .articleUseful-image:after {
    border-bottom-width: 3px;
  }
  #logiMain .articleUseful-image img {
    width: 25px;
    height: auto;
  }
}

#logiMain .articleUseful-child.forum .articleUseful-image:after {
  border-color: #00a2ee;
}

#logiMain .articleUseful-child.exhibition .articleUseful-image:after {
  border-color: #18bed7;
}

@media screen and (max-width: 736px) {
  #logiMain .articleUseful-child.other .articleUseful-image {
    padding-bottom: 3px;
  }
}

#logiMain .articleUseful-child.other .articleUseful-image:after {
  border-color: #f28f8f;
}

#logiMain .articleUseful-child.interview .articleUseful-image:after {
  border-color: #8ac828;
}

#logiMain .articleUseful-child.column .articleUseful-image {
  padding-left: 14px;
}

@media screen and (max-width: 736px) {
  #logiMain .articleUseful-child.column .articleUseful-image {
    padding-left: 7px;
  }
}

#logiMain .articleUseful-child.column .articleUseful-image:after {
  border-color: #f5cb05;
}

#logiMain .articleUseful-child.development .articleUseful-image:after {
  border-color: #4c7bc3;
}

#logiMain .articleUseful-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 1;
      flex: 1;
  padding: 0.5em 1em;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#logiMain .articleUseful-text p {
  margin: 0;
}

@media screen and (max-width: 736px) {
  #logiMain .articleUseful-text p {
    display: none;
  }
}

#logiMain .articleUseful-text .articleUseful-title {
  width: 100%;
  margin-bottom: 0.25em;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  #logiMain .articleUseful-text .articleUseful-title {
    display: block;
    margin-bottom: 0;
    padding-top: 3px;
    font-size: 12px;
  }
}

#logiMain .articleListLinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 24px;
  padding-top: 27px;
  width: 100%;
  border-top: 1px solid #eee;
}

#logiMain .articleListLinks:before, #logiMain .articleListLinks:after {
  content: " ";
  display: table;
}

#logiMain .articleListLinks:after {
  clear: both;
}

#logiMain .articleListLinks .heading {
  width: 345px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  #logiMain .articleListLinks {
    display: block;
    margin-top: 15px;
    padding-top: 0;
    border-top-width: 0;
  }
  #logiMain .articleListLinks .heading {
    margin-right: -10px;
    margin-left: -10px;
    padding: 8px 10px 7px;
    width: calc(100% + 20px);
    background-color: #f0f0f0;
    font-size: 14px;
  }
}

.listLink {
  box-sizing: border-box;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none outside;
}

.listLink:not(.listLink-textSmall) {
  font-size: 16px;
  font-weight: bold;
}

.listLink.listLink-textSmall {
  font-size: 14px;
  font-weight: normal;
}

.listLink:not(.listLink-parallel) > li:not(:first-child) {
  margin-top: 53px;
}

#logiMain .articleListLinks > .listLink {
  box-sizing: border-box;
  margin-left: 20px;
  width: calc(100% - 365px);
}

.listLink.separatorline > li:not(:first-child) {
  margin-top: 24px;
  padding-top: 28px;
  border-top: 1px solid #eee;
}

#logiMain .listLink a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  color: #333;
  text-decoration: none;
}

#logiMain .listLink a:hover {
  text-decoration: underline;
}

#logiMain .listLink a:before {
  position: absolute;
  top: 0;
  left: 1px;
  color: #00a2ee;
  font-size: 19px;
  line-height: 1.0;
  content: "";
  font-family: FontAwesome;
}

@media screen and (max-width: 736px) {
  #logiMain .articleListLinks > .listLink {
    margin-top: 18px;
    margin-left: 0;
    width: 100%;
  }
  .listLink.separatorline > li:not(:first-child) {
    margin-top: 15px;
    padding-top: 18px;
  }
}

.listLink-parallel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

#logiMain .articleListLinks .listLink .listLink-parallel {
  margin-top: 23px;
  padding-left: 0;
  width: 100%;
}

.listLink-parallel li {
  box-sizing: border-box;
}

.listLink-parallel li:nth-of-type(4n + 1) {
  width: 184px;
}

.listLink-parallel li:not(:nth-of-type(4n + 1)) {
  padding-left: 20px;
  width: 204px;
}

.listLink-parallel li:not(:nth-of-type(-n + 4)) {
  margin-top: 23px;
}

@media screen and (max-width: 736px) {
  .listLink-parallel {
    display: block;
  }
  #logiMain .articleListLinks .listLink .listLink-parallel {
    margin-top: 13px;
    padding-left: 10px;
  }
  .listLink-parallel li:nth-of-type(4n + 1), .listLink-parallel li:not(:nth-of-type(4n + 1)) {
    padding-left: 0;
    width: 100%;
  }
  .listLink-parallel li:not(:nth-of-type(-n + 4)) {
    margin-top: 0;
  }
  .listLink-parallel li:not(:first-child) {
    margin-top: 11px;
  }
}

/* asideArticleList (fix) */
.asideArticleList:not(:last-child) {
  margin-bottom: 20px;
}

.asideArticleList .item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

@media screen and (max-width: 736px) {
  .asideArticleList .item {
    padding-bottom: 10px;
  }
}

.asideArticleList .item a {
  display: -ms-flexbox;
  display: flex;
  transition: opacity .2s ease;
}

.asideArticleList .item a .image {
  overflow: hidden;
  position: relative;
  height: 71px;
  background: #e7e7e7;
  margin-bottom: 0;
  margin-right: 10px;
  width: 115px;
}

@media screen and (max-width: 736px) {
  .asideArticleList .item a .image {
    width: 113px;
  }
}

.asideArticleList .item a .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 736px) {
  .asideArticleList .item a {
    width: auto;
  }
}

.asideArticleList .item a .text {
  -ms-flex: 1;
      flex: 1;
}

.asideArticleList .item a .text .asideLabel {
  margin-bottom: 8px;
}

@media screen and (max-width: 736px) {
  .asideArticleList .item a .text .asideLabel {
    font-size: 10px;
  }
}

.asideArticleList .item a .text .date {
  font-size: 10px;
  margin-bottom: 3px;
}

@media screen and (max-width: 736px) {
  .asideArticleList .item a .text .date {
    font-size: 10px;
    margin-bottom: 2.5px;
  }
}

.asideArticleList .item a .text .title {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: -4px;
}

@media screen and (max-width: 736px) {
  .asideArticleList .item a .text .title {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: -4.5px;
  }
}

.asideArticleList .item a:focus .title, .asideArticleList .item a:hover .title {
  text-decoration: underline;
}

/* asideFeatured (fix) */
.asideFeatured {
  margin-bottom: 20px;
  border: 1px solid #dbdee5;
}

.asideFeatured a {
  display: block;
  position: relative;
  transition: opacity .2s ease;
}

.asideFeatured a p {
  margin-bottom: 0;
}

.asideFeatured a .image img {
  width: 100%;
}

.asideFeatured a .text {
  background-color: #fff;
  padding: 7px 10px 6px;
}

@media screen and (max-width: 736px) {
  .asideFeatured a .text {
    padding-bottom: 5px;
    padding-top: 7.5px;
  }
}

.asideFeatured a .text .asideLabel {
  left: 0;
  position: absolute;
  top: 0;
}

.asideFeatured a .text .date {
  font-size: 10px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 2px;
}

@media screen and (max-width: 736px) {
  .asideFeatured a .text .date {
    font-size: 9px;
    margin-bottom: 4px;
    margin-top: 1.5px;
  }
}

.asideFeatured a .text .title {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 736px) {
  .asideFeatured a .text .title {
    line-height: 22px;
  }
}

.asideFeatured a:focus .title, .asideFeatured a:hover .title {
  text-decoration: underline;
}

.asideFeatured.noPickup .text .title {
  font-size: 12px;
}

/* asideLabel (fix) */
.asideLabel {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .asideLabel {
    font-size: 8px;
  }
}

.asideLabel span {
  display: inline-block;
  padding: 6.5px 5px;
}

@media screen and (max-width: 736px) {
  .asideLabel span {
    padding: 5px 5px 4px;
  }
}

.asideLabel .seminar {
  background-color: #00a2ee;
}

.asideLabel .news {
  background-color: #5681c3;
}

.asideLabel .sneakpreview {
  background-color: #18bed7;
}

.asideLabel .interview {
  background-color: #8ac828;
}

.asideLabel .column {
  background-color: #ecc304;
}

.asideLabel .logistics {
  background-color: #f28f8f;
}

.asideLabel .wanted {
  background-color: #ff6e00;
}

/* asideLink (fix) */
.asideLink {
  font-size: 14px;
  line-height: 1;
  margin-bottom: -1px;
  text-align: right;
}

@media screen and (max-width: 736px) {
  .asideLink {
    margin-top: -0.5px;
  }
}

.asideLink a {
  display: inline-block;
  padding-left: 12px;
  position: relative;
  transition: color .2s ease;
}

@media screen and (max-width: 736px) {
  .asideLink a {
    padding-left: 13px;
    font-size: 14px;
  }
}

.asideLink a:focus, .asideLink a:hover {
  color: #008cce !important;
}

.asideLink a:before {
  background-image: url(/resources/public/img_v2/icon_arrow_blue.png);
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}

@media screen and (max-width: 736px) {
  .asideLink a:before {
    background-size: 8px 12.5px;
    height: 12.5px;
    width: 8px;
  }
}

/**** h1 ****/
/* default (fix) */
h1.default {
  border-bottom: 4px solid #e4e4e4;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 12px;
}

@media screen and (max-width: 736px) {
  h1.default {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 10.5px;
  }
}

/* default (fix) */
h1.blue {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  color: #00a2ee;
}

@media screen and (max-width: 736px) {
  h1.blue {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/**** h2 ****/
/* default (fix) */
h2.default {
  border-bottom: 2px solid #ddd;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 13px;
}

@media screen and (max-width: 736px) {
  h2.default {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 6.5px;
  }
}

/* themed (fix) */
h2.themed {
  border-bottom: 3px solid #ddd;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 50px;
  padding-bottom: 14px;
  position: relative;
}

@media screen and (max-width: 736px) {
  h2.themed {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 33px;
    padding-bottom: 8px;
  }
}

h2.themed:after {
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 121px;
  background: #00a2ee;
}

@media screen and (max-width: 736px) {
  h2.themed:after {
    width: 60.5px;
  }
}

.themeSeminar h2.themed:after {
  background-color: #00a2ee;
}

.themeDevelopment h2.themed:after {
  background-color: #5681c3;
}

.themeSneakpreview h2.themed:after {
  background-color: #18bed7;
}

.themeInterview h2.themed:after {
  background-color: #8ac828;
}

.themeColumn h2.themed:after {
  background-color: #ecc304;
}

.themeEvent h2.themed:after {
  background-color: #f28f8f;
}

.themeRelease h2.themed:after {
  background-color: #ae9c79;
}

/**** h3 ****/
h3.default {
  border-bottom: 2px solid #ddd;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 28px;
  margin-top: 48px;
  padding-bottom: 13px;
}

h2.themed + h3.default,
.articleGrid > .column > h3.default:first-child {
  margin-top: 0;
}

.articleGrid h3.default {
  margin-top: 22px;
}

.articleContent + h3.default,
.articleFloatContent + h3.default,
.articleTable + h3.default {
  margin-top: 28px;
}

@media screen and (max-width: 736px) {
  h3.default {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 25px;
    padding-bottom: 6.5px;
  }
}

/**** h4 ****/
h4.default {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
}

.articleText.small h4.default {
  margin-top: 22px;
}

@media screen and (max-width: 736px) {
  .articleText.small h4.default {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.8;
  }
}

/* newsContact (fix) */
.newsContact {
  margin-top: 50px;
}

@media screen and (max-width: 736px) {
  .newsContact {
    margin-top: 30px;
  }
}

.newsContact h2 {
  background-color: #ebebeb;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 20px 19px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .newsContact h2 {
    font-size: 16px;
    padding: 12.5px 12.5px 11.5px;
  }
}

.newsContact .content {
  border-bottom: 5px solid #ebebeb;
  border-left: 5px solid #ebebeb;
  border-right: 5px solid #ebebeb;
  padding: 30px 35px;
}

@media screen and (max-width: 736px) {
  .newsContact .content {
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    padding: 20px 10px;
  }
}

.newsContact .content .description {
  margin-bottom: 35px;
}

@media screen and (max-width: 736px) {
  .newsContact .content .description {
    margin-bottom: 25px;
  }
}

.newsContact .content .description .logo {
  display: none;
}

.newsContact .content .description .text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: -6px;
  margin-top: -5px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .newsContact .content .description .text {
    line-height: 22px;
    margin-bottom: -5px;
    margin-top: -4.5px;
    text-align: left;
  }
}

.newsContact .content ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 0;
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .newsContact .content ul {
    display: block;
  }
}

.newsContact .content ul li {
  list-style: none;
  min-width: 300px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .newsContact .content ul li {
    min-width: 0;
  }
  .newsContact .content ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.newsContact .content ul li .button {
  border-radius: 4px;
  color: #fff !important;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 20px 22px;
  transition: opacity .2s ease;
}

.newsContact .content ul li .button:focus, .newsContact .content ul li .button:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.newsContact .content ul li .button span {
  display: inline-block;
  position: relative;
}

.newsContact .content ul li .button span:before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.newsContact .content ul li.search a {
  background-color: #00a2ee;
  box-shadow: inset 0 -4px 0 #007eb9;
}

.newsContact .content ul li.search a span {
  padding-left: 18px;
}

.newsContact .content ul li.search a span:before {
  background-image: url(/resources/public/img_v2/news_contact/icon_01.png);
  background-size: 8px 13px;
  height: 13px;
  width: 8px;
}

@media screen and (max-width: 736px) {
  .newsContact .content ul li.search a span:before {
    background-size: 8px 12.5px;
    height: 12.5px;
  }
}

.newsContact .content ul li.mail a {
  background-color: #fd9321;
  box-shadow: inset 0 -4px 0 #ab5e0b;
}

.newsContact .content ul li.mail a span {
  padding-left: 40px;
}

@media screen and (max-width: 736px) {
  .newsContact .content ul li.mail a span {
    padding-left: 32.5px;
  }
}

.newsContact .content ul li.mail a span:before {
  background-image: url(/resources/public/img_v2/news_contact/icon_02.png);
  background-size: 30px 23px;
  height: 23px;
  width: 30px;
}

@media screen and (max-width: 736px) {
  .newsContact .content ul li.mail a span:before {
    background-size: 22.5px 17px;
    height: 17px;
    width: 22.5px;
  }
}

.newsContact .content ul li.tel {
  text-align: left;
}

@media screen and (max-width: 736px) {
  .newsContact .content ul li.tel {
    text-align: center;
  }
}

.newsContact .content ul li.tel .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 7px;
}

@media screen and (max-width: 736px) {
  .newsContact .content ul li.tel .title {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

.newsContact .content ul li.tel .number {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}

@media screen and (max-width: 736px) {
  .newsContact .content ul li.tel .number {
    font-size: 20px;
    margin-bottom: 3.5px;
  }
}

.newsContact .content ul li.tel .number a {
  color: #333 !important;
  text-decoration: none !important;
}

.newsContact .content ul li.tel .note {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: -4px;
}

@media screen and (max-width: 736px) {
  .newsContact .content ul li.tel .note {
    font-size: 10px;
    line-height: 15px;
  }
}

.grid .newsContact .content .description {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 736px) {
  .grid .newsContact .content .description {
    display: block;
  }
}

.grid .newsContact .content .description .logo {
  display: block;
  margin-bottom: 0;
  margin-right: 30px;
  width: 220px;
}

@media screen and (max-width: 736px) {
  .grid .newsContact .content .description .logo {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 195px;
  }
}

.grid .newsContact .content .description .text {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
}

.grid .newsContact .content .description .text br {
  display: none;
}

.grid .newsContact .content ul {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.grid .newsContact .content ul li {
  min-width: 250px;
}

#logiMain .newSection {
  margin-top: 52px;
  font-size: 14px;
}

@media screen and (max-width: 736px) {
  #logiMain .newSection {
    font-size: 13px;
  }
}

#logiMain .newSection .newArticleList {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: -9px;
  margin-right: -9px;
}

@media screen and (max-width: 736px) {
  #logiMain .newSection .newArticleList {
    display: block;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#logiMain .newSection .newArticleList .item {
  position: relative;
  width: 210px;
  margin: 0 9px;
  border: 1px solid #d9d9d9;
}

@media screen and (max-width: 736px) {
  #logiMain .newSection .newArticleList .item {
    width: auto;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-left: none;
    border-right: none;
    border-top: none;
  }
}

#logiMain .newSection .newArticleList .item a {
  display: block;
  color: #333;
  text-decoration: none;
}

#logiMain .newSection .newArticleList .item a:focus .title, #logiMain .newSection .newArticleList .item a:hover .title {
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  #logiMain .newSection .newArticleList .item a {
    display: -ms-flexbox;
    display: flex;
  }
}

#logiMain .newSection .newArticleList .item p {
  margin: 0;
}

#logiMain .newSection .newArticleList .statusLabel {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px 10px 4px;
  font-size: 10px;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  #logiMain .newSection .newArticleList .statusLabel {
    padding: 5px 5px 3px 5px;
  }
}

#logiMain .newSection .newArticleList .statusLabel.open {
  background-color: #0e2fad;
  color: #fff;
}

#logiMain .newSection .newArticleList .statusLabel.closed {
  background-color: #e5e5e5;
}

#logiMain .newSection .newArticleList .statusLabel.report {
  border: 1px solid #666;
  color: #666;
  padding: 4px 9px 3px;
}

#logiMain .newSection .newArticleList .statusLabel.domestic {
  color: #0e2fad;
  border: 1px solid #0e2fad;
  padding: 4px 9px 3px;
}

#logiMain .newSection .newArticleList .statusLabel.international {
  color: #333;
  border: 1px solid #666;
  padding: 4px 9px 3px;
}

#logiMain .newSection .newArticleList p.image {
  overflow: hidden;
  position: relative;
  height: 130px;
  background: #e7e7e7;
  margin: -1px;
}

@media screen and (max-width: 736px) {
  #logiMain .newSection .newArticleList p.image {
    width: 113px;
    height: 71px;
    margin: 0;
  }
}

#logiMain .newSection .newArticleList p.image img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

#logiMain .newSection .newArticleList p.date {
  display: inline-block;
  font-size: 10px;
}

#logiMain .newSection .newArticleList .text {
  padding: 10px;
}

@media screen and (max-width: 736px) {
  #logiMain .newSection .newArticleList .text {
    padding: 0 0 0 10px;
    -ms-flex: 1;
        flex: 1;
  }
}

#logiMain .newSection .newArticleList .text .title {
  margin-top: 5px;
}

#logiMain .newSection .newLink {
  margin-top: 1em;
  margin-bottom: 0;
  text-align: right;
}

#logiMain .newSection .newLink a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #333;
  text-decoration: none;
  transition: color .2s ease;
}

#logiMain .newSection .newLink a:focus, #logiMain .newSection .newLink a:hover {
  color: #008cce;
}

@media screen and (max-width: 736px) {
  #logiMain .newSection .newLink a {
    font-size: 14px;
  }
}

#logiMain .newSection .newLink a:before {
  background-image: url(/resources/public/img_v2/icon_arrow_blue.png);
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}

@media screen and (max-width: 736px) {
  #logiMain .newSection .newLink a:before {
    background-size: 8px 12.5px;
    height: 12.5px;
    width: 8px;
  }
}

.themeSeminar #logiMain .newSection .newArticleList .statusLabel.open {
  background-color: #2174d2;
}

.themeSeminar #logiMain .newSection .newArticleList .statusLabel.report {
  border-color: #00a2ee;
  color: #00a2ee;
}

.themeSneakpreview #logiMain .newSection .newArticleList .statusLabel.open {
  background-color: #058da1;
}

.themeSneakpreview #logiMain .newSection .newArticleList .statusLabel.report {
  border-color: #18bed7;
  color: #18bed7;
}

.themeEvent #logiMain .newSection .newArticleList .statusLabel.open {
  background-color: #e76060;
}

.themeEvent #logiMain .newSection .newArticleList .statusLabel.report {
  border-color: #f28f8f;
  color: #f28f8f;
}

/* breadcrumbList (fix) */
.breadcrumbList {
  background-color: #f7f7f7;
  border-top: 1px solid #e1e3e6;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 40px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.breadcrumbList ol {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  width: 1200px;
}

.breadcrumbList ol li:not(:first-child):before {
  content: ">";
  margin-left: 0.5em;
  margin-right: 0.5em;
}

@media screen and (max-width: 736px) {
  .main {
    margin-bottom: 35px;
    padding-top: 15px;
  }
}

.aside {
  background-color: #f7f7f7;
  margin-left: 24px;
  padding: 20px 15px;
}

@media screen and (max-width: 736px) {
  .aside {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.aside a {
  color: #333 !important;
  text-decoration: none !important;
}

/**** aside ****/
/* asideSection (fix) */
.asideSection:not(:last-child) {
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* asideTitle (fix) */
.asideTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 13px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .asideTitle {
    margin-bottom: 14px;
  }
}



