* {
    padding: 0;
    margin: 0;
    font-family: 'Sanomat Sans Text Web','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    box-sizing: border-box;
}
ul, ol, li {
    list-style: none;
}


.spView {
    display: none !important;
}

.top-Content {
    color: #222;
    min-width: 1200px;
    padding-bottom: 100px;
}

.top-Kv {
    font-size: 0;
    position: relative;
    width: 100%;
    background: url(/nikkeiinfo/en/global_services/NIKKEI_MV_PC.png) no-repeat 100% / cover;
    min-height: 450px;
}

.top-Kv__Image.sp {
display: none;
}

.top-Kv__Header {
    left: 150px;
    position: absolute;
    top: 86px;
}

.top-Kv__HeaderH1 {
    color: #003E70;
    font-size: 60px;
    font-weight:500;
    line-height: 1;
    margin: 0;
}

.top-Kv__HeaderDesc {
    color: #003E70;
    font-size: 25px;
    margin-top: 10px;
}

.top-Kv__Link {
    background-color: rgba(255, 255, 255, .8);
    bottom: 39px;
    box-shadow: -2px 2px 2px rgba(38, 38, 38, .3);
    padding: 21px 120px 20px 20px;
    position: absolute;
    right: 0;
    max-width: 530px;
}

.top-Kv__LinkHeader {
    align-items: center;
    color: #003E70;
    display: flex;
    font-size: 25px;
    justify-content: space-between;
}

.top-Kv__LinkTitle {
font-weight: 500;
letter-spacing: 0.02em;
}

.top-Kv__LinkBody {
    color: #0033CC;
    font-size: 16px;
    text-decoration: none;
}

.top-Kv__LinkArrow {
    height: auto;
    margin-left: 15px;
    vertical-align: text-bottom;
    width: 15px;
}

.top-Kv__LinkDesc{
    font-size: 15px;
    line-height: 1.8;
}

.top-Section {
    display: flex;
    margin-top: 120px;
}

.top-Section.top-Section--First {
    margin-top: 80px;
}

.top-Section__Image {
    width: 54%;
}

.top-Section__Image.quick {
    background: url("/nikkeiinfo/en/global_services/top_img_02.png") no-repeat center / cover;
}

.top-Section__Image.bp {
    background: url("/nikkeiinfo/en/global_services/top_img_03.png") no-repeat center / cover;
}

.top-Section__Image.research {
    background: url("/nikkeiinfo/en/global_services/top_img_04.png") no-repeat center / cover;
}

.top-Section__Image.inc {
    background: url("/nikkeiinfo/en/global_services/top_img_05.png") no-repeat center / cover;
}

.top-Section__Image.ftri {
    background: url("/nikkeiinfo/en/global_services/top_img_06.png") no-repeat center / cover;
}

.top-Section__Image--Right {
    order: 1;
}

.top-Section__Image--Right + .top-Section__Content {
    padding: 55px 50px 0 130px;
}

.top-Section__Content {
    width: 46%;
    padding: 55px 130px 0 50px;
}

.top-Section__Title {
    color: #003E70;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.top-Section__SubTitle {
    border-bottom: 1px solid #ccc;
    font-size: 30px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    width: 100%;
}

.top-Section__Body {
    font-size: 15px;
    line-height: 1.8;
}

a.top-Section__Button,
a.top-Section__Button:visited{
    align-items: center;;
    background-color: #0033CC;
    color: #fff;
    display: flex;
    font-size: 20px;
    justify-content: flex-end;
    height: 50px;
    margin: 45px 0 0 auto;
    padding-right: 25px;
    text-decoration: none;
    width: 300px;
}

a.top-Section__Button:hover {
  opacity: 0.8
}

.top-Section__ButtonIcon {
    margin-left: 64px;
}

.top-FeaturedStories {
    margin: 120px auto 0;
    width: 1200px;
}

.top-FeaturedStories__Title {
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 48px;
    position: relative;
    letter-spacing: 0.02em;
}

