/* header image */
.header {
    border-top: 5px solid #4B0076;
    height: 60px;
    background-color: #ffff;
}
.header-images {
    padding-top: 8px;
}
/* end of header image */
/* Custom Purple Background for Navbar */
.bg-purple {
background-color: #6f42c1 !important; 
}    

.dropdown-item {
color: #333;
}

body {
    margin: 0;
    font-family: "Noto Sans JP", sans-serifz;
    font-optical-sizing: auto;
    overflow-x: hidden;
}

/* nav bar */
.navbar {
    display: flex;
    background-color: #4B0076;
    margin: 0;
    padding: 0;
    position: relative;
}
 
.nav-item:not(:last-child) {
    border-right: 1px solid;
}
 
.nav-item {
    color: white;
    cursor: pointer;
    list-style: none;
    width: 25%;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}
 
.nav-item:hover {
    background-color: #ECD6F2;
    color: #4B0076;
}
 
.nav-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ECD6F2;
    min-height: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 20px;
}
 
.nav-content.active {
    display: grid;
    grid-template-columns: 400px 400px;
    justify-content: center;
    grid-template-rows: 60px 60px;
    gap: 30px;
}
 
.sub-item {
    padding: 10px 15px;
    color: #333;
    display: inline;
}
 
.sub-item:hover {
    background-color: #ECD6F2;
}
 
.nav-container {
    width: 100%;
    position: relative;
}
 
.sub-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;
    padding-bottom: 2px;
    text-decoration: none;
}
 
.nav-item-img {
    margin-left: 8px;
    width: 12px;
    height: auto;
}
 
.sub-item-img {
    margin-top: 10px;
    width: 12px;
    height: 20px;
    float: right;
}
.nav-item:hover .img-inactive {
    display: none;
}
 
.nav-item:hover .img-active {
    display: block;
}
.img-active {
    display: none;
}
 
/*end of nav bar  */
    
/* Breadcrumb css */

.breadcrumb {
    padding-left: 50px;
    font-size: 1rem;
    white-space: nowrap; 
    /* overflow-x: auto;  */
    display: flex;
    flex-wrap: nowrap;
}
.breadcrumb li a {
    color: #58595B;
    text-decoration: none;
}

.breadcrumb-nav {
    font-size: 1rem;
    white-space: nowrap; 
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    font-family: Noto Sans JP;
}


.container-breadcrumb {
    display: inline-block;
    margin-left: 2rem;
}
@media (min-width: 1200px) {
    .container-breadcrumb {
        max-width: 1140px;
    }
}
@media (min-width: 768px) {
    .container-breadcrumb {
        max-width: 750px;
    }
}
 /* end Breadcrumb css */


/* Banner CSS */
.banner-container {
    position: relative;
    width: 100%;
}
.banner-img {
    width: 100%;
    height: 220px;
    margin-left: 0vw;
}
.bannerText-container1 {
    position: absolute;
    top: 20%;
    left: 10%;
    color: white;
    font-weight: bold;
    width: 80%;
}
 .banner-subtext {
    font-family: Noto Sans JP Medium;
    font-size: 14px;
    margin-left: 14rem;
}
/*.banner-text {
    font-family: Noto Sans JP Medium;
    font-size: 35px;
    margin-left: 14rem;
    font-weight: bold;
}*/
.para-move-left{
    transform: translate(-13%);
}

.bannerText-container2 {
    font-size: 14px;
    font-family: Noto Sans JP Medium;
    max-width: 100%;
    white-space: nowrap;
    margin-top: 20px;
}
.list-ordered {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
} 
.attribute-separator {
          width: 60px;         
          height: 2px;         
          background-color: gray; 
          margin-left: 40px; 
        }

@media (min-width: 768px) {
.banner-img {
    width: 100%;
    height: 220px; 
}
.bannerText-container1 {
    position: absolute;
    top: 10%;
    color: white;
    font-weight: bold;
    width: 80%;
}
}

.img-text-5000 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    width: 790px;
}
    
.img-text-5000 h4{
    font-size: 34px;
}

/* end of banner */

/* video */
.border-line{
    content: "|";
    color: #7b4793;
    font-weight: bold;
}

