/* 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%);
}
.heading-move-left-6002{
   /* transform: translate(-4%);*/
    padding-top: 20px;
    text-align: center;
}
.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%;
}
}

.separator-6002 {
    width: 50px;        
    height: 3px;        
    background-color: white;
    margin: 5px auto 30px;
    margin-left: auto;
}

.img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 770px;
}
    
.img-text-6000 h4{
    font-size: 34px;
}

/* end of banner */


/* 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 */

/* 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;
}


/* Tile component CSS */
.card-60003 {
    display: flex;
    flex-direction: row;
    gap: 98px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1008px;
    margin-bottom: 5rem;
    margin-top: 3rem;
    border: none;
}

.card-container-60003 {
    max-width: 454px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.card-title-60003 {
    border-left: 2px solid #470A68;
    padding-left: 10px;
    min-height: 59px;
    display: flex;
    align-items: center;
}

.card-body-60003 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-content {
    padding-left: 20px;
}

.card-action-60003 {
    /*background: gray;*/
    min-width: 454px;
    min-height: 60px;
    margin-top: 27px;
    border-color: transparent;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default !important;
    background-color: #470A68;
    color: #ffff;
    text-decoration: none;
}

/*.card-action:hover {
        background-color: #470A68;
        color: #ffff;
    }*/
.card-content-text {
    border: 1px solid #470A68;
    border-radius: 20px;
    padding: 4px 20px;
    color: #470A68;
}

/*.card-action-active-6000 {
    background-color: #470A68;
    color: #ffff;
}*/

.card-action-60003:hover {
    cursor: pointer !important;
}

.img-fluid-tile-60003{
    /* max-width: 154px;
    max-height: 220px; */
    width: 100%;
}

.button-text {
    margin: 0 auto;
    color: #ffff;
    text-decoration: none;
}

.mt-5 {
    margin-top: 20px;
}

.mt-6 {
    margin-top: 20px;
}

.arrow {
    margin-right: 15px;
}
.p-tile {
    margin-top: 1.5rem;
}
/* end of tile */

.card-body-60003 {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