.top-FeaturedStories__Title::after {
    background-color: #003E70;
    bottom: -24px;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}

.top-FeatureStories__Cassette {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}


a.top-FeatureStories__CassetteMainLink,
a.top-FeatureStories__CassetteMainLink:visited{
    color: #222;
    display: block;
}

.top-FeatureStories__CassetteMain {
    box-shadow: 0 0 20px rgba(34, 34, 34, .2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0;
    min-height: 690px;
    width: 663px;
}

.top-FeatureStories__CassetteImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 373px;
    width: 100%;
}

.top-FeatureStories__CassetteImage.top-FeatureStories__CassetteImage--Sub {
    height: 162px;
}

.top-FeatureStories__Label {
    display: flex;
    margin-top: 25px;
    padding: 0 25px;
}

.top-FeatureStories__Label.top-FeatureStories__Label--Sub {
    margin-top: 15px;
    padding: 0 20px;
}

.top-FeatureStories__Label > li {
    align-items: center;
    background-color: #0033CC;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    justify-content: center;
    margin-right: 10px;
    padding: 0 9px;
}

.top-FeatureStories__CassetteTitle {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 10px;
    padding: 0 25px;
    letter-spacing: 0.02em;
}

a.top-FeatureStories__CassetteMainLink:hover {
  opacity: 0.8;
}

a.top-FeatureStories__CassetteMainLink:hover .top-FeatureStories__CassetteTitle {
  color: #003e70;
  letter-spacing: 0.02em;
}

.top-FeatureStories__SubCassetteTitle {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 7px;
    padding: 0 20px;
}

a.top-FeatureStories__CassetteMainLink:hover .top-FeatureStories__SubCassetteTitle {
  color: #003e70;
  letter-spacing: 0.02em;
}

.top-FeatureStories__CassetteBody {
    font-size: 15px;
    display: block;
    line-height: 1.8;
    height: 54px;
    overflow: hidden;
    padding: 0 25px;
}
@supports (-webkit-line-clamp: 6)  {
    .ellipsis {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.top-FeatureStories__CassetteBottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 25px 24px;
}

.top-FeatureStories__CassetteBottom.top-FeatureStories__CassetteBottom--Sub {
    padding: 0 20px 15px;
}

.top-FeatureStories__CassetteDate {
    font-size: 12px;
}

a.top-FeatureStories__CassetteLink,
a.top-FeatureStories__CassetteLink:visited {
    color: #0033CC;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.top-FeatureStories__CassetteLink.top-FeatureStories__CassetteLink--Sub {
    font-size: 14px;
}

.top-FeatureStories__CassetteSub {
    box-shadow: 0 0 20px rgba(34, 34, 34, .2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 313px;
    width: 517px;
}

.top-FeatureStories__CassetteMainLink + .top-FeatureStories__CassetteMainLink {
    margin-top: 20px;
}

.top-FeatureStories__SubCassetteDate {
    font-size: 10px;
}

.top-LatestStories {
    margin: 80px auto 0;
    width: 1200px;
}

.top-LatestStories__Title {
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 48px;
    position: relative;
    letter-spacing: 0.02em;
}

.top-LatestStories__Title::after {
    background-color: #003E70;
    bottom: -24px;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}

.top-LatestStories__Cassette {
    box-shadow: 0 0 20px rgba(34, 34, 34, .2);
    height: 185px;
    width: 100%;
}

.top-LatestStories__Cassette > a {
    color: #222;
    display: flex;
}

.top-LatestStories__Cassette > a:hover {
  opacity: 0.8;
}

.top-LatestStories__Cassette + .top-LatestStories__Cassette {
    margin-top: 20px;
}

.top-LatestStories__CassetteImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-shrink: 0;
    height: 185px;
    width: 329px;
}

.top-LatestStories__Column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    width: calc(100% - 329px);
}

.top-LatestStories__Label {
    display: flex;
}

