@charset "UTF-8";

body,
p {
  margin: 0;
}

body {
  -webkit-text-size-adjust: 100%; /* for iphone */
  background-color: #ffffff;
  position: relative;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
table,
caption,
th,
td {
  color: #333333;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

img {
  margin: 0px;
  padding: 0px;
  border: none;
  vertical-align: bottom;
}

figure {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}
/* clearfix */
.clearfix {
  display: inline-block;
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*------------------------------------------------*/
a:link {
  color: #1a75d2;
  text-decoration: none;
  font-weight: nomal;
}
a:visited {
  color: #1a75d2;
}
a:hover {
  color: #5faaff;
}
/*------------------------------------------------*/
#na_partner {
  width: 100%;
  height: 30px;
  position: relative;
  border-bottom: 1px solid #c7c7c7;
  background-color: #fff;
}
#na_partner .partner_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.sap {
  font-weight: 400 !important;
  text-align: center;
  grid-area: 1 / 1 / 2 / 2;
}

.partner {
  grid-area: 1 / 2 / 2 / 3;
}

#na_partner .partner_ti {
  text-align: center;
  height: 30px;
  font-family: "Arial", Gadget, "sans-serif";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #999999;
  padding-top: 7px;
}
#na_partner .client_name {
  position: absolute;
  font-family: "Arial", Gadget, "sans-serif";
  font-size: 16px;
  line-height: 100%;
  color: #686868;
  top: 7px;
}
#na_partner .client_logo {
  height: 26px;
  position: absolute;
  font-family: "Arial", Gadget, "sans-serif";
  font-size: 16px;
  line-height: 100%;
  color: #686868;
  top: 2px;
}

#nikkei-footer,
#nikkei-copyright {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

@media screen and (max-width: 995px) {
  /* sp */
  #na_partner .client_name {
    margin-left: 14px;
  }
}
@media screen and (max-width: 780px) {
  /* sp */
  #na_partner {
    width: 100%;
    height: auto;
    padding-bottom: 8px;
  }
  #na_partner .client_name {
    position: static;
    font-family: "Arial", Gadget, "sans-serif";
    color: #686868;
    top: 0px;
  }
  #na_partner .client_logo {
    position: static;
    font-family: "Arial", Gadget, "sans-serif";
    font-size: 16px;
    line-height: 100%;
    color: #686868;
    top: 0px;
  }
  #na_partner .partner_inner {
    display: block;
  }
}
/*------------------------------------------------*/
#pageTop {
  border-radius: 5px;
  color: #ffffff;
  font-family: "Arial", Gadget, "sans-serif";
  padding: 14px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333333;
  z-index: 9999;
}
#pageTop:hover {
  background-color: #0099cc;
  cursor: pointer;
}
/*------------------------------------------------*/

.container {
  font-family: "Poppins", sans-serif;
  margin: auto;
}

#logo-header {
  text-align: center;
  margin: 3rem 0;
}

#logo-header > img {
  margin-bottom: 1rem;
  width: 240px;
}

#logo-header > p {
  color: #015474;
}

main {
  background-color: #e3eef3;
  padding-bottom: 3rem;
}

#article-title * {
  color: #fff;
}

#article-title {
  background-color: #015474;
  border-radius: 0 0 0 40px;
  margin-left: 2rem;
}

#article-title > .block {
  display: flex;
  align-items: flex-start;
  margin: auto;
  padding: 2rem 3rem 2rem 5rem;
  max-width: 1200px;
}

#article-title > .block > .text {
  margin-right: 1rem;
}

#article-title > .block > .text > .date {
  font-weight: 200;
  font-size: 16px;
}
#article-title > .block > .text > .date > span {
  color: #e94709;
}

#article-title > .block > .text > h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  margin-top: 0.5rem;
}

#article-title > .block > .text > .overview {
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  margin-top: 2rem;
}

#article-title > .block > img {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  margin-top: -4rem;
  max-width: 550px;
}

#article-contents {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1080px;
  width: 80%;
  margin: 3rem auto;
  padding: 3rem 5rem;
}

#article-contents * {
  color: #015474;
}

#article-contents > .content {
  margin: auto;
  padding: 1rem;
  max-width: 640px;
}

#article-contents > .content:not(:first-child) {
  margin-top: 1rem;
}

#article-contents > .content > :not(:first-child) {
  margin-top: 2rem;
}

#article-contents > .content > h2 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

#article-contents > .content > h2::before {
  content: "";
  border-radius: 4px;
  background-color: #e94709;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  height: 95%;
  width: 7px;
}

#article-contents > .content > .article-image > img {
  border-radius: 8px;
  display: block;
  margin: auto;
}

#article-contents > .content > .article-image > p {
  color: #4c4d4e;
  font-size: 13px;
  background-color: #f0f2f4;
  border-radius: 8px;
  position: relative;
  margin-top: 1rem;
  padding: 1.5rem;
}

#article-contents > .content > .article-image > p > span {
  color: #4c4d4e;
}

#article-contents > .content > .qa {
  display: flex;
}
#article-contents > .content > .qa > :first-child {
  margin-right: 0.8rem;
}

#article-contents > .content > .note {
  font-size: 14px;
}

#article-contents > .content > .citation {
  position: relative;
  padding-left: 2rem;
}

#article-contents > .content > .citation::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #cccccc;
  border-radius: 30px;
  width: 8px;
  height: 100%;
}