.playvideo-container {
    max-width: 100%;
}

.playvideo-container-inline-5000 {
    max-width: 800px;
    margin-top: 30px;
    text-align:left;
}

.playvideo-container-inline-5000 {
    display: block;
    text-align: left;
    margin: 0 auto;
}

.bold-text-video {
    font-weight: bold;
}

.video-paragraph {
    margin-top:10px;
}

/* end of video */

 /* 1stcontainer_text */
 .container_text {
    max-width: 800px;
    margin: 0 auto;
}

.content-box_text {
    padding: 20px 40px;
    background-color: #F5F5F5;
}

.title1 {
    padding-left: 10px;
    border-left: 2px solid #7b4793;

}

.list_linked {
    padding: 10px 15px;
    font-size: 18px;
    padding-left: 2rem;
}
.list_linked li a {
    font-size: 14px;
    color: #5a2d82;
    text-decoration: none;
}

.list-sub-text{
    font-size: 14px;
    list-style-type: none;
}
/* 1stcontainer_text */

/*Note Component */
.note-component-5002 {
    padding-bottom: 25px;
    padding-top: 30px;
    font-size: 16px;
    font-family: Noto Sans JP Medium;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 800px;
}
 
.note-component a{
    font-size: 16px;
    font-family: Noto Sans JP Medium;
    color: black;
    text-decoration: none;
}
/* Note Component */

/* button css */
.button-container {
    text-align: center; 
    margin: 20px 0;
    padding-bottom:40px;
}

.custom-button-5000 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #4B0076; /* Purple */
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    /*border-radius: 5px;*/
    width: 400px;
    height: 60px;
    border: none;
    transition: background 0.3s;
    position: relative;
}

.custom-button-5000:hover {
    background-color: #37005A; /* Darker Purple */
}

.sub-note{
    font-size: 12px;
}

.btn-text-span{
    font-size: 16px;
    font-weight: bold;
}
/* button css */

/* back to top */
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 2000;
    background-color: transparent;
    border: none;
    padding: unset;
}

.back-to-top-button
{
    max-height: 80px;
    max-width: 80px;
}
.color-violet ml-1 sup{
    font-size: 10px;
    vertical-align: super;
}
/* end of back to top */
/* related-material download */
.related-material{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #EFEFEF;
}
.related-material-title {
    font-size: 35px;
    color: #470a68;
    margin-top: 30px;
    font-weight: bold;
    text-align: left;

}
.related-material-separator {
    width: 50px;
    height: 3px;
    background-color: #470a68;
    text-align: center;
}
.related-material-subtitle{
    max-width: 728px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;   
}
.related-material-keypoint{
    font-size: 20px;
    margin-top: 10px;
    max-width: 383px;
    margin-bottom: 25px;
}
.btn-container-9000-related-material-download {
    margin-bottom: 40px;
}
/* End ofrelated-material download */

/* teaser */
.teaser-containter {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-weight: bold;
    text-align: center;
    transform: translate(-150px, -105px);
}
.teaser-containter h1 {
    font-size: 22px;
    text-align: center;
}
.teaser-containter p {
    font-size: 16px;
}
.para-container{
    margin-bottom:2px;
}
.para-container p{
margin-top: 0;
margin-bottom: 0;
}

.teaser-span
{
    font-size: 28px;
    padding-left: 25px;
}