.top-LatestStories__Label > li {
    align-items: center;
    background-color: #0033CC;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    justify-content: center;
    margin-right: 10px;
    padding: 0 9px;
}

.top-LatestStories__CasstteTitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 6px;
    letter-spacing: 0.02em;
}

.top-LatestStories__Cassette > a:hover .top-LatestStories__CasstteTitle {
  color: #003e70;
}

.top-LatestStories__CassetteText {
    font-size: 15px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.top-LatestStories__Bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.top-LatestStories__Date {
    font-size: 12px;
}

.top-LatestStories__CassetteLink {
    color: #0033CC;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}

.top-LatestStories__ReadMore {
    align-items: center;
    border: 1px solid #0033CC;
    color: #0033CC;
    display: flex;
    font-size: 20px;
    justify-content: center;
    height: 50px;
    margin: 35px auto 0;
    position: relative;
    text-decoration: none;
    width: 300px;
}

.top-LatestStories__ReadMore:hover {
  opacity0.8;
}

.top-LatestCassette__LinkArrow {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 25px;
    top: 0;
}

.top-Banner {
    display: flex;
    justify-content: center;
    margin: 120px auto 0;
    width: 1240px;
}

.top-Banner > li {
    margin: 10px;
    width: 387px;
}

.top-Banner > li a:hover {
  opacity: 0.8;
}

.top-Banner > li > a > img {
    height: auto;
    width: 100%;
}

/* serviceDetail */

.serviceDetail {
    padding-bottom: 100px;
    position: relative;
}

.serviceDetail-Kv {
    font-size: 0;
    position: relative;
    min-width: 1200px;
    z-index: -1;
}

.serviceDetail-Kv::after {
    background-color: #003E70;
    content: '';
    display: block;
    height: 100%;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.serviceDetail-Kv__Image {
    height: auto;
    width: 100%;
}

.serviceDetail-Kv__Title {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 25px;
    left: 0;
    justify-content: center;
    margin: auto;
    position: absolute;
    right: 0;
    top: 82px;
    z-index: 1;
    letter-spacing: 0.02em;
}

.serviceDetail-Kv__Title > h2 {
    font-size: 45px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    width: 100%;
    letter-spacing: 0.02em;
}

.serviceDetail-Kv__Title > h1 {
    font-size: 45px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    width: 100%;
    letter-spacing: 0.02em;
}
.serviceDetail-BreadClumb {
    color: #fff;
    display: flex;
    position: absolute;
    left: 100px;
    top: 18.5px;
    z-index: 1;
}

.serviceDetail-BreadClumb > li {
    font-size: 12px;
    text-decoration: underline;
}

.serviceDetail-BreadClumb > li.is-active {
    text-decoration: none;
}

.serviceDetail-BreadClumb > li + li {
    margin-left: 16px;
}

.serviceDetail-BreadClumb > li + li::before {
    content: url('/nikkeiinfo/en/global_services/breadClumnb_icon_arrow.png');
    margin-right: 16px;
}

.serviceDetail-BreadClumb a {
    color: #fff;
    text-decoration: none;
}

.serviceDetail-HeadNews {
    padding: 0 100px;
    margin-top: -100px;
    min-width: 1200px;
    width: 100%;
    z-index: 1;
}

.serviceDetail-HeadNews__Inner {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(34, 34, 34, .2);
    padding: 50px;
    width: 100%;
}

.serviceDetail-HeadNews__Lead {
    color: #003E70;
    font-size: 25px;
}

.serviceDetail-HeadNews__TitleLine {
    align-items: center;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.02em;
}

.serviceDetail-HeadNews__Title {
    color: #003E70;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.serviceDetail-HeadNews__Link {
    color: #0033CC;
    font-size: 20px;
    text-decoration: none;
}

.serviceDetail-HeadNews__Link:hover {
  opacity: 0.8;
}

.serviceDetail-HeadNews__Link > img {
    margin-left: 15px;
    vertical-align: middle;
}

.serviceDetail-HeadNews__Desc {
    align-items: flex-start;
    color: #222;
    display: flex;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 13px;
}

.serviceDetail-HeadNews__Desc .table {

}

.serviceDetail-HeadNews__Image {
    flex-shrink: 0;
    margin-right: 25px;
    width: 45%;
}

.serviceDetail-MainSection {
    padding: 0 100px;
    margin-top: 20px;
    min-width: 1200px;
}

.serviceDetail-MainSection__Inner {
    background-color: #F4F4F4;
    color: #003E70;
    padding: 40px;
}

.serviceDetail-MainSection__Title {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.serviceDetail-MainSection__Desc {
    align-items: flex-start;
    display: flex;
    margin-top: 12px;
}

.serviceDetail-MainSection__DescText > ul > li {
    color: #222;
    padding-left: 30px;
}

.serviceDetail-MainSection__DescText > ul > li + li {
    margin-top: 20px;
}

.serviceDetail-MainSection__DescText h3 {
    font-size: 20px;
    margin-bottom: 4px;
    text-indent: -30px;
    font-weight: 500;
}

.serviceDetail-MainSection__DescText h3::before {
    content: '・';
    display: inline-block;
    text-indent: 0px;
    vertical-align: text-top;
    width: 30px;
    line-height: 1.2;
}

.serviceDetail-MainSection__DescText p {
    color: #222;
    font-size: 15px;
    line-height: 1.8;
}

.serviceDetail-MainSection__Image {
    flex-shrink: 0;
    margin-left: 25px;
    width: 45%;
}

.serviceDetail-Link {
    margin-top: 35px;
}

.serviceDetail-Link > [class*="serviceDetail-Link"] + [class*="serviceDetail-Link"] {
    margin-top: 15px;
}

a.serviceDetail-LinkWhite,
a.serviceDetail-LinkWhite:visited {
    align-items: center;
    background-color: #0033CC;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 20px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 360px;
}

a.serviceDetail-LinkWhite:hover {
  opacity: 0.8;
}

.serviceDetail-LinkWhite > img {
    bottom: 0;
    position: absolute;
    margin: auto;
    right: 25px;
    top: 0;
}

.serviceDetail-LinkBlue {
    align-items: center;
    background-color: #fff;
    border: 1px solid #0033CC;
    color: #0033CC;
    display: flex;
    justify-content: center;
    font-size: 20px;
    height: 60px;
    margin: 50px auto 0;
    position: relative;
    text-decoration: none;
    width: 360px;
}

.serviceDetail-LinkBlue:hover {
  opacity: 0.8;
}

.serviceDetail-LinkBlue > img {
    bottom: 0;
    position: absolute;
    left: 25px;
    margin: auto;
    top: 0;
}

.serviceDetail-RelatedStories {
    margin: 80px auto 0;
    width: 1200px;
}

.serviceDetail-RelatedStories__Title {
    color: #222;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 48px;
    position: relative;
    letter-spacing: 0.02em;
}

.serviceDetail-RelatedStories__Title::after {
    background-color: #003E70;
    bottom: -24px;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}

.serviceDetail-RelatedStories__Cassette {
    box-shadow: 0 0 20px rgba(34, 34, 34, .2);
    height: 185px;
    width: 100%;
}

.serviceDetail-RelatedStories__Cassette > a {
    color: #222;
    display: flex;
}

.serviceDetail-RelatedStories__Cassette > a:hover {
  opacity: 0.8;
}

.serviceDetail-RelatedStories__Cassette + .serviceDetail-RelatedStories__Cassette {
    margin-top: 20px;
}

.serviceDetail-RelatedStories__CassetteImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-shrink: 0;
    height: 185px;
    width: 329px;
}

.serviceDetail-RelatedStories__Column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    width: calc(100% - 329px);
}

.serviceDetail-RelatedStories__Label {
    display: flex;
}

.serviceDetail-RelatedStories__Label > li {
    align-items: center;
    background-color: #0033CC;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    justify-content: center;
    margin-right: 10px;
    padding: 0 9px;
}

.serviceDetail-RelatedStories__CasstteTitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 6px;
    letter-spacing: 0.02em;
}

.serviceDetail-RelatedStories__Cassette > a:hover .serviceDetail-RelatedStories__CasstteTitle{
  color: #003e70;
}

.serviceDetail-RelatedStories__CassetteText {
    font-size: 15px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.serviceDetail-RelatedStories__Bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.serviceDetail-RelatedStories__Date {
    font-size: 12px;
}

.serviceDetail-RelatedStories__CassetteLink {
    color: #0033CC;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}

.serviceDetail-RelatedStories__ReadMore {
    align-items: center;
    border: 1px solid #0033CC;
    color: #0033CC;
    display: flex;
    font-size: 20px;
    justify-content: center;
    height: 50px;
    margin: 35px auto 0;
    position: relative;
    text-decoration: none;
    width: 300px;
}

.serviceDetail-RelatedStories__ReadMore:hover {
  opacity: 0.8;
}

serviceDetail-RelatedStories__ReadMore:hover {
  opacity: 0.8;
}

.serviceDetail-RelatedCassette__LinkArrow {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 25px;
    top: 0;
}

.serviceDetail-IncMain {
    margin-top: -123px;
    min-width: 1200px;
    padding: 0 100px;
}

.serviceDetail-IncMain > li + li {
    margin-top: 20px;
}

.serviceDetail-IncMain > li > a {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(34, 34, 34, .2);
    color: #222;
    display: flex;
    padding: 40px;
}

.serviceDetail-IncMain__Image {
    flex-shrink: 0;
    height: 306px;
    margin-right: 25px;
    width: 544px;
}

.serviceDetail-IncMain__Title {
    color: #003E70;
    font-size: 35px;
    letter-spacing: 0.02em;
}

.serviceDetail-IncMain__SubTitle {
    color: #003E70;
    font-size: 20px;
    font-weight: 500;
}

.serviceDetail-IncMain__Text {
    color: #222222
    font-size: 15px;
    margin-top: 15px;
}

a.serviceDetail-IncMain__Link,
a.serviceDetail-IncMain__Link:visited {
    align-items: center;
    background-color: #0033CC;
    color: #fff;
    display: flex;
    font-size: 20px;
    justify-content: center;
    height: 60px;
    margin: 59px 0 0 auto;
    position: relative;
    width :360px;
}

a.serviceDetail-IncMain__Link:hover {
  opacity: 0.8;
}

.serviceDetail-IncMain__Link > img {
    bottom: 0;
    right: 33px;
    margin: auto;
    position: absolute;
    top: 0;
}

.serviceDetail-BannerList {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.serviceDetail-BannerList > li + li {
    margin-left: 20px;
}

.serviceDetail-BannerList > li > a:hover {
  opacity: 0.8;
}

.serviceDetail-BannerList > li > a > img {
    height: 160px;
    width: 387px;
}

/* serviceDetailNikkei */

.serviceDetailNikkei {
    position: relative;
}

.serviceDetailNikkei-Kv {
    position: relative;
    z-index: -1;
}

.serviceDetailNikkei-Kv__Image {
    height: auto;
    width: 100%;
}

.serviceDetailNikkei-BreadClumb {
    color: #fff;
    display: flex;
    position: absolute;
    left: 100px;
    top: 18.5px;
}

.serviceDetailNikkei-BreadClumb > li {
    text-decoration: underline;
}

.serviceDetailNikkei-BreadClumb > li.is-active {
    text-decoration: none;
}

.serviceDetailNikkei-BreadClumb > li + li {
    margin-left: 16px;
}

.serviceDetailNikkei-BreadClumb > li + li::before {
    content: url('/nikkeiinfo/en/global_services/breadClumnb_icon_arrow.png');
    margin-right: 16px;
}

.serviceDetailNikkei-Kv__image {
    height: ;
    width: 100%;
}

.serviceDetailNikkei-Title {
    color: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    top: 82px;
    right: 0;
    letter-spacing: 0.02em;
}

.serviceDetailNikkei-Title__1H {
    font-size: 45px;
    letter-spacing: 0.02em;
}

.serviceDetailNikkei-Title__desc {
    font-size: 25px;
}

.serviceDetailNikkei-ContentList {
    margin-top: -177px;
    padding: 0 100px;
}

.serviceDetailNikkei-ContentList > li {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(34, 34, 34, .2);
    display: flex;
    padding: 40px;
}

.serviceDetailNikkei-ContentList > li + li {
    margin-top: 20px;
}

.serviceDetailNikkei-ContentImage {
    height: 306px;
    margin-right: 25px;
    width: 544px;
}

.serviceDetailNikkei-Content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.serviceDetailNikkei-ContentTitle {
    color: #003E70;
    font-size: 35px;
    letter-spacing: 0.02em;
}

.serviceDetailNikkei-ContentDesc {
    color: #003E70;
    font-size: 20px;
    margin-top: 5px;
}

.serviceDetailNikkei-ContentBody {
    font-size: 15px;
    margin-top: 15px;
}

.serviceDetailNikkei-ContentLink {
    align-items: center;
    background-color: #0033CC;
    color: #fff;
    display: flex;
    height: 60px;
    justify-content: center;
    margin-left: auto;
    position: relative;
    text-decoration: none;
    position: relative;
    width: 360px;
}

.serviceDetailNikkei-ContentLink img {
    bottom: 0;
    position: absolute;
    margin: auto;
    right: 25px;
    top: 0;
}

.serviceDetailNikkei-BackLink {
    align-items: center;
    background-color: #fff;
    border: 1px solid #0033CC;
    color: #0033CC;
    display: flex;
    justify-content: center;
    font-size: 20px;
    height: 60px;
    margin: 35px auto 0;
    position: relative;
    text-decoration: none;
    width: 360px;
}

.serviceDetailNikkei-BackLink img {
    bottom: 0;
    position: absolute;
    left: 25px;
    margin: auto;
    top: 0;
}

/* stories detail */
.stories {
    padding-bottom: 100px;
}

.storiesDetail {
    padding-bottom: 100px;
    position: relative;
}

.storiesDetail-Kv {
    height: auto;
    width: 100%;
}

.storiesDetail-Body {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin: 108px auto 0;
    position: relative;
    width: 1200px;
    word-wrap : break-word;
    overflow-wrap : break-word;
}

.storiesDetail-Main {
    width: 800px;
}

.storiesDetail-Main p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.storiesDetail-Main h2 {
    background: none;
    color: #003E70;
    font-size: 30px;
    line-height: 1.8;
    margin-top: 60px;
    padding: 0;
}

.storiesDetail-Main h3 {
    background-color: transparent;
    color: #222;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    padding: 0;
}

.storiesDetail-Main > p > img {
    height: auto;
    width: 100%;
}

.storiesDetail-Main table {
width: 100%;
}

.storiesDetail-Main table td {
padding: 10px;
}

.storiesDetail-Main table td p {
margin: 0;
}

.storiesDetail-scrollX {
   margin-bottom: 30px;
}

.storiesDetail-scrollX > img {
    max-width: 100%;
    height: auto;
}

.storiesDetail-table {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0;
    empty-cells: show;
    border-collapse: collapse;
    background-color: #fff;
}

.storiesDetail-table th, .storiesDetail-table td {
    border: 1px solid #333;
    padding: 5px;
}

.storiesDetail-table th {
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #0170C1;
}

.storiesDetail-table tbody tr:nth-child(even) {
    background-color: #efefef;
}


.storiesDetail-HeadLine {
    display: flex;
    justify-content: space-between;
}

.storiesDetail-Tags {
    display: flex;
}

.storiesDetail-Tags > li {
    align-items: center;
    background-color: #0033CC;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    justify-content: center;
    margin-right: 10px;
    padding: 0 9px;
}

.storiesDetail-Date {
    color: #222;
    font-size: 14px;
}

h2.storiesDetail-Header {
    color: #222;
    font-size: 35px;
    margin-top: 25px;
    padding-bottom: 24px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 30px;
}

h2.storiesDetail-Header::after {
    background-color: #003E70;
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}
h1.storiesDetail-Header {
    color: #222;
    font-size: 35px;
    margin-top: 25px;
    padding-bottom: 24px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 30px;
}

h1.storiesDetail-Header::after {
    background-color: #003E70;
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}

.storiesDetail-Button {
    display: flex;
    justify-content: center;
}

.storiesDetail-Button__Link {
    background-color: #0033CC;
    color: #fff;
    font-size: 20px;
    max-width: 100%;
    min-width: 300px;
    padding: 10px 50px;
    position: relative;
    text-align: center;
}

a.storiesDetail-Button__Link,
a.storiesDetail-Button__Link:visited {
    color: #fff;
}

.storiesDetail-Button__Link > img {
    bottom: 0;
    position: absolute;
    margin: auto;
    right: 25px;
    top: 0;
}

.storiesDetail-Button__Link.storiesDetail-Button__Link--back > img {
    right: auto;
    left: 25px;
}

.storiesDetail-SnsShare {
    align-items: center;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    line-height: 1;
    margin: 30px 0 0 auto;
    width: 290px;
}

.storiesDetail-Aside {
    box-shadow: 0 0 20px rgba(34, 34, 34, .2);
    position: sticky;
    padding: 25px;
    top: 0px;
    width: 360px;
}

.storiesDetail-Aside__Title {
    color: #003E70;
    font-size: 30px;
}

.storiesDetail-Aside__Image {
max-width: 100%;
}

.storiesDetail-Aside__Text {
    font-size: 15px;
    margin-top: 15px;
}

.storiesDetail-Aside__Button {
    align-items: center;
    background-color: #0033CC;
    color: #fff;
    display: flex;
    height: 50px;
    font-size: 20px;
    justify-content: center;
    margin-top: 25px;
    position: relative;
    text-decoration: none;
    width: 300px;
}

a.storiesDetail-Aside__Button,
a.storiesDetail-Aside__Button:visited {
    color: #fff;
}

a.storiesDetail-Aside__Button:hover {
  opacity:0.8;
}

.storiesDetail-Aside__Button > img {
    bottom: 0;
    position: absolute;
    margin: auto;
    right: 25px;
    top: 0;
}

.storiesDetail-BreadClumb {
    color: #666;
    position: absolute;
    left: 10px;
    top: -94px;
    z-index: 1;
}

.storiesDetail-BreadClumb > li {
    font-size: 12px;
    text-decoration: underline;
    float: left;
    position: relative;
}

.storiesDetail-BreadClumb > li.is-active {
    text-decoration: none;
}

.storiesDetail-BreadClumb > li + li {
    margin-left: 16px;
}

.storiesDetail-BreadClumb > li + li::before {
    content: url('/nikkeiinfo/en/global_services/breadClumnb_icon_arrow.png');
    margin-right: 16px;
    margin-top: 4px;
}

.storiesDetail-BreadClumb a {
    color: #666;
    text-decoration: none;
}

.storiesDetail-boxDashed {
  margin-bottom: 30px;
  border: 1px dashed #cccccc;
  padding: 20px;
}

.storiesDetail-boxDashed__imgFloat {
  float: left;
  max-width: 250px;
  margin-right: 15px;
}

.storiesDetail-boxDashed__imgFloat > img {
  max-width: 100%;
  height: auto;
}

.storiesDetail-boxDashed > p:last-child {
    margin-bottom: 0;
}

/* stories */
.stories-Header {
    align-items: center;
    background-color: #003E70;
    display: flex;
    justify-content: center;
    height: 240px;
    position: relative;
}

.stories-Header__H1 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
}

.stories-Body {
    display: flex;
    margin: 80px auto 0;
    width: 1200px;
}

.stories-Body__Nav {
    margin-right: 30px;
    width: 250px;
}

.stories-CategoryList {
    border-top: 1px solid #666;
}

.stories-CategoryList > li {
    align-items: center;
    border-bottom: 1px solid #666;
    color: #666;
    display: flex;
    height: 73px;
}

.stories-CategoryList > li > a {
     color: #666;
}

.stories-CategoryList img {
    margin-right: 11px;
}

.stories-CategoryList > li.isActive > a,
.stories-CategoryList > li:hover > a {
    color: #0033CC;
}

.stories-Tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 21px;
}

.stories-Tags > li {
    border: 1px solid #0033CC;
    color: #0033CC;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    margin: 0 10px 10px 0;
}

.stories-Tags > li > a {
    color: #0033CC;
    display: block;
    padding: 8px;
}

.stories-Tags > li > a.active,
.stories-Tags > li > a:hover {
    background-color: #0033CC;
    color: #fff;
}

.stories-MainContent__Count {
    font-size: 15px;
}

.stories-MainContent__Count > em {
    font-style: normal;
    font-weight: 500;
}

.stories-MainContent__List {
    margin-top: 20px;
    width: 100%;
}

.stories-MainContent__List > li {
    box-shadow: 0 0 20px rgba(34, 34, 34, .2);
    display: flex;
    width: 920px;
}

.stories-MainContent__List > li + li {
    margin-top: 20px;
}

.stories-MainContent__List > li > a {
    color: #222;
    width: 100%;
    display: flex;
}

.stories-MainContent__List > li > a:hover {
  opacity:0.8;
}

.stories-MainContent__ListImage {
    background-position: center;
    background-size: cover;
    background-repeat: none;
    height: inherit;
    flex-shrink: 0;
    width: 329px;
}

.stories-MainContent__ListBody {
    padding: 25px;
    width: 100%;
}

.stories-MainContent__ListCategories {
    display: flex;
}

.stories-MainContent__ListCategories > li {
    background-color: #0033CC;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-right: 8px;
    padding: 4px 8px;
}

.stories-MainContent__ListCategories > li a {
    color: #fff;
}

.stories-MainContent__ListTitle {
    font-size: 18px;
    font-weight: 500;
    margin-top: 6px;
    letter-spacing: 0.02em;
}

.stories-MainContent__List > li > a:hover .stories-MainContent__ListTitle {
  color: #003e70;
}

.stories-MainContent__ListContent {
    font-size: 15px;
    margin-top: 6px;
}

.stories-MainContent__ListBottom {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    width; 100%;
}

.stories-MainContent__ListDate {
    font-size: 12px;
}

.stories-MainContent__ListLink {
    color: #0033CC;
    font-size: 16px;
    font-weight: 500;
}

.stories-BreadClumb {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.stories-BreadClumb__PrevButton,
.stories-BreadClumb__NextButton {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    font-size: 15px;
    justify-content: space-between;
    text-decoration: none;
    width: 56px;
}

.stories-BreadClumb__Number {
    display: flex;
    justify-content: center;
}

.stories-BreadClumb__Number > li > a {
    align-items: center;
    border: 1px solid #0033CC;
    color: #0033CC;
    display: flex;
    justify-content: center;
    font-size: 15px;
    height: 30px;
    margin: 0 7.5px;
    width: 30px;
}

.stories-BreadClumb__Number > li.active > a {
    background-color: #0033CC;
    border-color: #fff;
    color: #fff;
}

.research_temp_ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.research_temp_li{
    width: 30%;
    height: auto;
    padding: 10px 10px 10px 15px;
    margin: 5px;
    border: 1px solid #6699FF;
}

.img_width_half{
    width: 50%;
}