#article-contents > .content > .article-image > p:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 8px;
  border-left-width: 15px;
  border-right-width: 0;
  margin-left: -10px;
  border-bottom-color: #f0f2f4;
  /* border-bottom-color: #000; */
  bottom: 100%;
  left: 6%;
}

#article-contents > .content > .table-content > h3 {
  font-size: 16px;
  font-weight: bold;
}

#article-contents > .content > .table-content > p {
  font-size: 14px;
  line-height: 21px;
}

#article-contents > .content > .table-content > :not(:first-child) {
  margin-top: 1rem;
}

#article-contents > .content > .table-content > table {
  box-sizing: content-box;
  border-collapse: collapse;
  width: 100%;
}

#article-contents > .content > .table-content > table > thead > tr {
  border: 1px solid #015474;
}

#article-contents > .content > .table-content > table > thead > tr > th {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  background-color: #015474;
  padding: 0.6rem 1rem;
}

#article-contents > .content > .table-content > table > thead > tr > th:not(:first-child) {
  border-left: 1px solid #fff;
}

#article-contents > .content > .table-content > table > tbody > tr > td {
  font-size: 14px;
  border: 1px solid #cccccc;
}

#article-contents > .content > .table-content > table > tbody > tr > .number-column {
  padding: 0 1.5rem;
  text-align: center;
}

#article-contents > .content > .table-content > table > tbody > tr > .name-column {
  padding: 0.6rem 1rem;
}

#article-contents > .content > .table-content > table > tbody > tr > .revenue-column {
  padding: 0.6rem 1.6rem;
}

#article-contents > .content > .graph-content > div:not(:first-child) {
  margin-top: 2rem;
}

#article-contents > .content > .graph-content > div > :not(:first-child) {
  margin-top: 1rem;
}

#article-contents > .content > .graph-content > div > h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#article-contents > .content > .graph-content > div > p {
  font-size: 14px;
  line-height: 21px;
}

.blue-cell {
  background-color: #e3eef3;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

#article-contents > .content > .sub-box > h3 {
  font-size: 20px;
  font-weight: bold;
}

#article-contents > .content > .sub-box > :not(:first-child) {
  margin-top: 0.5rem;
}

.content-link {
  display: block;
  text-decoration: underline !important;
}

#meet-meti-link * {
  color: #015474;
}

#meet-meti-link {
  background-color: #fff;
  border-radius: 40px;
  margin: auto;
  padding: 3rem 1rem;
  max-width: 1080px;
  width: 80%;
}

#meet-meti-link > .archive {
  margin: auto;
  max-width: 700px;
}

#meet-meti-link > .archive > h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

#meet-meti-link > .archive > .archive-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1rem;
}

#meet-meti-link > .archive > .archive-box:not(:first-child) {
  margin-top: 1rem;
}

#meet-meti-link > .archive > .archive-box > .text {
  flex: 1;
  margin-right: 1rem;
}

#meet-meti-link > .archive > .archive-box > .text > h3 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0.4rem;
}

#meet-meti-link > .archive > .archive-box > .text > p > span {
  color: #e94709;
}

#meet-meti-link > .archive > .archive-box > img {
  border-radius: 8px;
  width: 200px;
  height: 120px;
  object-fit: cover;
}

#meet-meti-link > .content {
  display: flex;
  align-items: center;
  margin: 3rem auto 0;
  max-width: 640px;
}

#meet-meti-link > .content > :first-child {
  margin-right: 3rem;
}

.logo {
  text-align: center;
  background-color: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #e3e7e8;
  padding: 4rem 0;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  #logo-header {
    margin: 3rem 0 4rem;
  }

  #logo-header > img {
    width: 220px;
  }

  #article-title {
    margin-left: 0.5rem;
  }

  #article-title > .block {
    display: flex;
    flex-direction: column-reverse;
    padding: 2rem 1rem;
  }

  #article-title > .block > .text {
    margin-top: 1.5rem;
  }

  #article-title > .block > .text > h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-top: 0.5rem;
  }

  #article-title > .block > .text > .overview {
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    margin-top: 2rem;
  }

  #article-title > .block > img {
    max-width: unset;
    width: 100%;
  }

  #article-contents {
    width: 95%;
    margin: 2.5rem auto;
    padding: 2rem 0.5rem;
  }

  #article-contents > .content > h2 {
    font-size: 20px;
    padding-left: 1.2rem;
  }

  #article-contents > .content > h2::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  #article-contents > .content > .table-content > table > thead > tr > th {
    padding: 0.5rem;
  }

  #article-contents > .content > .table-content > table > tbody > tr > .number-column {
    padding: 0.5rem 0.7rem;
  }

  #article-contents > .content > .table-content > table > tbody > tr > .name-column {
    padding: 0.5rem 1rem;
  }

  #article-contents > .content > .table-content > table > tbody > tr > .revenue-column {
    padding: 0.5rem;
  }

  #meet-meti-link {
    padding: 2rem 1rem;
    width: 95%;
  }

  #meet-meti-link > .archive > .archive-box > .text > h3 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 0.4rem;
  }

  #meet-meti-link > .archive > .archive-box > .text > p {
    font-size: 13px;
  }

  #meet-meti-link > .archive > .archive-box > img {
    border-radius: 8px;
    width: 100px;
    height: 100px;
    object-fit: cover;
  }

  #meet-meti-link > .content {
    flex-direction: column;
    margin: auto;
    padding: 2rem 1rem 0;
  }

  #meet-meti-link > .content > :first-child {
    margin-right: unset;
  }

  #meet-meti-link > .content > p {
    margin-top: 1rem;
  }
}