.container-div-teaser {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.teaser-separator {
    width: 50px;        
    height: 3px;        
    background-color: white;
    margin: 5px auto 10px;
    }

.container-div-teaser img {
    width: 100%;
    max-height: 450px;
}
/* end of teaser */

/* footer */
/* two iamges */
.logo-image-container {
    display: flex;
    justify-content: left;
    gap: 10px;
}

@media (min-width: 768px) and (max-width: 1439px) {
    .logo-image-container{
        margin-left: -17px;
    }
}

.footer-images-second
{
    padding-top: 10px;
}
/* Mobile view */
@media (max-width: 600px) {
    .image-container {
        flex-direction: column;
        align-items: center;
    }
}
/* end of two images */

.footer-tile {
    padding: 20px;
    text-align: left;
    width: 363px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

/* last but one line */

.link-container {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.link-container a {
    text-decoration: none;
    color: black;
    text-align: left;
}

/* Mobile view */
@media (max-width: 600px) {
    .link-container {
        flex-direction: column;
        align-items: center;
    }

    .link-container a {
        width: 100px;
    }
}

.footer-text-bold
{
    font-weight: bold;
}

.footer-href-links
{
    color: black; 
    text-decoration: none;
}
.footer-break{
    display:inline;
}
.footer-break:after {
    content: "\a";
    white-space: pre;
}
/* end of footer */


.nav-item {
    color: white;
    cursor: pointer;
    list-style: none;
    width: 16.66669%;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}

sup{
    top: -0.50em;
    font-size: 9px;
}

.li-sup{
    top: -0.1em;
    font-size: 10px;
}



.heading-move-left-5002{
    transform: translate(21%);
    padding-top: 20px;
}

.separator-5002 {
    width: 50px;        
    height: 3px;        
    background-color: white;
    margin: 5px auto 30px;
    margin-left: 19rem;
}

.heading-move-left-5003{
    transform: translate(-4%);
    padding-top: 20px;
    text-align: center;
}

.separator-5003 {
    width: 50px;        
    height: 3px;        
    background-color: white;
    margin: 5px auto 30px;
    margin-left: 20rem;
}

.heading-move-left-5004{
    transform: translate(-4%);
    padding-top: 20px;
    text-align: center;
}

.separator-5004 {
    width: 50px;        
    height: 3px;        
    background-color: white;
    margin: 5px auto 30px;
    margin-left: 20rem;
}

.heading-move-left-5006{
    transform: translate(-4%);
    padding-top: 20px;
    text-align: center;
}

.separator-5006 {
    width: 50px;        
    height: 3px;        
    background-color: white;
    margin: 5px auto 30px;
    margin-left: 20rem;
}

.heading-move-left-5007{
    transform: translate(-4%);
    padding-top: 20px;
    text-align: center;
}

.separator-5007 {
    width: 50px;        
    height: 3px;        
    background-color: white;
    margin: 5px auto 30px;
    margin-left: 20rem;
}

.heading-move-left-5008{
    transform: translate(21%);
    padding-top: 20px;
}

.separator-5008 {
    width: 50px;        
    height: 3px;        
    background-color: white;
    margin: 5px auto 30px;
    margin-left: 23rem;
}

.heading-move-left-5009{
    transform: translate(-4%);
    padding-top: 20px;
    text-align: center;
}

.separator-5009 {
    width: 50px;        
    height: 3px;        
    background-color: white;
    margin: 5px auto 30px;
    margin-left: 21rem;
}

.img-text-5000_009 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    width: 790px;
}     
 
.img-text-5000_009 h4{
    font-size: 34px;
}


.heading-move-left-5010{
    transform: translate(-4%);
    padding-top: 20px;
    text-align: center;
}

.separator-5010 {
    width: 50px;        
    height: 3px;        
    background-color: white;
    margin: 5px auto 30px;
    margin-left: 22rem;
}



.heading-move-left-5011{
    transform: translate(-4%);
    padding-top: 20px;
    text-align: center;
}

.separator-5011 {
    width: 50px;        
    height: 3px;        
    background-color: white;
    margin: 5px auto 30px;
    margin-left: 20rem;
}

.heading-move-left-5005{
    transform: translate(-4%);
    padding-top: 20px;
    text-align: center;
}

.separator-5005 {
    width: 50px;        
    height: 3px;        
    background-color: white;
    margin: 5px auto 30px;
    margin-left: 20rem;
}
.fixed-center-container {
    max-width: 800px;
    background-color: #F5F5F5;
}

/*.outer-wrapper {
    min-height: 100vh;
}*/

.outer-wrapper ul li a {
    font-size: 14px;
    color: #5a2d82;
}

.heading-container {
    display: flex;
    ;
}

.outer-wrapper ul li {
    font-size: 18px;
    font-family: Noto Sans JP Medium;
}

.Attribute-heading {
    font-size: 24px;
    font-family: Noto Sans JP;
}
/* end of Attribute section CSS  */


.img-text-5009 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    width: 790px;
}